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

Jeremy Hylton cvs-admin at zope.org
Wed Oct 29 10:58:28 EST 2003


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt 
Log Message:
Add news for a future 3.2.1 release.


=== ZODB3/NEWS.txt 1.33.6.11 => 1.33.6.12 ===
--- ZODB3/NEWS.txt:1.33.6.11	Wed Oct  8 11:10:06 2003
+++ ZODB3/NEWS.txt	Wed Oct 29 10:58:27 2003
@@ -1,5 +1,22 @@
-What's new in ZODB3 3.2?
-========================
+What's new in ZODB3 3.2.1
+=========================
+Release-date: XX-XXX-2003
+
+Changed the ZEO server and control process to work with a single
+configuration file; this is now the default way to configure these
+processes.  (It's still possible to use separate configuration files.)
+The ZEO configuration file can now include a "runner" section used by
+the control process and ignored by the ZEO server process itself.  If
+present, the control process can use the same configuration file.
+
+Fixed a performance problem in the logging code for the ZEO protocol.
+The logging code could call repr() on arbitrarily long lists, even
+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.
+
+What's new in ZODB3 3.2
+=======================
 Release date: 08-Oct-2003
 
 Nothing has changed since release candidate 1.




More information about the Zodb-checkins mailing list