Commit f469f8a4 authored by Jim Fulton's avatar Jim Fulton

Document various changes -- merged from 3.9 branch

parent 948d6d1d
...@@ -2,12 +2,19 @@ ...@@ -2,12 +2,19 @@
Change History Change History
================ ================
3.9.4 (2009-12-??) 3.9.4 (2009-12-14)
================== ==================
Bugs Fixed Bugs Fixed
---------- ----------
- A ZEO threading bug could cause transactions to read inconsistent
data. (This sometimes caused an AssertionError in
Connection._setstate_noncurrent.)
- DemoStorage.loadBefore sometimes returned invalid data which
would trigger AssertionErrors in ZODB.Connection.
- History support was broken when using stprages that work with ZODB - History support was broken when using stprages that work with ZODB
3.8 and 3.9. 3.8 and 3.9.
...@@ -16,6 +23,13 @@ Bugs Fixed ...@@ -16,6 +23,13 @@ Bugs Fixed
- Internal ZEO errors were logged at the INFO level, rather - Internal ZEO errors were logged at the INFO level, rather
than at the error level. than at the error level.
- The FileStorage backup and restore script, repozo, gave a
deprecation warning under Python 2.6.
- C Header files weren't installed correctly.
- The repozo backup utility gave deprecation warnings when run.
3.9.3 (2009-10-23) 3.9.3 (2009-10-23)
================== ==================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment