source: tags/moap-0.2.7/RELEASE @ 413

Revision 413, 1.9 KB checked in by thomas, 4 years ago (diff)

releasing

Line 
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
33
34Contributors to this release:
35- Arek Korbik
36- Jelmer Vernooij
37- Jonny Lamb
38- Rob Cakebread
39- Thomas Vander Stichele
40
41WHAT IT IS
42----------
43MOAP is a swiss army knife for project maintainers and developers.
44It aims to help in keeping you in the flow of maintaining, developing and
45releasing, automating whatever tasks can be automated.
46
47It allows you to parse DOAP files and submit releases, send release mails,
48create iCal files and RSS feeds, maintain version control ignore lists,
49check in based on the latest ChangeLog entry, and more.
50 
51For more information, see http://thomas.apestaart.org/moap/trac/
Note: See TracBrowser for help on using the repository browser.