[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.16 setup.py:1.20

Jeremy Hylton jeremy@zope.com
Thu, 3 Oct 2002 14:01:08 -0400


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

Modified Files:
	NEWS.txt setup.py 
Log Message:
Add ZopeUndo.




=== ZODB3/NEWS.txt 1.15 => 1.16 ===
--- ZODB3/NEWS.txt:1.15	Sat Sep 28 23:59:43 2002
+++ ZODB3/NEWS.txt	Thu Oct  3 14:01:08 2002
@@ -11,6 +11,15 @@
 This invariant is no longer maintained; several new features in the
 3.1 release depend on it.
 
+The ZopeUndo package was added.  If ZODB3 is being used to run a ZEO
+server that will be used with Zope, it is usually best if the server
+and the Zope client don't share any software.  The Zope undo
+framework, however, requires that a Prefix object be passed between
+client and server.  To support this use, ZopeUndo was created to hold
+the Prefix object.
+
+Many bugs were fixed in ZEO.  See `ZEO-NEWS.txt` for details.
+
 What's new in ZODB3 3.1 beta 1?
 ===============================
 Release date: 12-Sep-2002


=== ZODB3/setup.py 1.19 => 1.20 ===
--- ZODB3/setup.py:1.19	Fri Sep 13 09:56:11 2002
+++ ZODB3/setup.py	Thu Oct  3 14:01:08 2002
@@ -114,6 +114,7 @@
             "ThreadedAsync",
             "zLOG", "zLOG.tests",
             "zdaemon", "zdaemon.tests",
+            "ZopeUndo", "ZopeUndo.tests",
             ]
 
 package_dir = {}