version/1.3
[gitchangelog.sh.git] / NEWS
blob5f5b99b6e38c2ddcb45e3ac095085268afeb9050
1 gitchangelog.sh version/1.3
2 ---------------------------
4  * Fix a bug preventing POSIX/BSD sed to parse author lines containing a 'n'.
5    GNU sed was not affected.
6  * Fix the tag annotation for POSIX/BSD sed.  GNU sed was not affected.
7  * Support pdksh and posh again; the error detection code from version 1.2
8    introduced an incompatibility.
9  * Support spaces in email addresses as Git does too.
10  * Support --merge without --tags.
11  * Add a new option --title-star that can be combined with --no-blankline to
12    generate a syntactically correct GNU ChangeLog.
13  * Improve the portability of the sed program to support Heirloom sed with only
14    SRE, thus probably Solaris sed; on Solaris a POSIX sh would still be
15    required.
18 gitchangelog.sh version/1.2
19 ---------------------------
21  * Support multiline commit titles.
22  * Detect errors of git.
23  * Add documentation printed by command line switches.
24  * Add a makefile to build and install a manual page built using HelpMessage
25    and pod2man.
26  * Add the project documentation files COPYING, README and NEWS.
29 gitchangelog.sh version/1.1
30 ---------------------------
32  * Improve the portability to support BSD sed and probably POSIX sed.
35 gitchangelog.sh version/1.0
36 ---------------------------
38  * Simple sed script reformatting a Git log into something close to a common
39    GNU changelog.