[Zodb-checkins] CVS: ZODB3 - README.txt:1.19.6.10
Tim Peters
tim.one at comcast.net
Thu Jun 10 15:20:32 EDT 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv28084
Modified Files:
Tag: Zope-2_7-branch
README.txt
Log Message:
Repaired a surprising amount of out-of-date info.
=== ZODB3/README.txt 1.19.6.9 => 1.19.6.10 ===
--- ZODB3/README.txt:1.19.6.9 Thu Feb 12 09:49:59 2004
+++ ZODB3/README.txt Thu Jun 10 15:20:32 2004
@@ -1,5 +1,5 @@
-ZODB3 3.2.1
-===========
+ZODB3 3.2.2b1
+=============
Introduction
------------
@@ -17,11 +17,13 @@
- Supporting modules such as ExtensionClass
- The persistent BTrees modules
- ZEO
-- Experimental Berkeley storages
- ZConfig -- a Zope configuration language
- documentation
+- Experimental Berkeley storages (while the code for this still
+ exists in this release, the experiment has been dropped, and the
+ BDB-based storages no longer exist in ZODB 3.3)
-Our primary development platforms are Linux and Windows 2000. The
+Our primary development platforms are Linux and Windows XP. 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
@@ -30,8 +32,8 @@
Compatibility
-------------
-ZODB 3.2.1 is known to work with Python 2.2 and 2.3. For best
-results, we recommend using Python 2.3.2.
+ZODB 3.2.2 is known to work with Python 2.2 and 2.3. For best
+results, we recommend using Python 2.3.4.
This version of ZODB can be used with Zope, but you must replace the
version of ZODB that comes packaged with Zope. It should be possible,
@@ -39,8 +41,8 @@
run with Python 2.3.
The Zope 2.7 release should be compatible with this version of ZODB.
-Note that Zope 2.7 will include ZEO, so this package should only be
-needed to run a ZEO server.
+Note that Zope 2.7 includes ZEO, so this package should only be needed
+to run a ZEO server.
The ZEO server in ZODB 3.2 is partially compatible with ZODB 3.1. A
new client can talk to an old server, but a new server can not talk to
@@ -95,7 +97,7 @@
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>> ZODB.__version__
- '3.2.1c1'
+ '3.2.2b1'
Testing
-------
@@ -204,10 +206,10 @@
Bugs and Patches
----------------
-You can submit bug reports and patches on Andrew's ZODB SourceForge
-project at:
+Bug reports and patches should be added to the Zope Collector, with
+topic "Database":
- http://sourceforge.net/tracker/?group_id=15628
+ http://collector.zope.org/Zope
More information about the Zodb-checkins
mailing list