[Zope-Checkins] SVN: Zope/branches/2.12/ Use ZODB 3.9.1; note CW's doc fixups.
Tres Seaver
tseaver at palladion.com
Thu Oct 1 16:09:01 EDT 2009
Log message for revision 104710:
Use ZODB 3.9.1; note CW's doc fixups.
Changed:
U Zope/branches/2.12/doc/CHANGES.rst
U Zope/branches/2.12/versions.cfg
-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst 2009-10-01 19:58:24 UTC (rev 104709)
+++ Zope/branches/2.12/doc/CHANGES.rst 2009-10-01 20:09:00 UTC (rev 104710)
@@ -5,6 +5,19 @@
Change information for previous versions of Zope can be found in the
file HISTORY.txt.
+Zope 2.12.1 (unreleased)
+------------------------
+
+Bugs Fixed
+++++++++++
+
+- Updated packages:
+
+ - ZODB3 = 3.9.1 (fixes bug where blob conflict errors hung commits)
+
+- Assorted documentation cleanups, including a script to rebuild HTML
+ documentation on Windows.
+
Zope 2.12.0 final (2009/10/01)
-------------------------------
Modified: Zope/branches/2.12/versions.cfg
===================================================================
--- Zope/branches/2.12/versions.cfg 2009-10-01 19:58:24 UTC (rev 104709)
+++ Zope/branches/2.12/versions.cfg 2009-10-01 20:09:00 UTC (rev 104710)
@@ -13,7 +13,7 @@
ClientForm = 0.2.10
RestrictedPython = 3.5.1
ZConfig = 2.7.1
-ZODB3 = 3.9.0
+ZODB3 = 3.9.1
docutils = 0.5
lxml = 2.2
mechanize = 0.1.11
More information about the Zope-Checkins
mailing list