archives2git: [fix] support whitespace and glob chars in option supplied args
[archives2git.git] / NEWS
blob9116a5679eaa283de9123e10965fc3664ccc29f3
1 Release Notes for archives2git version/0.2
2 ------------------------------------------
4 .New features
5  - Support processing directories in place of archive files.
6  - Add several new switches and associated variables to tag (`--tag`,
7    `--tagname`), to take an author name on the command line (`--author`), to
8    run an arbitrary command after the processing of each archive
9    (`--command`).
10  - Process the command line options with `git-rev-parse` (so that the options
11    can be intermixed with the archive filenames).
13 .Fixes and Improvements
14  - Various portability improvements.
15  - Better error checking.
16  - Separate a body passed to `--body` from the title by a blank line.
18 .Documentation changes
19  - Add online help (`--help`, `--helpm`) and a corresponding manual page.
20  - Add more examples in the template of a configuration file.
22 .Dependencies and Packaging changes
23  - Add a new +Makefile+ to build the manual page and to install.
24  - Depend on HelpMessage and pod2man to build the manual page.
27 Release Notes for archives2git version/0.1
28 ------------------------------------------
30 This is the first release of archives2git.  The project contains the script
31 `archives2git`.