From cf29488c587334874cf491a01a1f74ba3ac7de45 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 30 Sep 2013 13:46:59 -0400 Subject: Merge branch 'new'. --- (limited to 'projects/changelog-gen/index.mdwn') diff --git a/projects/changelog-gen/index.mdwn b/projects/changelog-gen/index.mdwn new file mode 100644 index 0000000..e8eca01 --- /dev/null +++ b/projects/changelog-gen/index.mdwn @@ -0,0 +1,43 @@ + + + +A UNIX shell script to generate a change log from "CHANGE:" tags found in Git +commit messages. + +Getting changelog-gen +===================== + +Download or browse the repository currently hosted on Gitorious: +<> + +See the "README" file for help with changelog-gen. + +You may share and modify this software under the terms of the Expat license. +See "changelog-gen.sh" for details. + +Changes +======= + +Version 0.2.1: + + * Fixed: Commits contained by multiple tags can pollute the changelog. + * Accept an optional filename (or "-" for standard output) as an argument. + +Version 0.2.0: + + * Add help and version options. + * Group changelog entries by formatted Git tags. + +Version 0.1.0: + + * Initial release. + +Planned Improvements +==================== + + * Possibly switch to licensing under the terms of the GNU LGPL + * Use here-doc to print long blocks of information instead of a mass of printf + commands. + * Maybe offer HTML output. + + -- cgit v0.9.1