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:
- Fix: The user is not case sensitive.
- Fix: cvschangelogbuilder died for some CVS root in Windows.
- Fix: Support module that contains spaces on it.
- Fix: [ 1281761 ] diff link error.
- New: Added -only option (for report on only files that match a regex).
- More precise error message when writing png files.
- Updated documentation.
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:
- Fixed: Remove warning in diagnostic mode
- Fixed: doc to use buildhtmlreport options
- Fixed: [ 1004884 ] HTML tags is removed from HTML output
- New: options: nosummary, nolinesofcode, nodevelopers, nodaysofweek, nohours, notags, nolastlogs, nolimit,sortbyrevision, loosecommits
- New: cvs links open a new window.
- Fixed: Support filanmes with spaces in it
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.