
felicity at apache
Jan 20, 2004, 2:38 PM
Post #1 of 1
(56 views)
Permalink
|
|
svn commit: rev 6246 - in incubator/spamassassin/branches/b2_6_0: . build
|
|
Author: felicity Date: Tue Jan 20 13:38:35 2004 New Revision: 6246 Added: incubator/spamassassin/branches/b2_6_0/build/2.63_change_summary Modified: incubator/spamassassin/branches/b2_6_0/Changes Log: stuff from 2.63 release Modified: incubator/spamassassin/branches/b2_6_0/Changes ============================================================================== --- incubator/spamassassin/branches/b2_6_0/Changes (original) +++ incubator/spamassassin/branches/b2_6_0/Changes Tue Jan 20 13:38:35 2004 @@ -1,4 +1,40 @@ ------------------------------------------------------------------------ +r6243 | felicity | 2004-01-20 20:44:32 +0000 (Tue, 20 Jan 2004) | 1 line + +2.64 devel cycle started +------------------------------------------------------------------------ +r6241 | felicity | 2004-01-20 20:43:45 +0000 (Tue, 20 Jan 2004) | 1 line + +2.63 RELEASED +------------------------------------------------------------------------ +r6239 | felicity | 2004-01-20 20:31:47 +0000 (Tue, 20 Jan 2004) | 2 lines + +bug 2291: routines to process body text could be run multiple times due to lack of caching of results. + +------------------------------------------------------------------------ +r6238 | felicity | 2004-01-20 20:30:17 +0000 (Tue, 20 Jan 2004) | 2 lines + +bug 2857: using "spamassassin -l /path/to/file" failed because the -l wouldn't untaint the path. + +------------------------------------------------------------------------ +r6237 | felicity | 2004-01-20 20:29:16 +0000 (Tue, 20 Jan 2004) | 5 lines + +bug 2938: when preparing the 2.62 release, the extra_version code got +modified to use array subscripts which isn't supported in perl 5.005, +therefore breaking the whole release on the 5.0 series. this patch +changes extra_version to simply be "svn" for devel versions. + +------------------------------------------------------------------------ +r6198 | felicity | 2004-01-18 05:52:19 +0000 (Sun, 18 Jan 2004) | 1 line + +updated spec file for 2.63 +------------------------------------------------------------------------ +r6194 | felicity | 2004-01-18 00:17:35 +0000 (Sun, 18 Jan 2004) | 3 lines + +added change summary for 2.62 + + +------------------------------------------------------------------------ r6193 | felicity | 2004-01-17 23:22:56 +0000 (Sat, 17 Jan 2004) | 1 line 2.63 devel cycle started Added: incubator/spamassassin/branches/b2_6_0/build/2.63_change_summary ============================================================================== --- (empty file) +++ incubator/spamassassin/branches/b2_6_0/build/2.63_change_summary Tue Jan 20 13:38:35 2004 @@ -0,0 +1,47 @@ +Subject: SpamAssassin 2.63 is released! + +SpamAssassin is a mail filter which uses advanced statistical +and heuristic tests to identify spam (also known as unsolicited +commercial/bulk email). + +Downloading +----------- + +Pick it up from: + + http://SpamAssassin.org/released/Mail-SpamAssassin-2.63.tar.gz + http://SpamAssassin.org/released/Mail-SpamAssassin-2.63.tar.bz2 + http://SpamAssassin.org/released/Mail-SpamAssassin-2.63.zip + +md5sum of archive files: +fc5a8e69ef2355c30c7b71877ac58d57 Mail-SpamAssassin-2.63.tar.gz +215303794096bc66712381115adabb25 Mail-SpamAssassin-2.63.tar.bz2 +4255080324987f336fa17773d3eeaa01 Mail-SpamAssassin-2.63.zip + +sha1sum of archive files: +6bab68dfd6a5238fc84360ce08249657bed4bab3 Mail-SpamAssassin-2.63.tar.gz +558ab8e2cb95e8b4c4a3652b37e656eb3dc4d52c Mail-SpamAssassin-2.63.tar.bz2 +0288cd3669cafc3072d745c9c2efa916eb7ec3ca Mail-SpamAssassin-2.63.zip + + +Or on CPAN shortly, once the mirrors update. + +The release files also have a .asc accompanying them. The file serves +as an external GPG signature for the given release file. The signing +key is available via the wwwkeys.pgp.net keyserver, as well as +http://www.spamassassin.org/released/GPG-SIGNING-KEY + +The key information is: + +pub 1024D/265FA05B 2003-06-09 SpamAssassin Signing Key <release [at] spamassassin> + Key fingerprint =3D 26C9 00A4 6DD4 0CD5 AD24 F6D7 DEE0 1987 265F A05B + + +Summary of major changes since 2.62 +----------------------------------- + + - Fixed bug related to perl 5.0 which stopped SpamAssassin from being runable + - Fixed bug where "spamassassin -l" parameter wouldn't be untainted before being used + - Added caching of body rendering results so that the message wouldn't + be rendered the same way multiple times unnecessarily. +
|