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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
ZODB
Commits
d49433dd
Commit
d49433dd
authored
24 years ago
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
1feb4672
master
incremental-recovery
verify-on-recovery
5.5.1
5.5.0
5.4.0
5.3.0
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.1
5.1.0
5.0.1
5.0.0
5.0.0b1
5.0.0a6
5.0.0a5
5.0.0a4
5.0.0a3
5.0.0a2
5.0.0a1
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.1
4.3.0
4.2.0
4.2.0b1
4.1.0
4.0.1
4.0.0
4.0.0b3
4.0.0b2
4.0.0b1
4.0.0a4
4.0.0a3
4.0.0a2
4.0.0a1
3.10.7
3.10.6
3.10.5
3.10.3
3.10.2
3.10.1
3.10.0
3.10.0b8
3.10.0b7
3.10.0b6
3.10.0b5
3.10.0b4
3.10.0b3
3.10.0b2
3.10.0b1
3.10.0a2
3.10.0a1
3.9.7
3.9.6
3.9.5
3.9.4
3.9.3
3.9.2
3.9.1
3.9.0
3.9.0c3
3.9.0c2
3.9.0c1
3.9.0b5
3.9.0b4
3.9.0b3
3.9.0b2
3.9.0b1
3.9.0a12
3.9.0a11
3.9.0a10
3.9.0a9
3.9.0a8
3.9.0a7
3.9.0a6
3.9.0a5
3.9.0a4
3.9.0a3
3.9.0a2
3.9.0a1
3.8.6
3.8.5
3.8.4
3.8.3
3.8.3b1
3.8.2
3.8.1
3.8.1b9
3.8.1b8
3.8.1b7
3.8.1b6
3.8.1b5
3.8.1b4
3.8.1b3
3.8.1b2
3.8.1b1
3.8.0
3.8.0c1
3.8.0b5
3.8.0b4
3.8.0b3
3.8.0b1
3.7.4
3.7.3
3.7.2
3.7.1
3.7.0
3.7.0b2
3.7.0b1
3.7-Zope-3.3.0rc1
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.6.0b6
3.6.0b5
3.6.0b4
3.6.0b3
3.6.0b2
3.6.0b1
3.6.0a4
3.6.0a3
3.6.0a2
3.6.0a1
3.5.1
3.5.1b2
3.5.1b1
3.5.0
3.5.0a8
3.5.0a7
3.5.0a6
3.5.0a5
3.5.0a4
3.5.0a3
3.5.0a2
3.5.0a1
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.2b3
3.4.2b2
3.4.2b1
3.4.1
3.4.1b5
3.4.1b4
3.4.1b3
3.4.1b2
3.4.1b1
3.4.1a6
3.4.1a5
3.4.1a4
3.4.1a3
3.4.1a2
3.4.1a1
3.4.0
3.4.0c2
3.4.0c1
3.4.0b3
3.4.0b2
3.4.0a9
3.4.0a8
3.4.0a7
3.4.0a6
3.4.0a5
3.4.0a4
3.4.0a3
3.4.0a2.1
3.4.0a2
3.4.0a1
3.3.1
3.3.1c1
3.3.1a1
3.3.0
3.3.0c1
3.3.0b2
3.3.0b1
3.3.0a2
new-doc
cvs-to-svn-conversion
blob-technical-preview
before_transaction_remove
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
src/ZEO/CHANGES.txt
src/ZEO/CHANGES.txt
+14
-0
No files found.
src/ZEO/CHANGES.txt
View file @
d49433dd
...
...
@@ -2,6 +2,20 @@ Zope Enterprise Objects (ZEO) Revision History
ZEO 1.0.0 beta 1
New Features
- The server can be made to reopen it's log file
by sending it a HUP (on systems supporting signals). Note
that this requires a change to asyncore to catch interrupted
system calls on some platforms.
- The shutdown signals have been changed:
o To shutdown, use TERM
o To restart, use INT. (This must be send to the
child, not the parent.
Bugs Fixed
- A possible (but unobserved) race condition that could
...
...
This diff is collapsed.
Click to expand it.
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