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
Joshua
zodb
Commits
547eb6c5
Commit
547eb6c5
authored
Jul 08, 2005
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge news from 3.4.1a4 internal release.
parent
3b8d1eb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
NEWS.txt
NEWS.txt
+8
-7
No files found.
NEWS.txt
View file @
547eb6c5
...
@@ -73,14 +73,14 @@ BTrees
...
@@ -73,14 +73,14 @@ BTrees
methods raise an exception if no key exists satsifying the constraints.
methods raise an exception if no key exists satsifying the constraints.
What's new in ZODB3 3.4.1a
4
?
What's new in ZODB3 3.4.1a
5
?
============================
============================
Release date: DD-MMM-2005
Release date: DD-MMM-2005
Following are dates of internal releases (to support ongoing Zope 2
Following are dates of internal releases (to support ongoing Zope 2
development) since ZODB 3.4's last public release:
development) since ZODB 3.4's last public release:
- 3.4.1a4
DD-MMM
-2005
- 3.4.1a4
08-Jul
-2005
- 3.4.1a3 02-Jul-2005
- 3.4.1a3 02-Jul-2005
- 3.4.1a2 29-Jun-2005
- 3.4.1a2 29-Jun-2005
- 3.4.1a1 27-Jun-2005
- 3.4.1a1 27-Jun-2005
...
@@ -121,19 +121,20 @@ FileStorage
...
@@ -121,19 +121,20 @@ FileStorage
ThreadedAsync.LoopCallback
ThreadedAsync.LoopCallback
--------------------------
--------------------------
-
This replaces Python's ``asyncore.loop`` function with its own, in order
-
(3.4.1a1) This replaces Python's ``asyncore.loop`` function with its own,
to get notified when ``loop()`` is first called. The signature of
in order
to get notified when ``loop()`` is first called. The signature of
``asyncore.loop`` changed in Python 2.4, but ``LoopCallback.loop``'s
``asyncore.loop`` changed in Python 2.4, but ``LoopCallback.loop``'s
signature didn't change to match. The code here was repaired to be
signature didn't change to match. The code here was repaired to be
compatible with both old and new signatures, and also repaired to invoke
compatible with both old and new signatures, and also repaired to invoke
Python's ``asyncore.loop()`` instead of replacing it entirely (so, for
Python's ``asyncore.loop()`` instead of replacing it entirely (so, for
example, debugging prints added to Python's ``asyncore.loop`` won't be
example, debugging prints added to Python's ``asyncore.loop`` won't be
lost
lost
anymore).
anymore).
DemoStorage
DemoStorage
-----------
-----------
- The implementation of ``undoLog()`` was wrong in several ways; repaired.
- (3.4.1a1) The implementation of ``undoLog()`` was wrong in several ways;
repaired.
BTrees
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