Commit 79186c97 authored by Hanno Schlichting's avatar Hanno Schlichting

Sphinx = 0.6.7 and whitespace

parent 4f8c328a
...@@ -13,23 +13,19 @@ Bugs Fixed ...@@ -13,23 +13,19 @@ Bugs Fixed
- LP #597594: Performance optimization in OFS.subscriber.maybeWarnDeprecated. - LP #597594: Performance optimization in OFS.subscriber.maybeWarnDeprecated.
- LP #143639: When the last cache manager in a container is - LP #143639: When the last cache manager in a container is deleted, we need to
deleted, we need to remove all traces of it from the remove all traces of it from the container.
container.
- LP #143619: Make sure to remove a RAMCache's contents when the - LP #143619: Make sure to remove a RAMCache's contents when the ZODB object is
ZODB object is removed. removed.
- LP #143403: Prevent accidental acquisition of objectValues during - LP #143403: Prevent accidental acquisition of objectValues during recursive
recursive ownership changes when the changed object has no ownership changes when the changed object has no objectValues method.
objectValues method.
- LP #374818: Use module-provided functions as opposed to the old - LP #374818: Use module-provided functions as opposed to the old
"folder methods" when creating folders and user folders in "folder methods" when creating folders and user folders in ZopeTestCase.
ZopeTestCase.
- LP #143946: Provide a more informative error message when a - LP #143946: Provide a more informative error message when a WebDAV PUT fails.
WebDAV PUT fails.
Features Added Features Added
++++++++++++++ ++++++++++++++
...@@ -39,10 +35,11 @@ Features Added ...@@ -39,10 +35,11 @@ Features Added
- ExtensionClass = 2.13.2 - ExtensionClass = 2.13.2
- Missing = 2.13.1 - Missing = 2.13.1
- Persistence = 2.13.2 - Persistence = 2.13.2
- Sphinx = 0.6.7
- Added ``setSortKey()`` method to the ``Shared.DC.ZRDB.TM.TM`` class - Added ``setSortKey()`` method to the ``Shared.DC.ZRDB.TM.TM`` class to allow
to allow database connections to specify the commit order without database connections to specify the commit order without needing to override
needing to override the ``sortKey()`` method. the ``sortKey()`` method.
2.12.7 (2010-06-13) 2.12.7 (2010-06-13)
------------------- -------------------
......
...@@ -25,7 +25,7 @@ Record = 2.13.0 ...@@ -25,7 +25,7 @@ Record = 2.13.0
RestrictedPython = 3.5.2 RestrictedPython = 3.5.2
roman = 1.4.0 roman = 1.4.0
setuptools = 0.6c11 setuptools = 0.6c11
Sphinx = 0.6.6 Sphinx = 0.6.7
tempstorage = 2.11.3 tempstorage = 2.11.3
ThreadLock = 2.13.0 ThreadLock = 2.13.0
transaction = 1.0.0 transaction = 1.0.0
......
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