Changeset 194


Ignore:
Timestamp:
17-04-07 23:29:27 (6 years ago)
Author:
thomas
Message:

releasing 0.2.3

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r193 r194  
     1=== release 0.4.3 === 
     2 
    132007-04-17  Thomas Vander Stichele  <thomas at apestaart dot org> 
    24 
  • trunk/NEWS

    r160 r194  
    1 This is MOAP 0.2.2, "Airlines". 
     1This is MOAP 0.2.3, "Ketnet". 
     2 
     3Coverage in 0.2.2: 801/1100 (72 %), 49 python tests, 2 bash tests 
     4 
     5Features added since 0.2.2: 
     6- added Darcs support as a VCS implementation 
     7- added support for generating iCal data out of .doap release entries 
     8- log module is now the external log module from Flumotion 
     9 
     10Bugs fixed since 0.2.2: 
     11- 234: traceback when no ChangeLog exists in directory run when doing moap cl prepare 
    212 
    313Coverage in 0.2.2: 663/837 (79 %), 50 python tests, 2 bash tests 
  • trunk/configure.ac

    r177 r194  
    22dnl when going to/from release please set the nano (fourth number) right ! 
    33dnl releases only do Wall, cvs and prerelease does Werror too 
    4 AC_INIT(moap, 0.2.2.1, 
     4AC_INIT(moap, 0.2.3, 
    55   https://apestaart.org/moap/trac/newticket, 
    66   moap) 
  • trunk/doc/release

    r163 r194  
    1313- build rpm 
    1414- copy files to website 
     15- commit to TRUNK 
    1516- create release tag: 
    1617  svn cp trunk tags/moap-0.2.2 
  • trunk/moap.doap

    r161 r194  
    4848 <release> 
    4949  <Version> 
     50   <revision>0.2.3</revision> 
     51   <branch>trunk</branch> 
     52   <name>Ketnet</name> 
     53   <created>2007-03-17</created> 
     54   <file-release rdf:resource="http://thomas.apestaart.org/download/moap/moap-0.2.3.tar.bz2" /> 
     55   <file-release rdf:resource="http://thomas.apestaart.org/download/moap/moap-0.2.3-1.noarch.rpm" /> 
     56  </Version> 
     57 </release> 
     58 
     59 <release> 
     60  <Version> 
    5061   <revision>0.2.2</revision> 
    5162   <branch>trunk</branch> 
  • trunk/moap/test/ical/mach.ical

    r189 r194  
    55BEGIN:VEVENT 
    66SUMMARY:Mach 0.4.0 'Barcelona' released 
     7UID:2003-09-08-mach-0.4.0@moap 
    78CLASS:PUBLIC 
    89PRIORITY:3 
     
    1112END:VEVENT 
    1213 
    13 END:VCALENDAR 
    1414BEGIN:VEVENT 
    1515SUMMARY:Mach 0.4.1 'Get A Room' released 
     16UID:2003-10-10-mach-0.4.1@moap 
    1617CLASS:PUBLIC 
    1718PRIORITY:3 
     
    2021END:VEVENT 
    2122 
    22 END:VCALENDAR 
    2323BEGIN:VEVENT 
    2424SUMMARY:Mach 0.4.2 'No More Betas' released 
     25UID:2003-10-21-mach-0.4.2@moap 
    2526CLASS:PUBLIC 
    2627PRIORITY:3 
     
    2930END:VEVENT 
    3031 
    31 END:VCALENDAR 
    3232BEGIN:VEVENT 
    3333SUMMARY:Mach 0.4.3 'Hot Water' released 
     34UID:2003-12-16-mach-0.4.3@moap 
    3435CLASS:PUBLIC 
    3536PRIORITY:3 
     
    3839END:VEVENT 
    3940 
    40 END:VCALENDAR 
    4141BEGIN:VEVENT 
    4242SUMMARY:Mach 0.4.4 'Madrid' released 
     43UID:2004-03-11-mach-0.4.4@moap 
    4344CLASS:PUBLIC 
    4445PRIORITY:3 
     
    4748END:VEVENT 
    4849 
    49 END:VCALENDAR 
    5050BEGIN:VEVENT 
    5151SUMMARY:Mach 0.4.5 'Snow' released 
     52UID:2004-03-18-mach-0.4.5@moap 
    5253CLASS:PUBLIC 
    5354PRIORITY:3 
     
    5657END:VEVENT 
    5758 
    58 END:VCALENDAR 
    5959BEGIN:VEVENT 
    6060SUMMARY:Mach 0.4.6 'Lenrek' released 
     61UID:2005-02-08-mach-0.4.6@moap 
    6162CLASS:PUBLIC 
    6263PRIORITY:3 
     
    6566END:VEVENT 
    6667 
    67 END:VCALENDAR 
    6868BEGIN:VEVENT 
    6969SUMMARY:Mach 0.4.7 'Long Time No See' released 
     70UID:2005-07-03-mach-0.4.7@moap 
    7071CLASS:PUBLIC 
    7172PRIORITY:3 
     
    7475END:VEVENT 
    7576 
    76 END:VCALENDAR 
    7777BEGIN:VEVENT 
    7878SUMMARY:Mach 0.4.8 'More Than One' released 
     79UID:2005-11-21-mach-0.4.8@moap 
    7980CLASS:PUBLIC 
    8081PRIORITY:3 
     
    8384END:VEVENT 
    8485 
    85 END:VCALENDAR 
    8686BEGIN:VEVENT 
    8787SUMMARY:Mach 0.4.9 'China' released 
     88UID:2006-04-08-mach-0.4.9@moap 
    8889CLASS:PUBLIC 
    8990PRIORITY:3 
     
    9293END:VEVENT 
    9394 
    94 END:VCALENDAR 
    9595BEGIN:VEVENT 
    9696SUMMARY:Mach 0.9.0 'Cambria' released 
     97UID:2006-06-09-mach-0.9.0@moap 
    9798CLASS:PUBLIC 
    9899PRIORITY:3 
     
    101102END:VEVENT 
    102103 
     104 
    103105END:VCALENDAR 
Note: See TracChangeset for help on using the changeset viewer.