cvsreport-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cvsreport] releasing 0.3.2


From: Vincent Caron <address@hidden>
Subject: [cvsreport] releasing 0.3.2
Date: Mon, 11 Aug 2003 11:33:13 -0400

Commit from zerodeux 2003-08-11 11:33 EDT
releasing 0.3.2
Module File name Revision
cvsreport ChangeLog 1.29 >>> 1.30
cvsreport Makefile 1.10 >>> 1.11
cvsreport NEWS 1.6 >>> 1.7
cvsreport TODO 1.5 >>> 1.6
cvsreport cvsreport 1.29 >>> 1.30
cvsreport cvsreport.1 1.13 >>> 1.14
cvsreport debian/changelog 1.1 >>> 1.2

cvsreport/ChangeLog   1.29 >>> 1.30
Line 1
+ 2003/08/11 17:34  zerodeux
+ - releasing 0.3.2
+
  2003/08/08 19:08  zerodeux
  - dummy entry
 

cvsreport/Makefile   1.10 >>> 1.11
Line 30
  install -D -m 644 cvsreport.1 $(DESTDIR)$(PREFIX)/share/man/man1/cvsreport.1
 
 
- VERSION = 0.3.1
+ VERSION = 0.3.2
  PACKAGE = cvsreport-$(VERSION)
  FILES   = COPYING ChangeLog Makefile NEWS README TODO cvsreport cvsreport.1 example.conf \
            test/Makefile test/cvsjam test/test.conf \

cvsreport/NEWS   1.6 >>> 1.7
Line 1
+ - cvsreport 0.3.2 - August 11 2003
+
+   More features, less bugs.
+
+   * Debian package support
+
+   * New 'run' and 'my' commands
+
+   * Pretty and configurable inline diffs (text and HTML)
+
+   * Cosmetics : timezone handling fix, now printing commit date on text reports,
+     automatically href'ing hyperlinks in HTML mode.
+
+   * Fixes :
+
+     - better instance locking (using portable flock())
+     - more robust cleanup (your /tmp should be tidy now)
+     - fixed command args parsing (whas munging whitespaces)
+     - fixed myexit() (was always returning failure in debug mode)
+     - made example independent from dist host timezone
+
+
+
  - cvsreport 0.3.1 - July 23 2003
 
    This is mainly a bugfix release with a minor new feature.

cvsreport/TODO   1.5 >>> 1.6
Line 1
- - inline diffs, auto changelog extraction
-
  - maybe get rid of select() and print to explicit file handles, the currently context
    dependent code is a bit clumsy (especially in mail output)

cvsreport/cvsreport   1.29 >>> 1.30
Line 32
  #
 
  my $package_name    = 'cvsreport';
- my $package_version = '0.3.1';
+ my $package_version = '0.3.2';
  my $package_url     = 'http://www.nongnu.org/cvsreport/';
 
  # Can be overriden by command line

cvsreport/cvsreport.1   1.13 >>> 1.14
Line 1
  .\" Process this file with
  .\" groff -man -Tascii cvsreport.1
  .\"
- .TH CVSREPORT 1 "31 July 2003"
+ .TH CVSREPORT 1 "11 August 2003"
 
  .SH NAME
  cvsreport \- generate CVS activity reports

cvsreport/debian/changelog   1.1 >>> 1.2
Line 1
+ cvsreport (0.3.2-1) unstable; urgency=low
+
+   * Upstream release.
+
+  -- Vincent Caron <address@hidden>  Mon, 11 Aug 2003 17:30:25 +0200
+
+
  cvsreport (0.3.1-1) unstable; urgency=low
 
    * Initial Release.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]