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
nexedi
ZODB
Commits
798a1698
Commit
798a1698
authored
Aug 04, 2016
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.0.0b1
parent
c9726cb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
CHANGES.rst
CHANGES.rst
+21
-1
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
798a1698
...
...
@@ -2,6 +2,26 @@
Change History
================
5.0.0b1 (2016-08-04)
====================
- fstail: print the txn offset and header size, instead of only the data offset.
fstail can now be used to truncate a DB at the right offset.
Numerous internal cleanups, including:
- Changed the way the root object was created. Now the root object is
created using a database connection, rather than by making low-level
storage calls.
- Drop support for the old commit protocol.
- Internal FileStorage-undo fixes that should allow undo in some cases
where it didn't work before.
- Drop the ``version`` argument to some methods where it was the last
argument and optional.
5.0.0a6 (2016-07-21)
====================
...
...
@@ -56,7 +76,7 @@ Concurrency Control (MVCC) implementation:
This change allows server-nased storages like ZEO and NEO to be
implemented more simply and cleanly.
4.4.3 (
unreleased
)
4.4.3 (
2016-08-04
)
==================
- Internal FileStorage-undo fixes that should allow undo in some cases
...
...
setup.py
View file @
798a1698
...
...
@@ -20,7 +20,7 @@ to application logic. ZODB includes features such as a plugable storage
interface, rich transaction support, and undo.
"""
version
=
"5.0.0
a6
"
version
=
"5.0.0
b1
"
import
os
from
setuptools
import
setup
,
find_packages
...
...
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