[Zodb-checkins] SVN: ZODB/trunk/NEWS.txt 3.9.0a1 hasn't been tagged
yet.
Chris McDonough
chrism at plope.com
Fri Nov 16 11:45:10 EST 2007
Log message for revision 81882:
3.9.0a1 hasn't been tagged yet.
Changed:
U ZODB/trunk/NEWS.txt
-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt 2007-11-16 12:34:29 UTC (rev 81881)
+++ ZODB/trunk/NEWS.txt 2007-11-16 16:45:10 UTC (rev 81882)
@@ -15,24 +15,23 @@
- (3.9.0a1) Make it possible to examine oid and (in some situations) database
name of persistent object references during conflict resolution.
-- (unreleased, after 3.9.0a1) Moved 'transaction' module out of ZODB.
+- (3.9.0a1) Moved 'transaction' module out of ZODB.
ZODB depends upon this module, but it must be installed separately.
-- (unreleased, after 3.9.0a1) ZODB installation now requires
- setuptools.
+- (3.9.0a1) ZODB installation now requires setuptools.
-- (unreleased, after 3.9.0a1) Added `offset` information to output of `fstail`
+- (3.9.0a1) Added `offset` information to output of `fstail`
script. Added test harness for this script.
-- (unreleased, after 3.9.0a1) Fixed bug 153316: persistent and BTrees were
- using `int` for memory sizes which caused errors on x86_64 Intel Xeon
- machines (using 64-bit Linux).
+- (3.9.0a1) Fixed bug 153316: persistent and BTrees were using `int`
+ for memory sizes which caused errors on x86_64 Intel Xeon machines
+ (using 64-bit Linux).
-- (unreleased, after 3.9.0a1) Removed version support from connections and
- DB. Versions are still in the storages; this is an incremental step.
+- (3.9.0a1) Removed version support from connections and DB. Versions
+ are still in the storages; this is an incremental step.
-- (unreleased, after 3.9.0a1) Added support for read-only, historical
- connections based on datetimes or serials (TIDs). See
+- (3.9.0a1) Added support for read-only, historical connections based
+ on datetimes or serials (TIDs). See
src/ZODB/historical_connections.txt.
@@ -46,9 +45,8 @@
Transactions
------------
-- (unlreleased, after 3.9.0a1) 'transaction' module is not included in
- ZODB anymore. It is now just a ZODB dependency (via setuptools
- declarations).
+- (3.9.0a1) 'transaction' module is not included in ZODB anymore. It
+ is now just a ZODB dependency (via setuptools declarations).
Blobs
-----
More information about the Zodb-checkins
mailing list