You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2022/12/14 02:29:30 UTC

svn commit: r1905971 - in /spamassassin/trunk: Changes lib/Mail/SpamAssassin.pm

Author: sidney
Date: Wed Dec 14 02:29:30 2022
New Revision: 1905971

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

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

Modified: spamassassin/trunk/Changes
URL: http://svn.apache.org/viewvc/spamassassin/trunk/Changes?rev=1905971&r1=1905970&r2=1905971&view=diff
==============================================================================
--- spamassassin/trunk/Changes (original)
+++ spamassassin/trunk/Changes Wed Dec 14 02:29:30 2022
@@ -1,4 +1,70 @@
 ------------------------------------------------------------------------
+r1905917 | sidney | 2022-12-11 19:21:41 +0000 (Sun, 11 Dec 2022) | 1 line
+ 
+ Bug 7826 - Fix a couple missed blacklist to blocklist edits in comments
+------------------------------------------------------------------------
+r1905889 | gbechis | 2022-12-09 15:59:31 +0000 (Fri, 09 Dec 2022) | 2 
+lines
+ 
+ unbreak when Test::Pod is not installed
+ 
+------------------------------------------------------------------------
+r1905879 | gbechis | 2022-12-09 09:09:55 +0000 (Fri, 09 Dec 2022) | 3 
+lines
+ 
+ remove "nice" tflags where not needed
+ bz #8085
+ 
+------------------------------------------------------------------------
+r1905870 | sidney | 2022-12-08 21:42:40 +0000 (Thu, 08 Dec 2022) | 1 line
+ 
+ Bug 8088 - Add -T and remove use strict and use warnings - copied 
+initial file from wrong template
+------------------------------------------------------------------------
+r1905869 | sidney | 2022-12-08 21:31:13 +0000 (Thu, 08 Dec 2022) | 1 line
+ 
+ Bug 8088 - Fix typo in POD documentation and add podchecker.t to 
+regression tests
+------------------------------------------------------------------------
+r1905867 | sidney | 2022-12-08 18:53:56 +0000 (Thu, 08 Dec 2022) | 1 line
+ 
+ Bug 8087 - Fix bug that showed up in DMARC with some subdomains
+------------------------------------------------------------------------
+r1905853 | hege | 2022-12-08 10:24:26 +0000 (Thu, 08 Dec 2022) | 2 lines
+ 
+ Bug 8016 - Remove uridnsbl_skip_domain(s)
+ 
+------------------------------------------------------------------------
+r1905834 | sidney | 2022-12-07 09:07:23 +0000 (Wed, 07 Dec 2022) | 1 line
+ 
+ remove caution against using versions of gpg that are now 15-20 years 
+past their stated end of life date
+------------------------------------------------------------------------
+r1905829 | sidney | 2022-12-07 07:00:49 +0000 (Wed, 07 Dec 2022) | 1 line
+ 
+ Bug 8086 - remove obsolete options and commands from build script. Also 
+some old comments
+------------------------------------------------------------------------
+r1905828 | sidney | 2022-12-07 06:59:04 +0000 (Wed, 07 Dec 2022) | 1 line
+ 
+ remove some garbage characters in the announcement file
+------------------------------------------------------------------------
+r1905823 | sidney | 2022-12-07 03:03:09 +0000 (Wed, 07 Dec 2022) | 1 line
+ 
+ 4.0.0-rc4 RELEASED
+------------------------------------------------------------------------
+r1905819 | sidney | 2022-12-06 22:44:26 +0000 (Tue, 06 Dec 2022) | 1 line
+ 
+ preparing to release 4.0.0-rc4
+------------------------------------------------------------------------
+r1905818 | sidney | 2022-12-06 21:53:22 +0000 (Tue, 06 Dec 2022) | 1 line
+ 
+ Bug 8056 - fix yet another typo in documentation line in earlier commit
+------------------------------------------------------------------------
+r1905817 | sidney | 2022-12-06 21:49:03 +0000 (Tue, 06 Dec 2022) | 1 line
+ 
+ Bug 8056 - fix typos in documentation lines in previous commit
+------------------------------------------------------------------------
 r1905814 | sidney | 2022-12-06 20:56:14 +0000 (Tue, 06 Dec 2022) | 1 line
  
  Minor edit to release build instructions documentation

Modified: spamassassin/trunk/lib/Mail/SpamAssassin.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin.pm?rev=1905971&r1=1905970&r2=1905971&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm Wed Dec 14 02:29:30 2022
@@ -88,8 +88,8 @@ use Cwd;
 use Config;
 
 our $VERSION = "4.000000";      # update after release (same format as perl $])
-our $IS_DEVEL_BUILD = 1;        # 1 for devel build 
-#our $IS_DEVEL_BUILD = 0;        # 0 for release versions including rc & pre releases
+#our $IS_DEVEL_BUILD = 1;        # 1 for devel build 
+our $IS_DEVEL_BUILD = 0;        # 0 for release versions including rc & pre releases
 
 # 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