You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2008/06/10 11:13:55 UTC

svn commit: r666026 - in /spamassassin/branches/3.2: Changes lib/Mail/SpamAssassin.pm

Author: jm
Date: Tue Jun 10 02:13:55 2008
New Revision: 666026

URL: http://svn.apache.org/viewvc?rev=666026&view=rev
Log:
preparing to release 3.2.5

Modified:
    spamassassin/branches/3.2/Changes
    spamassassin/branches/3.2/lib/Mail/SpamAssassin.pm

Modified: spamassassin/branches/3.2/Changes
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.2/Changes?rev=666026&r1=666025&r2=666026&view=diff
==============================================================================
--- spamassassin/branches/3.2/Changes (original)
+++ spamassassin/branches/3.2/Changes Tue Jun 10 02:13:55 2008
@@ -1,4 +1,136 @@
 ------------------------------------------------------------------------
+r660442 | jm | 2008-05-27 09:21:57 +0000 (Tue, 27 May 2008) | 3 lines
+
+bug 5899: add perl version string to the storage
+area for compiled rulesets, to avoid crashes when perl is upgraded between
+major versions and the ABI breaks
+------------------------------------------------------------------------
+r660135 | jm | 2008-05-26 09:02:36 +0000 (Mon, 26 May 2008) | 1 line
+
+bug 5730: when using Postgres >= 8.1.0 with Bayes, this error occurs: 'WARNING:  nonstandard use of \ in a string literal at character'.  fix, thanks to Tomasz Ostrowski
+------------------------------------------------------------------------
+r660133 | jm | 2008-05-26 09:01:12 +0000 (Mon, 26 May 2008) | 1 line
+
+bug 5769: fix 'sa-compile: eval failed: Can't find label NO' error, caused  in rare circumstances when sa-compile attempted to deal with rules written using 'replace_rules' features
+------------------------------------------------------------------------
+r659531 | jm | 2008-05-23 13:05:42 +0000 (Fri, 23 May 2008) | 1 line
+
+bug 5858: fix circular reference caused by some messages
+------------------------------------------------------------------------
+r658745 | jm | 2008-05-21 16:31:04 +0000 (Wed, 21 May 2008) | 1 line
+
+trivial bugfix: __BOUNCE_FROM_DAEMON incorrectly used + instead of *, so some From addresses were not being recognised as bounce senders
+------------------------------------------------------------------------
+r658010 | jm | 2008-05-19 22:35:18 +0000 (Mon, 19 May 2008) | 1 line
+
+bug 5496, bug 5910: clear some FORGED_MUA_OUTLOOK false positives, particularly on the new-format Message-ID generated by the Outlook Express version used in Windows XP service pack 3
+------------------------------------------------------------------------
+r657560 | jm | 2008-05-18 13:43:10 +0000 (Sun, 18 May 2008) | 1 line
+
+remove OUTLOOK_3416, due to FP in bug 5650
+------------------------------------------------------------------------
+r632902 | mmartinec | 2008-03-03 01:03:59 +0000 (Mon, 03 Mar 2008) | 1 line
+
+A missing or failed eval rule function can mistakenly count as a rule hit, bug 5839
+------------------------------------------------------------------------
+r630925 | jm | 2008-02-25 16:37:34 +0000 (Mon, 25 Feb 2008) | 1 line
+
+bug 5835: typo in POD docs for SPF plugin; thanks to Benny Pedersen for fix
+------------------------------------------------------------------------
+r630870 | jm | 2008-02-25 15:09:15 +0000 (Mon, 25 Feb 2008) | 1 line
+
+bug 5815: update 2TLD list to include .rs CCTLD
+------------------------------------------------------------------------
+r629596 | jm | 2008-02-20 19:54:57 +0000 (Wed, 20 Feb 2008) | 1 line
+
+bug 5833: update ECCN status for SpamAssassin to note 5D002 status
+------------------------------------------------------------------------
+r629057 | jm | 2008-02-19 10:34:32 +0000 (Tue, 19 Feb 2008) | 1 line
+
+bug 5825: backport changes to support nested 'if' conditionals in rulesrc files
+------------------------------------------------------------------------
+r620371 | mmartinec | 2008-02-11 01:09:10 +0000 (Mon, 11 Feb 2008) | 1 line
+
+t/dnsbl.t: no need to disable a test with new/fixed versions of Sys::Hostname::Long, bug 3806
+------------------------------------------------------------------------
+r620364 | mmartinec | 2008-02-11 00:53:35 +0000 (Mon, 11 Feb 2008) | 1 line
+
+DnsResolver: bump up resolver receive buffer size to 32kB if smaller, bug 5790
+------------------------------------------------------------------------
+r620358 | jm | 2008-02-10 23:38:10 +0000 (Sun, 10 Feb 2008) | 1 line
+
+bug 5764: fix test failure in t/dcc.t on Solaris 10
+------------------------------------------------------------------------
+r619567 | sidney | 2008-02-07 18:55:46 +0000 (Thu, 07 Feb 2008) | 1 line
+
+bug 5666: expose gated_through_received_hdr_remover to be used as an eval rule, and the rule changes that it has been exposed for
+------------------------------------------------------------------------
+r619403 | mmartinec | 2008-02-07 13:22:49 +0000 (Thu, 07 Feb 2008) | 1 line
+
+bug 5786: fix for missing From with DKIM; remove empty lines from SPF test mail header
+------------------------------------------------------------------------
+r619283 | sidney | 2008-02-07 06:16:02 +0000 (Thu, 07 Feb 2008) | 1 line
+
+bug 4706: remove HG_HORMOME rules due to poor performance
+------------------------------------------------------------------------
+r613052 | felicity | 2008-01-18 04:40:04 +0000 (Fri, 18 Jan 2008) | 3 lines
+
+Update the sa-learn man page to include information about bayes version 3.
+
+
+------------------------------------------------------------------------
+r611968 | jm | 2008-01-14 23:18:13 +0000 (Mon, 14 Jan 2008) | 1 line
+
+bug 5783: update MANIFEST to add new file
+------------------------------------------------------------------------
+r611818 | jm | 2008-01-14 14:44:23 +0000 (Mon, 14 Jan 2008) | 1 line
+
+add a file to contain the list of deleted rules; fixes warnings from 3.2.3 and earlier about scores set for nonexistent rules in latest update
+------------------------------------------------------------------------
+r610699 | felicity | 2008-01-10 07:17:04 +0000 (Thu, 10 Jan 2008) | 1 line
+
+bug 5775: newer gpg versions require keys to be cross-certified (backsig).  Did a cross-verify on our update public key and re-exported.
+------------------------------------------------------------------------
+r609982 | jm | 2008-01-08 13:43:45 +0000 (Tue, 08 Jan 2008) | 1 line
+
+remove now-deleted rules from active.list
+------------------------------------------------------------------------
+r609969 | jm | 2008-01-08 13:29:18 +0000 (Tue, 08 Jan 2008) | 1 line
+
+remove scores for FM_DDDD_TIMES_2, FM_SEX_HOSTDDDD
+------------------------------------------------------------------------
+r609898 | sidney | 2008-01-08 07:42:40 +0000 (Tue, 08 Jan 2008) | 1 line
+
+bug 5666: recognize message-id from sympatico.ca that was causing FORGED_MUA_OUTLOOK FP
+------------------------------------------------------------------------
+r609710 | jm | 2008-01-07 17:32:47 +0000 (Mon, 07 Jan 2008) | 1 line
+
+add Sidney's suggested step for the next release; copying the release announcement to the voting site
+------------------------------------------------------------------------
+r609709 | jm | 2008-01-07 17:28:27 +0000 (Mon, 07 Jan 2008) | 1 line
+
+back-merge from trunk
+------------------------------------------------------------------------
+r609708 | jm | 2008-01-07 17:24:33 +0000 (Mon, 07 Jan 2008) | 1 line
+
+fix bugs in build/README
+------------------------------------------------------------------------
+r609689 | jm | 2008-01-07 17:02:00 +0000 (Mon, 07 Jan 2008) | 1 line
+
+3.2.5 devel cycle started
+------------------------------------------------------------------------
+r609688 | jm | 2008-01-07 17:01:24 +0000 (Mon, 07 Jan 2008) | 1 line
+
+3.2.4 RELEASED
+------------------------------------------------------------------------
+r609222 | jm | 2008-01-05 21:31:04 +0000 (Sat, 05 Jan 2008) | 1 line
+
+update build procedures to remove a redundant step
+------------------------------------------------------------------------
+r609216 | jm | 2008-01-05 21:08:24 +0000 (Sat, 05 Jan 2008) | 1 line
+
+preparing to re-cut 3.2.4, with the fix for bug 5762 included
+------------------------------------------------------------------------
 r608672 | mmartinec | 2008-01-03 23:28:38 +0000 (Thu, 03 Jan 2008) | 1 line
 
 AsyncLoop: call clock_getres only if Time::HiRes makes it available

Modified: spamassassin/branches/3.2/lib/Mail/SpamAssassin.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.2/lib/Mail/SpamAssassin.pm?rev=666026&r1=666025&r2=666026&view=diff
==============================================================================
--- spamassassin/branches/3.2/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/branches/3.2/lib/Mail/SpamAssassin.pm Tue Jun 10 02:13:55 2008
@@ -96,7 +96,7 @@
 };
 
 $VERSION = "3.002005";      # update after release (same format as perl $])
-$IS_DEVEL_BUILD = 1;        # change for release versions
+# $IS_DEVEL_BUILD = 1;        # change for release versions
 
 # Used during the prerelease/release-candidate part of the official release
 # process. If you hacked up your SA, you should add a version_tag to your .cf