[Zodb-checkins] SVN: ZODB/trunk/ Switch to src/CHANGES.txt with a
simpler format from NEWS.txt.
Jim Fulton
jim at zope.com
Tue Jan 8 07:04:38 EST 2008
Log message for revision 82746:
Switch to src/CHANGES.txt with a simpler format from NEWS.txt.
Changed:
D ZODB/trunk/NEWS.txt
A ZODB/trunk/src/CHANGES.txt
-=-
Deleted: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt 2008-01-08 11:57:10 UTC (rev 82745)
+++ ZODB/trunk/NEWS.txt 2008-01-08 12:04:38 UTC (rev 82746)
@@ -1,72 +0,0 @@
-What's new in ZODB 3.9.0
-========================
-
-General
--------
-
-- (3.9.0a1) Document conflict resolution (see ZODB/ConflictResolution.txt).
-
-- (3.9.0a1) Bugfix the situation in which comparing persistent objects (for
- instance, as members in BTree set or keys of BTree) might cause data
- inconsistency during conflict resolution.
-
-- (3.9.0a1) Support multidatabase references in conflict resolution.
-
-- (3.9.0a1) Make it possible to examine oid and (in some situations) database
- name of persistent object references during conflict resolution.
-
-- (3.9.0a1) Moved 'transaction' module out of ZODB.
- ZODB depends upon this module, but it must be installed separately.
-
-- (3.9.0a1) ZODB installation now requires setuptools.
-
-- (3.9.0a1) Added `offset` information to output of `fstail`
- script. Added test harness for this script.
-
-- (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) Removed version support from connections and DB. Versions
- are still in the storages; this is an incremental step.
-
-- (3.9.0a1) Added support for read-only, historical connections based
- on datetimes or serials (TIDs). See
- src/ZODB/historical_connections.txt.
-
-- (3.9.0a1) Fixed small bug that the Connection.isReadOnly method didn't
- work after a savepoint.
-
-ZEO
----
-
-- (3.9.0a1) Bug #98275: Made ZEO cache more tolerant when invalidating current
- versions of objects.
-
-- (3.9.0a1) Fixed a serious bug that could cause client I/O to stop
- (hang). This was accomonied by a critical log message along the
- lines of: "RuntimeError: dictionary changed size during iteration".
-
-Transactions
-------------
-
-- (3.9.0a1) 'transaction' module is not included in ZODB anymore. It
- is now just a ZODB dependency (via setuptools declarations).
-
-Blobs
------
-
-- (3.9.0a1) Fixed bug #127182: Blobs were subclassable which was not desired.
-
-- (3.9.0a1) Fixed bug #126007: tpc_abort had untested code path that was
- broken.
-
-- (3.9.0a1) Fixed bug #129921: getSize() function in BlobStorage could not
- deal with garbage files
-
-- (3.9.0a1) Fixed bug in which MVCC would not work for blobs.
-
-BTrees
-------
-
--
Added: ZODB/trunk/src/CHANGES.txt
===================================================================
--- ZODB/trunk/src/CHANGES.txt (rev 0)
+++ ZODB/trunk/src/CHANGES.txt 2008-01-08 12:04:38 UTC (rev 82746)
@@ -0,0 +1,64 @@
+
+Change History
+**************
+
+3.9.0a1 (2008-??-??)
+====================
+
+New Features
+------------
+
+- Versions are no-longer supported.
+
+- ZEO cache files can be larger than 4G. Note that lder ZEO cache
+ files are not supported.
+
+- Document conflict resolution (see ZODB/ConflictResolution.txt).
+
+- Support multidatabase references in conflict resolution.
+
+- Make it possible to examine oid and (in some situations) database
+ name of persistent object references during conflict resolution.
+
+- Moved 'transaction' module out of ZODB.
+ ZODB depends upon this module, but it must be installed separately.
+
+- ZODB installation now requires setuptools.
+
+- Added `offset` information to output of `fstail`
+ script. Added test harness for this script.
+
+- Added support for read-only, historical connections based
+ on datetimes or serials (TIDs). See
+ src/ZODB/historical_connections.txt.
+
+Bugs Fixed
+----------
+
+- Bugfix the situation in which comparing persistent objects (for
+ instance, as members in BTree set or keys of BTree) might cause data
+ inconsistency during conflict resolution.
+
+- 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).
+
+- Fixed small bug that the Connection.isReadOnly method didn't
+ work after a savepoint.
+
+- Bug #98275: Made ZEO cache more tolerant when invalidating current
+ versions of objects.
+
+- Fixed a serious bug that could cause client I/O to stop
+ (hang). This was accomonied by a critical log message along the
+ lines of: "RuntimeError: dictionary changed size during iteration".
+
+- Fixed bug #127182: Blobs were subclassable which was not desired.
+
+- Fixed bug #126007: tpc_abort had untested code path that was
+ broken.
+
+- Fixed bug #129921: getSize() function in BlobStorage could not
+ deal with garbage files
+
+- Fixed bug in which MVCC would not work for blobs.
Property changes on: ZODB/trunk/src/CHANGES.txt
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the Zodb-checkins
mailing list