You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jq...@apache.org on 2015/04/13 19:23:06 UTC

svn commit: r1673243 - in /spamassassin/trunk: UPGRADE build/README

Author: jquinn
Date: Mon Apr 13 17:23:05 2015
New Revision: 1673243

URL: http://svn.apache.org/r1673243
Log:
UPGRADE and README updates for 3.4.1 release and some missed stuff in 3.4.0 release

Modified:
    spamassassin/trunk/UPGRADE
    spamassassin/trunk/build/README

Modified: spamassassin/trunk/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/trunk/UPGRADE?rev=1673243&r1=1673242&r2=1673243&view=diff
==============================================================================
--- spamassassin/trunk/UPGRADE (original)
+++ spamassassin/trunk/UPGRADE Mon Apr 13 17:23:05 2015
@@ -62,7 +62,37 @@ Note for Users Upgrading to SpamAssassin
 
 Note for Users Upgrading to SpamAssassin 3.4.0
 ----------------------------------------------
-- Please see the Announcement file at:
+
+- When Bayes classification is in use and messages are 'learned' as spam
+  or ham and stored in a database, the Bayes plugin generates internal
+  message IDs of learned messages and stores them in a 'seen' database to
+  avoid re-learning duplicates and accidental un-learning messages that
+  were not previously learned. With changes in bug 5185, the calculation
+  of message IDs in a bayes 'seen' database has changed, so new code can
+  no longer associate new messages with those learned before the change.
+
+- Note that this change does not affect recognition of old tokens and the
+  classification algorithm, only duplicate detection and unlearning of old
+  messages is affected.
+
+- Because of this change, if you use Bayes and you are upgrading from a
+  version prior to 3.4.0, you may consider wiping your Bayes database
+  and starting fresh.
+
+- There is a new optional dependency on Net::Patricia to speed up lookups
+  on internal_networks, trusted_networks or msa_networks when these lists
+  contain a larger number of entries. Consider installing this module to
+  speed up classification.
+
+- The minimal required version of NetAddr::IP was bumped to 4.010
+
+- In addition to existing backends, the 3.4.0 introduces support for keeping
+  a Bayes database on a Redis server, either running locally, or accessed
+  over network. Similar to SQL backends, the database may be concurrently
+  used by several hosts running SpamAssassin.
+
+- For more detail on these and other changes, please see the Announcement
+  file at:
    http://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.0.txt
 
 Note for Users Upgrading to SpamAssassin 3.3.0

Modified: spamassassin/trunk/build/README
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/README?rev=1673243&r1=1673242&r2=1673243&view=diff
==============================================================================
--- spamassassin/trunk/build/README (original)
+++ spamassassin/trunk/build/README Mon Apr 13 17:23:05 2015
@@ -66,16 +66,6 @@ SPAMASSASSIN RELEASE PROCEDURE
   (ie., no "M" or "C" files; any files marked "M" have been locally
   modified, and should be "svn revert"ed before you continue.)
 
-#- consider updating the TLD list in
-#  Mail/SpamAssassin/Util/RegistrarBoundaries.pm
-#
-#  Follow the documentation under %VALID_TLDS and $VALID_TLDS_RE for
-#  updating the TLD list, make test, and do a commit if there are any
-#  changes from the previous TLD list.
-#
-#  Currently, the only way to change the TLD list is via a release as 
-#  of 6/17/2014.
-
 - Consider updating the TLD list in 20_aux_tlds.cf.  As of 4/6/2015,
   this is not automated but bug 7165 is open for this purpose.