You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2015/04/28 09:54:46 UTC

svn commit: r1676427 - in /spamassassin/trunk: Changes build/README lib/Mail/SpamAssassin.pm

Author: kmcgrail
Date: Tue Apr 28 07:54:45 2015
New Revision: 1676427

URL: http://svn.apache.org/r1676427
Log:
Preparing to release 3.4.0

Modified:
    spamassassin/trunk/Changes
    spamassassin/trunk/build/README
    spamassassin/trunk/lib/Mail/SpamAssassin.pm

Modified: spamassassin/trunk/Changes
URL: http://svn.apache.org/viewvc/spamassassin/trunk/Changes?rev=1676427&r1=1676426&r2=1676427&view=diff
==============================================================================
--- spamassassin/trunk/Changes (original)
+++ spamassassin/trunk/Changes Tue Apr 28 07:54:45 2015
@@ -1,4 +1,48 @@
 ------------------------------------------------------------------------
+r1675890 | jquinn | 2015-04-24 15:35:28 +0000 (Fri, 24 Apr 2015) | 1 line
+ 
+ moved EXCUSE_24 to sandbox so it uses AI scoring
+------------------------------------------------------------------------
+r1675688 | jquinn | 2015-04-23 17:41:42 +0000 (Thu, 23 Apr 2015) | 1 line
+ 
+ Rules file for TxRep
+------------------------------------------------------------------------
+r1675031 | axb | 2015-04-21 05:53:26 +0000 (Tue, 21 Apr 2015) | 3 lines
+ 
+ # lowered from 1.3 to 0.5 till MS comes to it's senses
+ score RCVD_ILLEGAL_IP 0.5
+ 
+------------------------------------------------------------------------
+r1674963 | kmcgrail | 2015-04-20 19:14:21 +0000 (Mon, 20 Apr 2015) | 1 
+line
+ 
+ switch gpg command line to verbose for greater ubiquity accross versions
+------------------------------------------------------------------------
+r1674350 | mmartinec | 2015-04-17 16:31:57 +0000 (Fri, 17 Apr 2015) | 1 
+line
+ 
+ 3.4.1.txt: more edits, keep most lines under 72 characters
+------------------------------------------------------------------------
+r1674208 | kmcgrail | 2015-04-17 04:45:52 +0000 (Fri, 17 Apr 2015) | 1 
+line
+ 
+ more tweaks on the announcement
+------------------------------------------------------------------------
+r1674207 | kmcgrail | 2015-04-17 04:42:25 +0000 (Fri, 17 Apr 2015) | 1 
+line
+ 
+ More preparations for 3.4.1
+------------------------------------------------------------------------
+r1674199 | kmcgrail | 2015-04-17 03:45:42 +0000 (Fri, 17 Apr 2015) | 1 
+line
+ 
+ 3.4.0-rc2 RELEASED
+------------------------------------------------------------------------
+r1674192 | kmcgrail | 2015-04-17 02:45:28 +0000 (Fri, 17 Apr 2015) | 1 
+line
+ 
+ preparing to release 3.4.1-rc2
+------------------------------------------------------------------------
 r1674037 | kmcgrail | 2015-04-16 10:26:10 +0000 (Thu, 16 Apr 2015) | 1 
 line
  

Modified: spamassassin/trunk/build/README
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/README?rev=1676427&r1=1676426&r2=1676427&view=diff
==============================================================================
--- spamassassin/trunk/build/README (original)
+++ spamassassin/trunk/build/README Tue Apr 28 07:54:45 2015
@@ -28,6 +28,7 @@ SPAMASSASSIN DEVELOPMENT SNAPSHOT PROCED
   Copy them to wherever you want, yourself.
 
 
+
 SPAMASSASSIN RELEASE PROCEDURE
 ==============================
 
@@ -94,6 +95,7 @@ SPAMASSASSIN RELEASE PROCEDURE
 
   Verify that the X-Spam-* headers use the correct version string,
   without an SVN revision number (those are only for dev and pre builds).
+
   NOTE: If the date is old, don't worry, it will change later with the
         relbuild checkout.
 
@@ -133,7 +135,7 @@ SPAMASSASSIN RELEASE PROCEDURE
 
 - Word wrap the Changes file with something like 
 
-    fold -sw 74 Changes.tmp > Changes && rm Changes.tmp
+    fold -sw 74 Changes.tmp > Changes && rm -f Changes.tmp
 
 - run "make distcheck" to ensure all files are included in the
   distribution that should be, and to ensure all files that are listed
@@ -196,7 +198,7 @@ SPAMASSASSIN RELEASE PROCEDURE
 
   - For a trunk release candidate (x.y.0-rc1), pre-release (x.y.0-preZ) or alpha (x.y.0-alphaZ):
 
-    vers=3_4_0_rc_2
+    vers=3_4_1_rc_2
 
     Then run:
 
@@ -270,12 +272,12 @@ SPAMASSASSIN RELEASE PROCEDURE
 - Check the README file for any items to change.
 
 - (for any rc, prerelease, or full release) Place the tarballs in a
-  discreet location (discreet means not linked from the "downloads" page
+  discrete location (discrete means not linked from the "downloads" page
   of the website, but included in the vote mail) and request a vote on the
   development mailing list to make the release.  Post the URL,
   md5sums/sha1sums, and proposed release announcement mail to the dev
   list.  The default location -- ~/public_html/devel/ , or
-  http://people.apache.org/~jm/devel/ , qualifies as "discreet".
+  http://people.apache.org/~jm/devel/ , qualifies as "discrete".
 
   If you build on the zone, you will need to scp them over:
 
@@ -385,6 +387,9 @@ SPAMASSASSIN RELEASE PROCEDURE
         cd /home/updatesd/svn/spamassassin/build/mkupdates
         ./update-rules-3.3 3.4
 
+  NOTE: Is this needed with our rule update process?  not convinced it
+  is...
+
 - publish the tarballs
 
   ASF bylaws prohibit the distribution of files claiming to be

Modified: spamassassin/trunk/lib/Mail/SpamAssassin.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin.pm?rev=1676427&r1=1676426&r2=1676427&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm Tue Apr 28 07:54:45 2015
@@ -95,12 +95,12 @@ use vars qw{
 };
 
 $VERSION = "3.004001";      # 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
 # files; this variable should not be modified.
-@EXTRA_VERSION = qw(rc2);
+#@EXTRA_VERSION = qw();
 
 @ISA = qw();