summaryrefslogtreecommitdiffstats
path: root/projects/changelog-gen/index.mdwn
blob: e8eca01c2c92660da75e7eab4054da161c603605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!--#set var="title" value="changelog-gen" -->
<!--#include virtual="/includes/header.html" -->

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:
&lt;<https://gitorious.org/pehjotas-tools/changelog-gen>&gt;

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.

<!--#include virtual="/includes/footer.html" -->