You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/09/10 00:50:14 UTC

svn commit: rev 43635 - in spamassassin/trunk: . lib/Mail

Author: felicity
Date: Thu Sep  9 15:50:14 2004
New Revision: 43635

Modified:
   spamassassin/trunk/Changes
   spamassassin/trunk/lib/Mail/SpamAssassin.pm
Log:
prepping, again, for 3.0.0rc4

Modified: spamassassin/trunk/Changes
==============================================================================
--- spamassassin/trunk/Changes	(original)
+++ spamassassin/trunk/Changes	Thu Sep  9 15:50:14 2004
@@ -1,4 +1,39 @@
 ------------------------------------------------------------------------
+r43629 | jm | 2004-09-09 19:36:26 +0000 (Thu, 09 Sep 2004) | 1 line
+
+MANIFEST updated to include some more recent perceptron scripts/input
+------------------------------------------------------------------------
+r43628 | jm | 2004-09-09 19:34:58 +0000 (Thu, 09 Sep 2004) | 1 line
+
+removed obsolete scripts used only by me
+------------------------------------------------------------------------
+r43627 | felicity | 2004-09-09 19:26:57 +0000 (Thu, 09 Sep 2004) | 1 line
+
+moving back to rc4 dev for MANIFEST discussion
+------------------------------------------------------------------------
+r43626 | quinlan | 2004-09-09 19:06:03 +0000 (Thu, 09 Sep 2004) | 2 lines
+
+file listed twice
+
+------------------------------------------------------------------------
+r43625 | quinlan | 2004-09-09 19:00:51 +0000 (Thu, 09 Sep 2004) | 2 lines
+
+move some non-license information from deleted LICENSE file to here
+
+------------------------------------------------------------------------
+r43624 | quinlan | 2004-09-09 19:00:11 +0000 (Thu, 09 Sep 2004) | 2 lines
+
+removing file
+
+------------------------------------------------------------------------
+r43622 | felicity | 2004-09-09 18:48:43 +0000 (Thu, 09 Sep 2004) | 1 line
+
+*sum.pl should get the file not STDIN
+------------------------------------------------------------------------
+r43620 | felicity | 2004-09-09 18:34:00 +0000 (Thu, 09 Sep 2004) | 1 line
+
+prepping to release 3.0.0rc4
+------------------------------------------------------------------------
 r43619 | felicity | 2004-09-09 18:11:33 +0000 (Thu, 09 Sep 2004) | 1 line
 
 make the md5/sha1sum script spit out the filename too.  makes it a lot easier to do cut/paste, and standardizes it with the actual md5/sha1sum programs

Modified: spamassassin/trunk/lib/Mail/SpamAssassin.pm
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm	(original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm	Thu Sep  9 15:50:14 2004
@@ -99,7 +99,7 @@
 };
 
 $VERSION = "3.000000";      # update after release (same format as perl $])
-$IS_DEVEL_BUILD = 1;        # change for release versions
+$IS_DEVEL_BUILD = 0;        # change for release versions
 
 @ISA = qw();