[Zodb-checkins] SVN: ZODB/trunk/ updated release info

Jim Fulton jim at zope.com
Fri May 11 16:15:48 EDT 2007


Log message for revision 75692:
  updated release info

Changed:
  U   ZODB/trunk/NEWS.txt
  U   ZODB/trunk/setup.py

-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt	2007-05-11 20:08:33 UTC (rev 75691)
+++ ZODB/trunk/NEWS.txt	2007-05-11 20:15:48 UTC (rev 75692)
@@ -12,10 +12,17 @@
   that a client that reconnects soon after a server restart won't have
   to verify its cache.
 
-- Fixed a serious bug that could cause clients that disconnect from and
+- (3.8a1) Fixed a serious bug that could cause clients that disconnect from and
   reconnect to a server to get bad invalidation data if the server
   serves multiple storages with active writes.
 
+- (3.8a1) It is now theoretically possible to use a ClientStorage in a storage
+  server.  This might make it possible to offload read load from a
+  storage server at the cost of increasing write latency.  This should
+  increase write throughput by offloading reads from the final storage
+  server.  This feature is somewhat experimental.  It has tests, but
+  hasn't been used in production.
+
 Transactions
 ------------
 

Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2007-05-11 20:08:33 UTC (rev 75691)
+++ ZODB/trunk/setup.py	2007-05-11 20:15:48 UTC (rev 75692)
@@ -20,7 +20,7 @@
 interface, rich transaction support, and undo.
 """
 
-VERSION = "3.8.0a1.dev"
+VERSION = "3.8.0a1"
 
 # The (non-obvious!) choices for the Trove Development Status line:
 # Development Status :: 5 - Production/Stable



More information about the Zodb-checkins mailing list