[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.3 README.txt:1.19.6.1 setup.py:1.50.6.3

Jeremy Hylton jeremy at zope.com
Tue Sep 23 16:45:59 EDT 2003


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv1920

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt README.txt setup.py 
Log Message:
The usual checkins.


=== ZODB3/NEWS.txt 1.33.6.2 => 1.33.6.3 ===
--- ZODB3/NEWS.txt:1.33.6.2	Tue Sep 23 15:52:28 2003
+++ ZODB3/NEWS.txt	Tue Sep 23 16:45:28 2003
@@ -1,6 +1,6 @@
 What's new in ZODB3 3.2 beta 3
 ==============================
-Release date: DD-MMM-2003
+Release date: 23-Sep-2003
 
 Note: The changes listed for this release include changes also made in
 ZODB 3.1.x releases and ported to the 3.2 release.


=== ZODB3/README.txt 1.19 => 1.19.6.1 ===
--- ZODB3/README.txt:1.19	Mon Jun 16 17:49:59 2003
+++ ZODB3/README.txt	Tue Sep 23 16:45:28 2003
@@ -1,4 +1,4 @@
-ZODB3 3.2b2
+ZODB3 3.2b3
 ===========
 
 Please see the LICENSE.txt file for terms and conditions.
@@ -16,13 +16,15 @@
 from the same source repository.  They have been packaged for use in
 non-Zope stand-alone Python applications.
 
-ZODB3 is known to work with Python 2.1.3, 2.2, and Python 2.3b1.  For
+ZODB3 is known to work with Python 2.1.3, 2.2, and Python 2.3.  For
 best results, we recommend using Python 2.1.3 or Python 2.2.3.  Note
 that 2.2.1 does not work.
 
-Our primary development platform is Linux, but we also test on Windows
-2000.  The test suite should pass without error on all of these
-platforms, although it can take a long time on Windows.
+Our primary development platforms are Linux and Windows 2000.  The
+test suite should pass without error on all of these platforms,
+although it can take a long time on Windows -- longer if you use
+ZoneAlarm.  (Many particularly slow tests are skipped unless you pass
+--all as an argument to test.py.)
 
 The components you get with the ZODB3 release are as follows:
 


=== ZODB3/setup.py 1.50.6.2 => 1.50.6.3 ===
--- ZODB3/setup.py:1.50.6.2	Tue Sep 23 16:21:53 2003
+++ ZODB3/setup.py	Tue Sep 23 16:45:28 2003
@@ -221,7 +221,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2b2",
+      version="3.2b3",
       maintainer="Zope Corporation",
       maintainer_email="zodb-dev at zope.org",
       url = "http://www.zope.org/Wikis/ZODB/FrontPage",




More information about the Zodb-checkins mailing list