[cvsspam-devel] [ANN] CVSspam 0.2.8
David Holroyd
dave at badgers-in-foil.co.uk
Mon, 22 Sep 2003 22:01:36 +0000
The latest version is now available at,
http://www.badgers-in-foil.co.uk/projects/cvsspam/
Mail can now be sent using Net::SNMP, for people with no MTA on their
CVS server. ViewCVS support has been extended to handle confugurations
using multiple repositories. The documentation was reoganised a bit,
and some undocumented features were noted. A few 'uninitialized
variable' warnings have been fixed.
Long ChangeLog:
2003-09-22 22:18 dave
* cvsspam.rb: When I changed the header name, I forgot to put
'CVSspam' into the value
2003-09-21 13:47 dave
* cvsspam.rb: Fix for the name of the ViewCVS parameter, from
Dmitry.
2003-09-11 22:29 dave
* CREDITS: Matt pointed out some uninitialised variables were
causing problems in the latest Ruby (that being 1.8.0).
2003-09-11 22:15 dave
* cvsspam.rb: Explicitly initialise variables to prevent warning
messages
2003-09-07 19:10 dave
* cvsspam.rb: "X-Mailer" is a more 'standard' non-standard
header.
2003-09-07 19:09 dave
* cvsspam.rb: Bump version number in preparation for a new
release.
2003-09-07 19:08 dave
* cvsspam-doc.xml: Re-orded sections in the documentation to
follow what I think users will want. Noted that
'/etc/cvsspam/cvsspam.conf' will be used if available.
2003-09-07 19:05 dave
* collect_diffs.rb: Look for cvsspam.conf under /etc/cvsspam/ as
well as in $CVSROOT/CVSROOT/. The derived filename is passed to
cvsspam.rb, to save it duplicating this logic.
2003-09-07 15:31 dave
* CREDITS, collect_diffs.rb, cvsspam-doc.xml, cvsspam.rb:
Support for multiple repositories with ViewCVS, suggested by
Dmitry V. abanin
2003-09-06 23:53 dave
* collect_diffs.rb: Debug should go to stderr, not stdout
2003-09-06 23:25 dave
* cvsspam-doc.xml: Caution users against breaking their remote
repositories.
2003-09-06 22:27 dave
* cvsspam-doc.xml: Make this an SGML, rather than an XML
document. The docbook toolchain I have installed (Debian
unstable) seems to be broken for XML documents.
2003-09-01 00:41 dave
* cvsspam-doc.xml: Cleanup, and document the '--from' option
2003-07-26 16:09 dave
* cvsspam.conf, cvsspam.rb: Support for SMTP, instead of
$sendmail
2003-07-15 23:33 dave
* cvsspam.rb: Start factoring out HTML generating code from the
rest of the file