You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2010/01/15 15:19:19 UTC

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

Author: jm
Date: Fri Jan 15 14:19:18 2010
New Revision: 899636

URL: http://svn.apache.org/viewvc?rev=899636&view=rev
Log:
preparing to release 3.3.0-rc3

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=899636&r1=899635&r2=899636&view=diff
==============================================================================
--- spamassassin/trunk/Changes (original)
+++ spamassassin/trunk/Changes Fri Jan 15 14:19:18 2010
@@ -1,4 +1,17 @@
 ------------------------------------------------------------------------
+r899566 | jm | 2010-01-15 08:50:02 +0000 (Fri, 15 Jan 2010) | 1 line
+
+promotions validated
+------------------------------------------------------------------------
+r899424 | wtogami | 2010-01-14 21:41:02 +0000 (Thu, 14 Jan 2010) | 2 lines
+
+back to devel
+
+------------------------------------------------------------------------
+r899419 | wtogami | 2010-01-14 21:32:41 +0000 (Thu, 14 Jan 2010) | 1 line
+
+preparing to release 3.3.0-rc3
+------------------------------------------------------------------------
 r899414 | mmartinec | 2010-01-14 21:22:47 +0000 (Thu, 14 Jan 2010) | 2 lines
 
 further tweaks on 3.3.0-release.txt
@@ -5717,10 +5730,6 @@
 
 bug 6045: lots of fixes and cleanup for the Bayes benchmarking scripts, thanks to Michael Alan Dorman
 ------------------------------------------------------------------------
-r789963 | jm | 2009-06-30 21:21:10 +0000 (Tue, 30 Jun 2009) | 1 line
-
-seriously, remove that external
-------------------------------------------------------------------------
 r789962 | jm | 2009-06-30 21:20:06 +0000 (Tue, 30 Jun 2009) | 1 line
 
 bug 5974: add POD docs for new switch

Modified: spamassassin/trunk/build/README
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/README?rev=899636&r1=899635&r2=899636&view=diff
==============================================================================
--- spamassassin/trunk/build/README (original)
+++ spamassassin/trunk/build/README Fri Jan 15 14:19:18 2010
@@ -118,7 +118,7 @@
 - run "make disttest" to ensure all default tests pass once the
   distribution is fully packaged.  (this'll take a minute or two.)
 
-    make disttest
+    make disttest < /dev/null
 
 - run the release test suite, which forces all tests to run and also
   applies an additional, more stringent set of tests.  This may require

Modified: spamassassin/trunk/lib/Mail/SpamAssassin.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin.pm?rev=899636&r1=899635&r2=899636&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm Fri Jan 15 14:19:18 2010
@@ -94,7 +94,7 @@
 };
 
 $VERSION = "3.003000";      # 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