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

Christian Reis kiko at async.com.br
Tue Dec 23 08:58:31 EST 2003


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

Modified Files:
	NEWS.txt 
Log Message:
Adding bits on the zrpc and zeopasswd fixes, and correcting a slight thinko.


=== ZODB3/NEWS.txt 1.38 => 1.39 ===
--- ZODB3/NEWS.txt:1.38	Wed Oct 29 10:58:40 2003
+++ ZODB3/NEWS.txt	Tue Dec 23 08:58:31 2003
@@ -21,6 +21,11 @@
 can be committed.  Application code may need this in advanced
 applications.
 
+Fixed a bug in zrpc (when using authentication) where the MAC header
+wasn't being read for large messages, generating errors while unpickling
+commands sent over the wire. Also fixed the zeopasswd.py script, added
+testcases and provided a more complete commandline interface.
+
 The prefix used for log messages from runzeo.py was changed from
 RUNSVR to RUNZEO.
 
@@ -140,7 +145,7 @@
 The code could raise RuntimeWarning under Python 2.3, and produce
 incorrect results on 64-bit platforms.
 
-Fixed bug in BDBStorage that cause lead to DBRunRecoveryErrors when a
+Fixed bug in BDBStorage that could lead to DBRunRecoveryErrors when a
 transaction was aborted after performing operations like commit
 version or undo that create new references to existing pickles.
 




More information about the Zodb-checkins mailing list