Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
87d7aef9
Commit
87d7aef9
authored
Jan 08, 2008
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to src/CHANGES.txt with a simpler format from NEWS.txt.
parent
55df5d83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
0 deletions
+64
-0
src/CHANGES.txt
src/CHANGES.txt
+64
-0
No files found.
NEW
S.txt
→
src/CHANGE
S.txt
View file @
87d7aef9
What's new in ZODB 3.9.0
========================
General
Change History
-------
**************
- (3.9.0a1) Document conflict resolution (see ZODB/ConflictResolution.txt).
3.9.0a1 (2008-??-??)
====================
- (3.9.0a1) Bugfix the situation in which comparing persistent objects (for
New Features
instance, as members in BTree set or keys of BTree) might cause data
------------
inconsistency during conflict resolution.
- 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).
-
(3.9.0a1)
Support multidatabase references in conflict resolution.
- Support multidatabase references in conflict resolution.
-
(3.9.0a1)
Make it possible to examine oid and (in some situations) database
- Make it possible to examine oid and (in some situations) database
name of persistent object references during conflict resolution.
name of persistent object references during conflict resolution.
-
(3.9.0a1)
Moved 'transaction' module out of ZODB.
- Moved 'transaction' module out of ZODB.
ZODB depends upon this module, but it must be installed separately.
ZODB depends upon this module, but it must be installed separately.
-
(3.9.0a1)
ZODB installation now requires setuptools.
- ZODB installation now requires setuptools.
-
(3.9.0a1)
Added `offset` information to output of `fstail`
- Added `offset` information to output of `fstail`
script. Added test harness for this script.
script. Added test harness for this script.
- (3.9.0a1) Fixed bug 153316: persistent and BTrees were using `int`
- Added support for read-only, historical connections based
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
on datetimes or serials (TIDs). See
src/ZODB/historical_connections.txt.
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).
-
(3.9.0a1)
Fixed small bug that the Connection.isReadOnly method didn't
- Fixed small bug that the Connection.isReadOnly method didn't
work after a savepoint.
work after a savepoint.
ZEO
- Bug #98275: Made ZEO cache more tolerant when invalidating current
---
- (3.9.0a1) Bug #98275: Made ZEO cache more tolerant when invalidating current
versions of objects.
versions of objects.
-
(3.9.0a1)
Fixed a serious bug that could cause client I/O to stop
- Fixed a serious bug that could cause client I/O to stop
(hang). This was accomonied by a critical log message along the
(hang). This was accomonied by a critical log message along the
lines of: "RuntimeError: dictionary changed size during iteration".
lines of: "RuntimeError: dictionary changed size during iteration".
Transactions
- Fixed bug #127182: Blobs were subclassable which was not desired.
------------
- (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.
- Fixed bug #126007: tpc_abort had untested code path that was
- (3.9.0a1) Fixed bug #126007: tpc_abort had untested code path that was
broken.
broken.
-
(3.9.0a1)
Fixed bug #129921: getSize() function in BlobStorage could not
- Fixed bug #129921: getSize() function in BlobStorage could not
deal with garbage files
deal with garbage files
- (3.9.0a1) Fixed bug in which MVCC would not work for blobs.
- Fixed bug in which MVCC would not work for blobs.
BTrees
------
-
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment