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 2014/02/11 14:31:43 UTC

svn commit: r1567117 - /spamassassin/trunk/build/README

Author: kmcgrail
Date: Tue Feb 11 13:31:43 2014
New Revision: 1567117

URL: http://svn.apache.org/r1567117
Log:
3.4.0 RELEASED

Modified:
    spamassassin/trunk/build/README

Modified: spamassassin/trunk/build/README
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/README?rev=1567117&r1=1567116&r2=1567117&view=diff
==============================================================================
--- spamassassin/trunk/build/README (original)
+++ spamassassin/trunk/build/README Tue Feb 11 13:31:43 2014
@@ -281,8 +281,6 @@ SPAMASSASSIN RELEASE PROCEDURE
 
   As of 2014-02-05, adding TRIAL to the filename should work
 
-***RE-TESTED BY KAM TO THIS POINT AS OF 2014-02-05***
-
 - (for a full release) 3 +1's votes from PMC members are required to 
   proceed with an official (not pre-release) ASF software release.
 
@@ -301,12 +299,12 @@ SPAMASSASSIN RELEASE PROCEDURE
   branch, off the trunk.
 
     repo=https://svn.apache.org/repos/asf/spamassassin
-    svn copy $repo/tags/spamassassin_release_3_1_0 \
-           $repo/branches/3.1
+    svn copy $repo/tags/spamassassin_release_3_4_0 \
+           $repo/branches/3.4
 
   "trunk" is SVN's concept of head.  Typically, our branches are named
-  for their minor version number.  In the example above, b3_1_0 is the
-  branch for the stable 3.1.x releases.
+  for their minor version number.  In the example above, 3.4 is the
+  branch for the stable 3.4.x releases.
 
 - In the new development codeline, edit lib/Mail/SpamAssassin.pm
   and bump the $VERSION line to the correct version.