Changeset 353
- Timestamp:
- 23-05-08 17:35:08 (8 months ago)
- Location:
- trunk
- Files:
-
- 9 modified
-
ChangeLog (modified) (1 diff)
-
NEWS (modified) (1 diff)
-
README (modified) (2 diffs)
-
RELEASE (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
doc/moap.ics (modified) (1 diff)
-
doc/moap.rss2 (modified) (1 diff)
-
doc/release (modified) (1 diff)
-
moap.doap (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r352 r353 1 === release 0.2.6 === 2 3 2008-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 1 13 2008-05-23 Thomas Vander Stichele <thomas at apestaart dot org> 2 14 -
trunk/NEWS
r288 r353 1 This is MOAP 0.2.5, "Matonge". 1 This is MOAP 0.2.6, "Nerd Night". 2 3 Coverage in 0.2.6: 1288 / 1742 (73 %), 103 python tests, 2 bash tests 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. 13 14 Bugs 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 2 36 3 37 Coverage in 0.2.5: 1039/1393 (74 %), 75 python tests, 2 bash tests -
trunk/README
r312 r353 23 23 - developed in Python, with unit tests and coverage 24 24 - get list of contributors from ChangeLog 25 - search through ChangeLog 25 26 - bash completion 27 - administering a trac installation 26 28 27 29 Future features planned include: 28 30 - support for other VCS systems 31 - sending patches and attaching them to bug trackers 32 - working with quilt 29 33 30 34 DEPENDENCIES … … 32 36 moap can make use of: 33 37 - the Redland python bindings (RDF), for parsing of DOAP files 34 - bzr, cvs, darcs, git, and svn, for handling checkouts38 - bzr, cvs, darcs, git, git-svn, and svn, for handling checkouts 35 39 - Genshi and Cheetah, for templating 36 40 - exuberant-ctags, for tag extraction 37 41 - Twisted's trial, for unit tests 38 42 - epydoc, for API documentation 43 - trac, for maintaining a trac installation 39 44 40 45 GETTING MOAP -
trunk/RELEASE
r290 r353 1 This is MOAP 0.2. 5, "Matonge".1 This is MOAP 0.2.6, "Nerd Night". 2 2 3 Coverage in 0.2. 5: 1039/1393 (74 %), 75python tests, 2 bash tests3 Coverage in 0.2.6: 1288 / 1742 (73 %), 103 python tests, 2 bash tests 4 4 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 bug7 - added better support for detecting exuberant ctags8 - added support for filing bugs for missing dependencies/distros9 - added Bazaar and Git backend for version control system features10 - added "moap changelog contributors" to get a list of contributors to a release- changed default behaviour for "moap changelog prepare" to not extract tags11 - added -c, --ctags option to "moap changelog prepare" to extract tags12 - added "help" command to "moap" and all its subcommands5 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. 13 13 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 14 Bugs 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 23 36 24 37 Contributors to this release: 25 - Andy Wingo 26 - Edward Hervey 27 - Philippe Normand 38 - Arek Korbik 39 - Marc-Andre Lureau 28 40 - Thomas Vander Stichele 41 - Tim Philipp-MÃŒller 29 42 30 43 WHAT IT IS -
trunk/configure.ac
r313 r353 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. 5.1,4 AC_INIT(moap, 0.2.6, 5 5 http://thomas.apestaart.org/moap/trac/newticket, 6 6 moap) -
trunk/doc/moap.ics
r288 r353 57 57 END:VEVENT 58 58 59 BEGIN:VEVENT 60 SUMMARY:MOAP 0.2.6 'Nerd Night' released 61 UID:2008-05-23-moap-0.2.6@moap 62 CLASS:PUBLIC 63 PRIORITY:3 64 DTSTART;VALUE=DATE:20080523 65 DTEND;VALUE=DATE:20080523 66 END:VEVENT 67 59 68 60 69 END:VCALENDAR -
trunk/doc/moap.rss2
r288 r353 6 6 <language>en</language> 7 7 <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> 13 Added support for git-svn. 14 Fix brz diff. 15 Added moap changelog find to search through a ChangeLog. 16 Added man page. 17 Added moap tracadmin to administrate trac installations. 18 Added changed properties/added/deleted files when preparing ChangeLog entries. 19 Added checking of unchanged ChangeLog entry template. 20 For more information, visit 21 <A HREF="http://thomas.apestaart.org/moap/trac/">the project homepage</A> 22 </description> 23 </item><item> 8 24 <title>MOAP 0.2.5 'Matonge' released</title> 9 25 <guid isPermaLink="false">release-moap-0.2.5</guid> -
trunk/doc/release
r294 r353 6 6 - Update .doap file 7 7 - verify the update with moap doap show 8 - Add coverage data to NEWS 9 - Add list of new features to NEWS 8 10 - Update bugs fixed in NEWS: 9 11 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 13 13 - Update RELEASE, copying sections from NEWS, and adding contributors with 14 14 moap cl cont -
trunk/moap.doap
r288 r353 47 47 </foaf:Person> 48 48 </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> 59 Added support for git-svn. 60 Fix brz diff. 61 Added moap changelog find to search through a ChangeLog. 62 Added man page. 63 Added moap tracadmin to administrate trac installations. 64 Added changed properties/added/deleted files when preparing ChangeLog entries. 65 Added checking of unchanged ChangeLog entry template. 66 </dc:description> 67 </Version> 68 </release> 49 69 50 70 <release>
