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 2018/09/14 01:25:10 UTC

svn commit: r1840870 - in /spamassassin/branches/3.4: Changes lib/Mail/SpamAssassin.pm

Author: kmcgrail
Date: Fri Sep 14 01:25:10 2018
New Revision: 1840870

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

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

Modified: spamassassin/branches/3.4/Changes
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/Changes?rev=1840870&r1=1840869&r2=1840870&view=diff
==============================================================================
--- spamassassin/branches/3.4/Changes (original)
+++ spamassassin/branches/3.4/Changes Fri Sep 14 01:25:10 2018
@@ -1,4 +1,18 @@
 ------------------------------------------------------------------------
+r1840662 | sidney | 2018-09-12 11:35:41 +0000 (Wed, 12 Sep 2018) | 1 line
+ 
+ Add Paul Stead as committer
+------------------------------------------------------------------------
+r1840385 | kmcgrail | 2018-09-08 21:37:32 +0000 (Sat, 08 Sep 2018) | 1 
+line
+ 
+ more build updates and new rc1 sums for announcement
+------------------------------------------------------------------------
+r1840380 | kmcgrail | 2018-09-08 21:08:05 +0000 (Sat, 08 Sep 2018) | 1 
+line
+ 
+ preparing to release 3.4.2-rc1 again with new sa-update
+------------------------------------------------------------------------
 r1840377 | kmcgrail | 2018-09-08 20:40:12 +0000 (Sat, 08 Sep 2018) | 1 
 line
  

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm?rev=1840870&r1=1840869&r2=1840870&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm Fri Sep 14 01:25:10 2018
@@ -95,7 +95,7 @@ our $IS_DEVEL_BUILD = 0;        # 0 for
 # 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.
-our @EXTRA_VERSION = qw(rc1);
+our @EXTRA_VERSION = qw();
 
 our @ISA = qw();