[Zodb-checkins] SVN: ZODB/trunk/ Updated release info
Jim Fulton
jim at zope.com
Mon Jun 11 15:25:01 EDT 2007
Log message for revision 76619:
Updated release info
Changed:
U ZODB/trunk/NEWS.txt
U ZODB/trunk/setup.py
-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt 2007-06-11 19:09:58 UTC (rev 76618)
+++ ZODB/trunk/NEWS.txt 2007-06-11 19:25:00 UTC (rev 76619)
@@ -66,6 +66,13 @@
Blobs
-----
+- (3.8b1) Updated the Blob implementation in a number of ways. Some
+ of these are backward incompatible with 3.8a1:
+
+ o The Blob class now lives in ZODB.blob
+
+ o The blob openDetached method has been replaced by the committed method.
+
- (3.8a1) Added new blob feature. See the ZODB/Blobs directory for
documentation.
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2007-06-11 19:09:58 UTC (rev 76618)
+++ ZODB/trunk/setup.py 2007-06-11 19:25:00 UTC (rev 76619)
@@ -20,7 +20,7 @@
interface, rich transaction support, and undo.
"""
-VERSION = "3.8.0a1"
+VERSION = "3.8.0b1"
# The (non-obvious!) choices for the Trove Development Status line:
# Development Status :: 5 - Production/Stable
More information about the Zodb-checkins
mailing list