Changeset 412
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r411 r412 1 === release 0.2.7 === 2 3 2009-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 1 12 2009-06-24 Thomas Vander Stichele <thomas at apestaart dot org> 2 13 -
trunk/NEWS
r353 r412 1 This is MOAP 0.2.6, "Nerd Night". 1 This is MOAP 0.2.7, "MMM...". 2 3 Coverage in 0.2.7: 1424 / 1899 (74 %), 109 python tests, 2 bash tests 4 5 Features 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 11 Bugs 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 2 33 3 34 Coverage in 0.2.6: 1288 / 1742 (73 %), 103 python tests, 2 bash tests -
trunk/README
r395 r412 19 19 - check in based on ChangeLog entry 20 20 - show diff based on last ChangeLog entry 21 - archive checkout 21 22 - bug tracker tools: 22 23 - show individual bugs and queries from trac and bugzilla -
trunk/RELEASE
r353 r412 1 This is MOAP 0.2. 6, "Nerd Night".1 This is MOAP 0.2.7, "MMM...". 2 2 3 Coverage in 0.2. 6: 1288 / 1742 (73 %), 103python tests, 2 bash tests3 Coverage in 0.2.7: 1424 / 1899 (74 %), 109 python tests, 2 bash tests 4 4 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. 5 Features 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 13 10 14 Bugs fixed since 0.2. 5:11 Bugs fixed since 0.2.6: 15 12 - 263: broken changelog unit test 16 13 - 267: a man page … … 37 34 Contributors to this release: 38 35 - Arek Korbik 39 - Marc-Andre Lureau 36 - Jelmer Vernooij 37 - Jonny Lamb 38 - Rob Cakebread 40 39 - Thomas Vander Stichele 41 - Tim Philipp-MÃŒller42 40 43 41 WHAT IT IS -
trunk/configure.ac
r355 r412 2 2 dnl when going to/from release please remove/add the nano (fourth number) 3 3 dnl releases only do Wall, cvs and prerelease does Werror too 4 AC_INIT(moap, 0.2. 6.1,4 AC_INIT(moap, 0.2.7, 5 5 http://thomas.apestaart.org/moap/trac/newticket, 6 6 moap) -
trunk/doc/moap.ics
r353 r412 66 66 END:VEVENT 67 67 68 BEGIN:VEVENT 69 SUMMARY:MOAP 0.2.7 'MMM...' released 70 UID:2009-06-24-moap-0.2.7@moap 71 CLASS:PUBLIC 72 PRIORITY:3 73 DTSTART;VALUE=DATE:20090624 74 DTEND;VALUE=DATE:20090624 75 END:VEVENT 76 68 77 69 78 END:VCALENDAR -
trunk/doc/moap.rss2
r353 r412 6 6 <language>en</language> 7 7 <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> 13 Added moap vcs backup, a command to backup a checkout to a tarball that 14 can be used later to reconstruct the checkout. Implemented for svn. 15 Fixes for git-svn, git, svn and darcs. 16 Fixes for Python 2.3 and Python 2.6 17 For more information, visit 18 <A HREF="http://thomas.apestaart.org/moap/trac/">the project homepage</A> 19 </description> 20 </item><item> 8 21 <title>MOAP 0.2.6 'Nerd Night' released</title> 9 22 <guid isPermaLink="false">release-moap-0.2.6</guid> -
trunk/moap.doap
r357 r412 46 46 </foaf:Person> 47 47 </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> 58 Added moap vcs backup, a command to backup a checkout to a tarball that 59 can be used later to reconstruct the checkout. Implemented for svn. 60 Fixes for git-svn, git, svn and darcs. 61 Fixes for Python 2.3 and Python 2.6 62 </dc:description> 63 </Version> 64 </release> 48 65 49 66 <release>
Note: See TracChangeset
for help on using the changeset viewer.
