File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 Change History
33================
44
5- 6.1 (unreleased )
5+ 6.1 (2025-10-01 )
66================
77
88- Add support for Python 3.13.
13136.0.1 (2025-04-13)
1414==================
1515
16- - repozo: fix restoring on stdout.
16+ - repozo: fix restoring on stdout.
1717
18- - repozo: prevent an incorrect "option ignored" warning when running backup or verify.
18+ - repozo: prevent an incorrect "option ignored" warning when running backup
19+ or verify.
1920
20- - FileStorage: fix `restore ` regression introduced in ZODB 6.0 in `#395
21- <https://github.com/zopefoundation/ZODB/pull/395> `_: when restoring data
22- records with undo the `restore ` was no longer emitting backpointers and was
23- emitting duplicate data copies instead. `#409 <https://github.com/zopefoundation/ZODB/pull/409 >`_
24- fixes `restore ` back to emit data records with backpointers for undo again.
21+ - FileStorage: fix `restore ` regression introduced in ZODB 6.0 in `#395
22+ <https://github.com/zopefoundation/ZODB/pull/395> `_: when restoring data
23+ records with undo the `restore ` was no longer emitting backpointers and was
24+ emitting duplicate data copies instead.
25+ `#409 <https://github.com/zopefoundation/ZODB/pull/409 >`_
26+ fixes `restore ` back to emit data records with backpointers for undo again.
2527
2628
27296.0 (2024-03-20)
3335
3436- Fix sorting issue in ``scripts/space.py ``.
3537
36- - FileStorage: fix a rare data corruption when using restore after multiple undos.
38+ - FileStorage: fix a rare data corruption when using restore after multiple
39+ undos.
3740 For details see `#395 <https://github.com/zopefoundation/ZODB/pull/395 >`_.
3841
3942- Fix exit code of ``repozo `` script in case of verification error.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def read(path):
2525
2626setup (
2727 name = "ZODB" ,
28- version = '6.1.dev0 ' ,
28+ version = '6.1' ,
2929 author = "Jim Fulton" ,
3030 author_email = "jim@zope.com" ,
3131 maintainer = "Zope Foundation and Contributors" ,
You can’t perform that action at this time.
0 commit comments