Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Kirill Smelkov
Zope
Commits
b38f6050
Commit
b38f6050
authored
Dec 10, 1999
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
4da95925
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
doc/CHANGES.txt
doc/CHANGES.txt
+18
-0
No files found.
doc/CHANGES.txt
View file @
b38f6050
...
...
@@ -76,6 +76,24 @@ Zope Changes
restarted. Now index files are removed when undoing
records.
- Saving or discarding versions failed if a transaction that
added a new object in the version was undone.
- There was circumstantial evidence that a failure of an OS to
correctly delay writing to data to disk after Zope had
written it led to a corrupted database. Zope now makes an
'fsync' system call (where available on Unix systems) to
force data to be written to phusical storage when
transactions are committed.
- Some applicataions were writing empty transactions. The
FileStorage now checks for and avoids writing empty
transactions in this case.
- Multiple-selection properties didn't work in regular
property views, even though they did work in ZClass property
sheets.
Zope 2.1.0
Features Changed
...
...
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