SVN: ZODB/trunk/src/CHANGES.txt prep for release.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100902222622.2EB37941DF__11764.6713545129$1283466388$gmane$org@cvs.zope.org> |
Log message for revision 116169: prep for release. Changed: U ZODB/trunk/src/CHANGES.txt -=- Modified: ZODB/trunk/src/CHANGES.txt =================================================================== --- ZODB/trunk/src/CHANGES.txt 2010-09-02 21:30:20 UTC (rev 116168) +++ ZODB/trunk/src/CHANGES.txt 2010-09-02 22:26:21 UTC (rev 116169) @@ -2,18 +2,12 @@ Change History ================ -3.10.0b5 (2010-09-??) +3.10.0b5 (2010-09-02) ===================== Bugs fixed ---------- -- Shutting down a process while committing a transaction could cause - ZEO client caches to have invalid data. This, in turn caused stale - data to remain in the cache until it was updated. - -- Removed untested unsupported dbmstorage fossile. - - Added a new API that allows applications to make sure that current data are read. For example, with:: @@ -32,7 +26,12 @@ updated when a BTree is updated. BTrees now use this new API to make sure that internal nodes are up to date on updates. +- Shutting down a process while committing a transaction could cause + ZEO client caches to have invalid data. This, in turn caused stale + data to remain in the cache until it was updated. +- Removed untested unsupported dbmstorage fossile. + 3.10.0b4 (2010-07-19) =====================