[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.13

Jeremy Hylton cvs-admin at zope.org
Tue Nov 18 15:57:38 EST 2003


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt 
Log Message:
All the latest news.


=== ZODB3/NEWS.txt 1.33.6.12 => 1.33.6.13 ===
--- ZODB3/NEWS.txt:1.33.6.12	Wed Oct 29 10:58:27 2003
+++ ZODB3/NEWS.txt	Tue Nov 18 15:57:37 2003
@@ -1,6 +1,9 @@
-What's new in ZODB3 3.2.1
-=========================
-Release-date: XX-XXX-2003
+What's new in ZODB3 3.2.1 beta 1
+================================
+Release-date: 18-Nov-2003
+
+This code in this release should be identical to the code in Zope
+2.7.0 beta 3.
 
 Changed the ZEO server and control process to work with a single
 configuration file; this is now the default way to configure these
@@ -14,6 +17,26 @@
 though it only logged the first 60 bytes; worse, it calls repr() even
 if logging is currently disabled.  Fixed to call repr() on individual
 elements until the limit is reached.
+
+ReadConflictErrors have an experimental new method, ignore().  If a
+database connection raises a read conflict, the current transaction
+was eventually be aborted.  If the ignore() method is called, it will
+allow a transaction to commit after receiving a read conflict.  This
+method should be used with great care, because ignoring read conflicts
+may allow inconsistent data to be written to the database.
+
+Several bare string exceptions were changed to raise exception
+objects.  All these exceptions were in fairly obscure parts of the
+code. 
+
+Bug fix for Acquisition in ExtensionClass.  Zope Collector #1056:
+aq_acquire() ignored the default argument.
+
+The zdaemon.Daemon module was removed, because it is no longer used by
+zdaemon.
+
+The ZEO test suite is more robust.  A variety of small changes were
+made that make it less likely to fail on slow or loaded machines.
 
 What's new in ZODB3 3.2
 =======================




More information about the Zodb-checkins mailing list