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/06 15:47:47 UTC

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

Author: kmcgrail
Date: Thu Sep  6 15:47:47 2018
New Revision: 1840230

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

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=1840230&r1=1840229&r2=1840230&view=diff
==============================================================================
--- spamassassin/branches/3.4/Changes (original)
+++ spamassassin/branches/3.4/Changes Thu Sep  6 15:47:47 2018
@@ -1,4 +1,70 @@
 ------------------------------------------------------------------------
+r1840219 | kmcgrail | 2018-09-06 13:02:56 +0000 (Thu, 06 Sep 2018) | 1 
+line
+ 
+ more cleanup of branding and build process
+------------------------------------------------------------------------
+r1840213 | kmcgrail | 2018-09-06 12:04:10 +0000 (Thu, 06 Sep 2018) | 1 
+line
+ 
+ fix for Util wrap pre Perl 5.14 - bug 7616
+------------------------------------------------------------------------
+r1840170 | kmcgrail | 2018-09-05 23:46:20 +0000 (Wed, 05 Sep 2018) | 1 
+line
+ 
+ updating the readme and announcement text
+------------------------------------------------------------------------
+r1840128 | kmcgrail | 2018-09-05 12:15:57 +0000 (Wed, 05 Sep 2018) | 1 
+line
+ 
+ sa-update version work - bug 7006
+------------------------------------------------------------------------
+r1840072 | billcole | 2018-09-04 22:27:55 +0000 (Tue, 04 Sep 2018) | 1 
+line
+ 
+ Make leading space/zero for one-digit dates in mbox separator optional 
+Bug 7445
+------------------------------------------------------------------------
+r1840053 | kmcgrail | 2018-09-04 17:32:36 +0000 (Tue, 04 Sep 2018) | 1 
+line
+ 
+ Fixing the docs bug 7042
+------------------------------------------------------------------------
+r1840050 | billcole | 2018-09-04 16:39:43 +0000 (Tue, 04 Sep 2018) | 1 
+line
+ 
+ document %x token foe Exim-like virtual config dirs
+------------------------------------------------------------------------
+r1839962 | hege | 2018-09-03 13:21:42 +0000 (Mon, 03 Sep 2018) | 2 lines
+ 
+ Optimize loop, run hits only once
+ 
+------------------------------------------------------------------------
+r1839883 | hege | 2018-09-02 13:50:12 +0000 (Sun, 02 Sep 2018) | 2 lines
+ 
+ Fix SHA512 verification
+ 
+------------------------------------------------------------------------
+r1839865 | billcole | 2018-09-02 00:44:43 +0000 (Sun, 02 Sep 2018) | 1 
+line
+ 
+ Add SHA512 support to build/mkupdates/* scripts and sa-update
+------------------------------------------------------------------------
+r1839854 | kmcgrail | 2018-09-01 21:23:41 +0000 (Sat, 01 Sep 2018) | 1 
+line
+ 
+ More SHA256/512issues identified
+------------------------------------------------------------------------
+r1839851 | kmcgrail | 2018-09-01 21:11:42 +0000 (Sat, 01 Sep 2018) | 1 
+line
+ 
+ preparing to release 3.4.2-pre5
+------------------------------------------------------------------------
+r1839848 | kmcgrail | 2018-09-01 21:05:17 +0000 (Sat, 01 Sep 2018) | 1 
+line
+ 
+ Preparing 3.4.2-pre4
+------------------------------------------------------------------------
 r1839835 | kmcgrail | 2018-09-01 18:03:57 +0000 (Sat, 01 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=1840230&r1=1840229&r2=1840230&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm Thu Sep  6 15:47:47 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(pre5);
+our @EXTRA_VERSION = qw(rc1);
 
 our @ISA = qw();