Changeset 412


Ignore:
Timestamp:
24-06-09 22:20:46 (4 years ago)
Author:
thomas
Message:

releasing 0.2.7

Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r411 r412  
     1=== release 0.2.7 === 
     2 
     32009-06-24  Thomas Vander Stichele  <thomas at apestaart dot org> 
     4 
     5        * NEWS: 
     6        * README: 
     7        * RELEASE: 
     8        * configure.ac: 
     9        * moap.doap: 
     10          Releasing moap 0.2.7, "MMM..." 
     11 
    1122009-06-24  Thomas Vander Stichele  <thomas at apestaart dot org> 
    213 
  • trunk/NEWS

    r353 r412  
    1 This is MOAP 0.2.6, "Nerd Night". 
     1This is MOAP 0.2.7, "MMM...". 
     2 
     3Coverage in 0.2.7: 1424 / 1899 (74 %), 109 python tests, 2 bash tests 
     4 
     5Features added since 0.2.6: 
     6- Added moap vcs backup, a command to backup a checkout to a tarball that 
     7  can be used later to reconstruct the checkout.  Implemented for svn. 
     8- Fixes for git-svn, git, svn and darcs.  
     9- Fixes for Python 2.3 and Python 2.6 
     10 
     11Bugs fixed since 0.2.6: 
     12- 263: broken changelog unit test 
     13- 267: a man page 
     14- 270: cl find completely busted 
     15- 275: cl prepare --ctags failure with exuberant ctags 5.7 
     16- 257: ImportError: No module named moap.util 
     17- 258: git-svn support 
     18- 259: bzr diff patch 
     19- 266: svn:ignore property not well parsed 
     20- 273: DEP: RDF, Fedora release 7 (Moonshine) 
     21- 277: "changelog prepare" doesn't list changed functions in C++ files. 
     22- 281: changelog prepare -c crashes with "not a ctags line" 
     23- 282: make install fails 
     24- 284: not full change detected on svn move file 
     25- 286: [svn] propedit on externals is not recognized as a change 
     26- 239: warn if ChangeLog has not been saved 
     27- 260: Add changelog grep command 
     28- 261: Option to make 'changelog diff' include differences in ChangeLog file 
     29- 262: changelog find: fix for multiple search terms 
     30- 264: Make changelog find case insensitive by default 
     31- 265: git diff should show staged changes 
     32- 271: trailing spaces in date/name/address line for entry break parsing 
    233 
    334Coverage in 0.2.6: 1288 / 1742 (73 %), 103 python tests, 2 bash tests 
  • trunk/README

    r395 r412  
    1919  - check in based on ChangeLog entry 
    2020  - show diff based on last ChangeLog entry 
     21  - archive checkout 
    2122- bug tracker tools: 
    2223  - show individual bugs and queries from trac and bugzilla 
  • trunk/RELEASE

    r353 r412  
    1 This is MOAP 0.2.6, "Nerd Night". 
     1This is MOAP 0.2.7, "MMM...". 
    22 
    3 Coverage in 0.2.6: 1288 / 1742 (73 %), 103 python tests, 2 bash tests 
     3Coverage in 0.2.7: 1424 / 1899 (74 %), 109 python tests, 2 bash tests 
    44 
    5 Features added since 0.2.5: 
    6 - Added support for git-svn. 
    7 - Fix brz diff. 
    8 - Added moap changelog find to search through a ChangeLog. 
    9 - Added man page. 
    10 - Added moap tracadmin to administrate trac installations. 
    11 - Added changed properties/added/deleted files when preparing ChangeLog entries. 
    12 - Added checking of unchanged ChangeLog entry template. 
     5Features added since 0.2.6: 
     6- Added moap vcs backup, a command to backup a checkout to a tarball that 
     7  can be used later to reconstruct the checkout.  Implemented for svn. 
     8- Fixes for git-svn, git, svn and darcs. 
     9- Fixes for Python 2.3 and Python 2.6 
    1310 
    14 Bugs fixed since 0.2.5: 
     11Bugs fixed since 0.2.6: 
    1512- 263: broken changelog unit test 
    1613- 267: a man page 
     
    3734Contributors to this release: 
    3835- Arek Korbik 
    39 - Marc-Andre Lureau 
     36- Jelmer Vernooij 
     37- Jonny Lamb 
     38- Rob Cakebread 
    4039- Thomas Vander Stichele 
    41 - Tim Philipp-MÃŒller 
    4240 
    4341WHAT IT IS 
  • trunk/configure.ac

    r355 r412  
    22dnl when going to/from release please remove/add the nano (fourth number) 
    33dnl releases only do Wall, cvs and prerelease does Werror too 
    4 AC_INIT(moap, 0.2.6.1, 
     4AC_INIT(moap, 0.2.7, 
    55   http://thomas.apestaart.org/moap/trac/newticket, 
    66   moap) 
  • trunk/doc/moap.ics

    r353 r412  
    6666END:VEVENT 
    6767 
     68BEGIN:VEVENT 
     69SUMMARY:MOAP 0.2.7 'MMM...' released 
     70UID:2009-06-24-moap-0.2.7@moap 
     71CLASS:PUBLIC 
     72PRIORITY:3 
     73DTSTART;VALUE=DATE:20090624 
     74DTEND;VALUE=DATE:20090624 
     75END:VEVENT 
     76 
    6877 
    6978END:VCALENDAR 
  • trunk/doc/moap.rss2

    r353 r412  
    66    <language>en</language> 
    77    <item> 
     8      <title>MOAP 0.2.7 'MMM...' released</title> 
     9      <guid isPermaLink="false">release-moap-0.2.7</guid> 
     10      <link>http://thomas.apestaart.org/moap/trac/</link> 
     11      <pubDate>Wed, 24 Jun 2009 00:00:00 +0000</pubDate> 
     12      <description> 
     13Added moap vcs backup, a command to backup a checkout to a tarball that 
     14can be used later to reconstruct the checkout.  Implemented for svn. 
     15Fixes for git-svn, git, svn and darcs. 
     16Fixes for Python 2.3 and Python 2.6 
     17For more information, visit 
     18&lt;A HREF="http://thomas.apestaart.org/moap/trac/"&gt;the project homepage&lt;/A&gt; 
     19      </description> 
     20    </item><item> 
    821      <title>MOAP 0.2.6 'Nerd Night' released</title> 
    922      <guid isPermaLink="false">release-moap-0.2.6</guid> 
  • trunk/moap.doap

    r357 r412  
    4646  </foaf:Person> 
    4747 </maintainer> 
     48 
     49 <release> 
     50  <Version> 
     51   <revision>0.2.7</revision> 
     52   <branch>trunk</branch> 
     53   <name>MMM...</name> 
     54   <created>2009-06-24</created> 
     55   <file-release rdf:resource="http://thomas.apestaart.org/download/moap/moap-0.2.7.tar.bz2" /> 
     56   <file-release rdf:resource="http://thomas.apestaart.org/download/moap/moap-0.2.7-1.noarch.rpm" /> 
     57   <dc:description> 
     58Added moap vcs backup, a command to backup a checkout to a tarball that 
     59can be used later to reconstruct the checkout.  Implemented for svn. 
     60Fixes for git-svn, git, svn and darcs.  
     61Fixes for Python 2.3 and Python 2.6 
     62    </dc:description> 
     63  </Version> 
     64 </release> 
    4865 
    4966 <release> 
Note: See TracChangeset for help on using the changeset viewer.