Version 2.4 is a minor version. This is changes from 2.3:
2.4
It's not an up to date news but i forgot to submit it on sourceforge, so now it's done:
CVSChangelogBuilder 2.3 has been released.
This changes:
CvsChangelogBuilder is an Perl utility to generate ChangeLogs or CVS reports for a project hosted on a CVS server. The main goal is to provide a better output that the 'cvs log' command, to build graphical html reports or sorted text reports. Available outputs provides among standard informations, the status of the change (added,changed,removed), allows easy "differential" changelogs, between 2 versions, and reports are friendly to read. Text outputs can be grouped by different criterias (by date, by file, by log, by author).
Changes from previous version:
cvschangelogbuilder is an Perl utility to generate ChangeLogs or CVS reports for a project hosted on a CVS server. The main goal is to provide a better output that the 'cvs log' command, to build sorted text only or graphical html reports. Available outputs provides among standard informations, the status of the change (added,changed,removed), allows easy "differential" changelogs, between 2 versions, even when they are not in the main branch, are friendly to read. Text outputs can be grouped by different criterias (by date, by file, by log, by author).... read more
CVSChangeLogBuilder 1.0 has been released.
cvschangelogbuilder is an perl utility to generate changelogs for a project hosted on a CVS server. The main goal is to provide a better output that the 'cvs log' command, to permit to choose the sorting criteria, to add the status of the change (added,removed,modified) and to allow "differential" changelogs, between 2 versions, even when they are not in the main branch. The output are also friendly to read and records are grouped by the output criteria.
cvschangelogbuilder offer 4 kinds of output:
listdeltaforrpm To build a changelog to include in a rpm .spec file.
listdeltabydate To build a changelog by date (looks near 'cvs log').
listdeltabyfile To build a changelog by file.
listdeltabylog To build a changelog by change comment.