You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by pa...@apache.org on 2007/11/24 17:51:16 UTC

svn commit: r597881 - in /spamassassin/trunk: UPGRADE sql/README sql/README.awl sql/README.bayes

Author: parker
Date: Sat Nov 24 08:51:16 2007
New Revision: 597881

URL: http://svn.apache.org/viewvc?rev=597881&view=rev
Log:
Bug 5176: Take the BETA lable off the SQL support and add a note about
it to UPGRADE.

Modified:
    spamassassin/trunk/UPGRADE
    spamassassin/trunk/sql/README
    spamassassin/trunk/sql/README.awl
    spamassassin/trunk/sql/README.bayes

Modified: spamassassin/trunk/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/trunk/UPGRADE?rev=597881&r1=597880&r2=597881&view=diff
==============================================================================
--- spamassassin/trunk/UPGRADE (original)
+++ spamassassin/trunk/UPGRADE Sat Nov 24 08:51:16 2007
@@ -1,3 +1,12 @@
+Note for Users Upgrading to SpamAssassin 3.3.0
+-----------------------------------------------
+
+- The BETA label has been taken off of the SpamAssassin SQL support.  Please
+  be aware that occasional changes may still be made to this area of the
+  code.  You should be sure to read this upgrade document each time you
+  install a new version to determine if any SQL updates need to be made to
+  your local installation.
+
 Note for Users Upgrading to SpamAssassin 3.2.0
 -----------------------------------------------
 

Modified: spamassassin/trunk/sql/README
URL: http://svn.apache.org/viewvc/spamassassin/trunk/sql/README?rev=597881&r1=597880&r2=597881&view=diff
==============================================================================
--- spamassassin/trunk/sql/README (original)
+++ spamassassin/trunk/sql/README Sat Nov 24 08:51:16 2007
@@ -219,11 +219,6 @@
 with the utmost simplicity using DBI, and any database driver that conforms to
 the DBI interface should work without problems.
 
-******
-NB:  This should be considered BETA, and the interface, schema, or overall
-operation of SQL support may change at any time with future releases of SA.
-******
-
 Web Interfaces
 --------------
 

Modified: spamassassin/trunk/sql/README.awl
URL: http://svn.apache.org/viewvc/spamassassin/trunk/sql/README.awl?rev=597881&r1=597880&r2=597881&view=diff
==============================================================================
--- spamassassin/trunk/sql/README.awl (original)
+++ spamassassin/trunk/sql/README.awl Sat Nov 24 08:51:16 2007
@@ -137,8 +137,3 @@
 little or no problems.  If you find a driver that has issues, please
 report them to the SADev list.
 
-******
-NB:  This should be considered BETA, and the interface, schema, or overall
-operation of SQL support may change at any time with future releases of SA.
-******
-

Modified: spamassassin/trunk/sql/README.bayes
URL: http://svn.apache.org/viewvc/spamassassin/trunk/sql/README.bayes?rev=597881&r1=597880&r2=597881&view=diff
==============================================================================
--- spamassassin/trunk/sql/README.bayes (original)
+++ spamassassin/trunk/sql/README.bayes Sat Nov 24 08:51:16 2007
@@ -176,12 +176,6 @@
 over using the default DBM implementation.  If you find a driver that
 should work and has issues, please report them to the SADev list.
 
-******
-NB:  This should be considered BETA, and the interface, schema, or
-overall operation of SQL support may change at any time with future
-releases of SA.
-******
-
 Converting Bayes Data From a DBM Database
 -----------------------------------------