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
fffbe94d
Commit
fffbe94d
authored
May 22, 2015
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Garden.
parent
c997bb2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
CHANGES.rst
CHANGES.rst
+8
-6
No files found.
CHANGES.rst
View file @
fffbe94d
...
...
@@ -8,8 +8,8 @@
- Log failed conflict resolution attempts at ``DEBUG`` level. See:
https://github.com/zopefoundation/ZODB/pull/29.
- Fix command-line parsing of
--verbose and --verify
arguments.
(The short versions
-v and -V
were parsed correctly.)
- Fix command-line parsing of
``--verbose`` and ``--verify``
arguments.
(The short versions
, ``-v`` and ``-V``,
were parsed correctly.)
- Add support for PyPy.
...
...
@@ -18,14 +18,15 @@
and ``fsrecover`` among others). This requires the addition of the
``zodbpickle`` dependency.
- Fi
x #21, FileStorage:
an edge case when disk space runs out while packing,
- Fi
leStorage: fix
an edge case when disk space runs out while packing,
do not leave the ``.pack`` file around. That would block any write to the
to-be-packed ``Data.fs``, because the disk would stay at 0 bytes free.
See https://github.com/zopefoundation/ZODB/pull/21.
4.1.0 (2015-01-11)
==================
- Fix registration of custom logging level names ("BLATHER", "TRACE).
- Fix registration of custom logging level names ("BLATHER", "TRACE
"
).
We have been registering them in the wrong order since 2004. Before
Python 3.4, the stdlib ``logging`` module masked the error by registering
...
...
@@ -36,8 +37,9 @@
4.0.1 (2014-07-13)
==================
- Fix POSKeyError during transaction.commit when after savepoint.rollback.
see https://github.com/zopefoundation/ZODB/issues/16
- Fix ``POSKeyError`` during ``transaction.commit`` when after
``savepoint.rollback``. See
https://github.com/zopefoundation/ZODB/issues/16
- Ensure that the pickler used in PyPy always has a ``persistent_id``
attribute (``inst_persistent_id`` is not present on the pure-Python
...
...
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