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

Sphinx = 0.6.7 and whitespace

parent 4f8c328a
...@@ -12,24 +12,20 @@ Bugs Fixed ...@@ -12,24 +12,20 @@ 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
deleted, we need to remove all traces of it from the
container.
- LP #143619: Make sure to remove a RAMCache's contents when the - LP #143639: When the last cache manager in a container is deleted, we need to
ZODB object is removed. remove all traces of it from the container.
- LP #143403: Prevent accidental acquisition of objectValues during - LP #143619: Make sure to remove a RAMCache's contents when the ZODB object is
recursive ownership changes when the changed object has no removed.
objectValues method.
- LP #374818: Use module-provided functions as opposed to the old - LP #143403: Prevent accidental acquisition of objectValues during recursive
"folder methods" when creating folders and user folders in ownership changes when the changed object has no objectValues method.
ZopeTestCase.
- LP #143946: Provide a more informative error message when a - LP #374818: Use module-provided functions as opposed to the old
WebDAV PUT fails. "folder methods" when creating folders and user folders in ZopeTestCase.
- LP #143946: Provide a more informative error message when a 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)
------------------- -------------------
...@@ -50,8 +47,8 @@ Features Added ...@@ -50,8 +47,8 @@ Features Added
Bugs Fixed Bugs Fixed
++++++++++ ++++++++++
- LP #142535: Fix faulty docstring for manage_changeProperties which - LP #142535: Fix faulty docstring for manage_changeProperties which
incorrectly suggested that passing a simple dictionary as REQUEST incorrectly suggested that passing a simple dictionary as REQUEST
argument was supported. argument was supported.
- LP #583702: Fixed regression in mailhost queue processor code introduced - LP #583702: Fixed regression in mailhost queue processor code introduced
...@@ -64,7 +61,7 @@ Bugs Fixed ...@@ -64,7 +61,7 @@ Bugs Fixed
do anything for :record fields. do anything for :record fields.
- LP #143261: The (very old-fashioned) Zope2.debug interactive request - LP #143261: The (very old-fashioned) Zope2.debug interactive request
debugger still referred to the toplevel module ``Zope``, which was debugger still referred to the toplevel module ``Zope``, which was
renamed to ``Zope2`` a long time ago. renamed to ``Zope2`` a long time ago.
- LP #142874: Naming objects ``URL`` or ``URL1`` broke several ZMI - LP #142874: Naming objects ``URL`` or ``URL1`` broke several ZMI
...@@ -84,11 +81,11 @@ Bugs Fixed ...@@ -84,11 +81,11 @@ Bugs Fixed
methods could not deal with ``TaintedString`` instances. Removed the methods could not deal with ``TaintedString`` instances. Removed the
entirely redundant ``DTMLDocument.manage_edit`` method at the same time. entirely redundant ``DTMLDocument.manage_edit`` method at the same time.
- LP #142451: If non-recursive ownership changes are made using - LP #142451: If non-recursive ownership changes are made using
``changeOwnership``, do not touch any children. ``changeOwnership``, do not touch any children.
- LP #142750 and LP #142481: To prevent confusion when choosing an Id and - LP #142750 and LP #142481: To prevent confusion when choosing an Id and
to avoid issues when creating two VirtualHostMonsters in the same to avoid issues when creating two VirtualHostMonsters in the same
container the VirtualHostMoster now has a default Id. It can no longer container the VirtualHostMoster now has a default Id. It can no longer
be selected, and the intermediary Add view is gone. be selected, and the intermediary Add view is gone.
...@@ -819,7 +816,7 @@ Restructuring ...@@ -819,7 +816,7 @@ Restructuring
- Avoid deprecation warnings for the md5 and sha modules in Python 2.6 - Avoid deprecation warnings for the md5 and sha modules in Python 2.6
by adding conditional imports for the hashlib module. by adding conditional imports for the hashlib module.
- Replaced imports from the 'Globals' module throughout the - Replaced imports from the 'Globals' module throughout the
tree with imports from the actual modules; the 'Globals' module tree with imports from the actual modules; the 'Globals' module
was always intended to be an area for shared data, rather than was always intended to be an area for shared data, rather than
a "facade" for imports. Added zope.deferred.deprecation entries a "facade" for imports. Added zope.deferred.deprecation entries
...@@ -916,7 +913,7 @@ Bugs Fixed ...@@ -916,7 +913,7 @@ Bugs Fixed
- Launchpad #280334: Fixed problem with 'timeout' - Launchpad #280334: Fixed problem with 'timeout'
argument/attribute missing in testbrowser tests. argument/attribute missing in testbrowser tests.
- Launchpad #267834: proper separation of HTTP header fields - Launchpad #267834: proper separation of HTTP header fields
using CRLF as requested by RFC 2616. using CRLF as requested by RFC 2616.
- Launchpad #257276: fix for possible denial-of-service attack - Launchpad #257276: fix for possible denial-of-service attack
......
...@@ -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