[Zodb-checkins] SVN: ZODB/trunk/src/CHANGES.txt Cleaned up the Z309 ZEO protocol, removing versions from arguments and

Jim Fulton jim at zope.com
Tue Nov 25 18:55:23 EST 2008


Log message for revision 93356:
  Cleaned up the Z309 ZEO protocol, removing versions from arguments and
  return values.  This in turn simplified the client and server
  software.
  
  Added code to select different client and server stubs and input
  handlers depening on whether the Z309 or earlier protocols are used.
  
  ZODB 3.8 clients can now talk to ZODB 3.9 servers and the other way
  around.
  

Changed:
  U   ZODB/trunk/src/CHANGES.txt

-=-
Modified: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt	2008-11-25 23:54:19 UTC (rev 93355)
+++ ZODB/trunk/src/CHANGES.txt	2008-11-25 23:55:23 UTC (rev 93356)
@@ -22,12 +22,28 @@
   XXX There are known issues with this implementation that need to be
   sorted out before it is "released".
 
-3.9.0a5 (2008-11-??)
+3.9.0a6 (2008-11-??)
 ====================
 
 New Features
 ------------
 
+- ZODB 3.9 ZEO clients can connect to ZODB 3.8 servers.
+
+Bug Fixes
+---------
+
+- ZODB 3.8 clients couldn't talk to  ZODB 3.9 servers.
+
+- The history method on ZEO clients failed.
+
+
+3.9.0a5 (2008-11-21)
+====================
+
+New Features
+------------
+
 - When a ZEO cache is stale and would need verification, a
   ZEO.interfaces.StaleCache event is published (to zope.event).
   Applications may handle this event and take action such as exiting



More information about the Zodb-checkins mailing list