Changeset 353

Show
Ignore:
Timestamp:
23-05-08 17:35:08 (8 months ago)
Author:
thomas
Message:

releasing 0.2.6

Location:
trunk
Files:
9 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r352 r353  
     1=== release 0.2.6 === 
     2 
     32008-05-23  Thomas Vander Stichele  <thomas at apestaart dot org> 
     4 
     5        * NEWS: 
     6        * README: 
     7        * RELEASE: 
     8        * configure.ac: 
     9        * doc/release: 
     10        * moap.doap: 
     11          Releasing 0.2.6, "Nerd Night" 
     12 
    1132008-05-23  Thomas Vander Stichele  <thomas at apestaart dot org> 
    214 
  • trunk/NEWS

    r288 r353  
    1 This is MOAP 0.2.5, "Matonge". 
     1This is MOAP 0.2.6, "Nerd Night". 
     2 
     3Coverage in 0.2.6: 1288 / 1742 (73 %), 103 python tests, 2 bash tests 
     4 
     5Features 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. 
     13 
     14Bugs fixed since 0.2.5: 
     15- 263: broken changelog unit test 
     16- 267: a man page 
     17- 270: cl find completely busted 
     18- 275: cl prepare --ctags failure with exuberant ctags 5.7 
     19- 257: ImportError: No module named moap.util 
     20- 258: git-svn support 
     21- 259: bzr diff patch 
     22- 266: svn:ignore property not well parsed 
     23- 273: DEP: RDF, Fedora release 7 (Moonshine) 
     24- 277: "changelog prepare" doesn't list changed functions in C++ files. 
     25- 281: changelog prepare -c crashes with "not a ctags line" 
     26- 282: make install fails 
     27- 284: not full change detected on svn move file 
     28- 286: [svn] propedit on externals is not recognized as a change 
     29- 239: warn if ChangeLog has not been saved 
     30- 260: Add changelog grep command 
     31- 261: Option to make 'changelog diff' include differences in ChangeLog file 
     32- 262: changelog find: fix for multiple search terms 
     33- 264: Make changelog find case insensitive by default 
     34- 265: git diff should show staged changes 
     35- 271: trailing spaces in date/name/address line for entry break parsing 
    236 
    337Coverage in 0.2.5: 1039/1393 (74 %), 75 python tests, 2 bash tests 
  • trunk/README

    r312 r353  
    2323- developed in Python, with unit tests and coverage 
    2424- get list of contributors from ChangeLog 
     25- search through ChangeLog 
    2526- bash completion 
     27- administering a trac installation 
    2628 
    2729Future features planned include: 
    2830- support for other VCS systems 
     31- sending patches and attaching them to bug trackers 
     32- working with quilt 
    2933 
    3034DEPENDENCIES 
     
    3236moap can make use of: 
    3337- the Redland python bindings (RDF), for parsing of DOAP files 
    34 - bzr, cvs, darcs, git, and svn, for handling checkouts 
     38- bzr, cvs, darcs, git, git-svn, and svn, for handling checkouts 
    3539- Genshi and Cheetah, for templating 
    3640- exuberant-ctags, for tag extraction 
    3741- Twisted's trial, for unit tests 
    3842- epydoc, for API documentation 
     43- trac, for maintaining a trac installation 
    3944 
    4045GETTING MOAP 
  • trunk/RELEASE

    r290 r353  
    1 This is MOAP 0.2.5, "Matonge". 
     1This is MOAP 0.2.6, "Nerd Night". 
    22 
    3 Coverage in 0.2.5: 1039/1393 (74 %), 75 python tests, 2 bash tests 
     3Coverage in 0.2.6: 1288 / 1742 (73 %), 103 python tests, 2 bash tests 
    44 
    5 Features added since 0.2.4: 
    6 - added support for dc:description in .doap files to list the release's features- added bugzilla implementation for moap bug and moap doap bug 
    7 - added better support for detecting exuberant ctags 
    8 - added support for filing bugs for missing dependencies/distros 
    9 - added Bazaar and Git backend for version control system features 
    10 - added "moap changelog contributors" to get a list of contributors to a release- changed default behaviour for "moap changelog prepare" to not extract tags 
    11 - added -c, --ctags option to "moap changelog prepare" to extract tags 
    12 - added "help" command to "moap" and all its subcommands 
     5Features 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. 
    1313 
    14 Bugs fixed since 0.2.4: 
    15 - 240: no help command 
    16 - 241: build failure on ubuntu fisty 
    17 - 243: add bzr vcs backend 
    18 - 248: DEP: Cheetah, Ubuntu 7.04 
    19 - 250: Fixes for exuberant ctags checks 
    20 - 252: moap cl prepare yields a traceback 
    21 - 254: make fails if moap not in PATH 
    22 - 255: [patch] --no-ctags option for cl prepare command 
     14Bugs fixed since 0.2.5: 
     15- 263: broken changelog unit test 
     16- 267: a man page 
     17- 270: cl find completely busted 
     18- 275: cl prepare --ctags failure with exuberant ctags 5.7 
     19- 257: ImportError: No module named moap.util 
     20- 258: git-svn support 
     21- 259: bzr diff patch 
     22- 266: svn:ignore property not well parsed 
     23- 273: DEP: RDF, Fedora release 7 (Moonshine) 
     24- 277: "changelog prepare" doesn't list changed functions in C++ files. 
     25- 281: changelog prepare -c crashes with "not a ctags line" 
     26- 282: make install fails 
     27- 284: not full change detected on svn move file 
     28- 286: [svn] propedit on externals is not recognized as a change 
     29- 239: warn if ChangeLog has not been saved 
     30- 260: Add changelog grep command 
     31- 261: Option to make 'changelog diff' include differences in ChangeLog file 
     32- 262: changelog find: fix for multiple search terms 
     33- 264: Make changelog find case insensitive by default 
     34- 265: git diff should show staged changes 
     35- 271: trailing spaces in date/name/address line for entry break parsing 
    2336 
    2437Contributors to this release: 
    25 - Andy Wingo 
    26 - Edward Hervey 
    27 - Philippe Normand 
     38- Arek Korbik 
     39- Marc-Andre Lureau 
    2840- Thomas Vander Stichele 
     41- Tim Philipp-MÃŒller 
    2942 
    3043WHAT IT IS 
  • trunk/configure.ac

    r313 r353  
    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.5.1, 
     4AC_INIT(moap, 0.2.6, 
    55   http://thomas.apestaart.org/moap/trac/newticket, 
    66   moap) 
  • trunk/doc/moap.ics

    r288 r353  
    5757END:VEVENT 
    5858 
     59BEGIN:VEVENT 
     60SUMMARY:MOAP 0.2.6 'Nerd Night' released 
     61UID:2008-05-23-moap-0.2.6@moap 
     62CLASS:PUBLIC 
     63PRIORITY:3 
     64DTSTART;VALUE=DATE:20080523 
     65DTEND;VALUE=DATE:20080523 
     66END:VEVENT 
     67 
    5968 
    6069END:VCALENDAR 
  • trunk/doc/moap.rss2

    r288 r353  
    66    <language>en</language> 
    77    <item> 
     8      <title>MOAP 0.2.6 'Nerd Night' released</title> 
     9      <guid isPermaLink="false">release-moap-0.2.6</guid> 
     10      <link>http://thomas.apestaart.org/moap/trac/</link> 
     11      <pubDate>Fri, 23 May 2008 00:00:00 +0000</pubDate> 
     12      <description> 
     13Added support for git-svn. 
     14Fix brz diff. 
     15Added moap changelog find to search through a ChangeLog. 
     16Added man page. 
     17Added moap tracadmin to administrate trac installations. 
     18Added changed properties/added/deleted files when preparing ChangeLog entries. 
     19Added checking of unchanged ChangeLog entry template. 
     20For more information, visit 
     21&lt;A HREF="http://thomas.apestaart.org/moap/trac/"&gt;the project homepage&lt;/A&gt; 
     22      </description> 
     23    </item><item> 
    824      <title>MOAP 0.2.5 'Matonge' released</title> 
    925      <guid isPermaLink="false">release-moap-0.2.5</guid> 
  • trunk/doc/release

    r294 r353  
    66- Update .doap file 
    77- verify the update with moap doap show 
     8- Add coverage data to NEWS 
     9- Add list of new features to NEWS 
    810- Update bugs fixed in NEWS: 
    911  moap doap bug query -f "- %(id)3s: %(summary)s" "milestone=0.2.2" 
    10 - Add coverage data to NEWS 
    11 - Add list of new features to NEWS 
    12 - Update README and home page with relevant new features 
     12- Update README and home page with relevant new features, as well as version 
    1313- Update RELEASE, copying sections from NEWS, and adding contributors with 
    1414  moap cl cont 
  • trunk/moap.doap

    r288 r353  
    4747  </foaf:Person> 
    4848 </maintainer> 
     49 
     50 <release> 
     51  <Version> 
     52   <revision>0.2.6</revision> 
     53   <branch>trunk</branch> 
     54   <name>Nerd Night</name> 
     55   <created>2008-05-23</created> 
     56   <file-release rdf:resource="http://thomas.apestaart.org/download/moap/moap-0.2.6.tar.bz2" /> 
     57   <file-release rdf:resource="http://thomas.apestaart.org/download/moap/moap-0.2.6-1.noarch.rpm" /> 
     58   <dc:description> 
     59Added support for git-svn. 
     60Fix brz diff. 
     61Added moap changelog find to search through a ChangeLog. 
     62Added man page. 
     63Added moap tracadmin to administrate trac installations. 
     64Added changed properties/added/deleted files when preparing ChangeLog entries. 
     65Added checking of unchanged ChangeLog entry template. 
     66    </dc:description> 
     67  </Version> 
     68 </release> 
    4969 
    5070 <release>