[Zope-Checkins] SVN: Zope/branches/2.12/ Sphinx = 0.6.7 and whitespace

Hanno Schlichting hannosch at hannosch.eu
Fri Jun 25 06:23:41 EDT 2010


Log message for revision 113821:
  Sphinx = 0.6.7 and whitespace
  

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	2010-06-25 09:21:53 UTC (rev 113820)
+++ Zope/branches/2.12/doc/CHANGES.rst	2010-06-25 10:23:40 UTC (rev 113821)
@@ -12,25 +12,21 @@
 ++++++++++
 
 - 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 
-  ZODB object is removed.
+- LP #143639: When the last cache manager in a container is deleted, we need to
+  remove all traces of it from the container.
 
-- LP #143403: Prevent accidental acquisition of objectValues during
-  recursive ownership changes when the changed object has no 
-  objectValues method.
+- LP #143619: Make sure to remove a RAMCache's contents when the ZODB object is
+  removed.
 
-- LP #374818: Use module-provided functions as opposed to the old 
-  "folder methods" when creating folders and user folders in 
-  ZopeTestCase.
+- LP #143403: Prevent accidental acquisition of objectValues during recursive
+  ownership changes when the changed object has no objectValues method.
 
-- LP #143946: Provide a more informative error message when a 
-  WebDAV PUT fails.
+- LP #374818: Use module-provided functions as opposed to the old
+  "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
 ++++++++++++++
 
@@ -39,10 +35,11 @@
   - ExtensionClass = 2.13.2
   - Missing = 2.13.1
   - Persistence = 2.13.2
+  - Sphinx = 0.6.7
 
-- Added ``setSortKey()`` method to the ``Shared.DC.ZRDB.TM.TM`` class
-  to allow database connections to specify the commit order without
-  needing to override the ``sortKey()`` method.
+- Added ``setSortKey()`` method to the ``Shared.DC.ZRDB.TM.TM`` class to allow
+  database connections to specify the commit order without needing to override
+  the ``sortKey()`` method.
 
 2.12.7 (2010-06-13)
 -------------------
@@ -50,8 +47,8 @@
 Bugs Fixed
 ++++++++++
 
-- LP #142535: Fix faulty docstring for manage_changeProperties which 
-  incorrectly suggested that passing a simple dictionary as REQUEST 
+- LP #142535: Fix faulty docstring for manage_changeProperties which
+  incorrectly suggested that passing a simple dictionary as REQUEST
   argument was supported.
 
 - LP #583702: Fixed regression in mailhost queue processor code introduced
@@ -64,7 +61,7 @@
   do anything for :record fields.
 
 - 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.
 
 - LP #142874: Naming objects ``URL`` or ``URL1`` broke several ZMI
@@ -84,11 +81,11 @@
   methods could not deal with ``TaintedString`` instances. Removed the
   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.
 
 - 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
   be selected, and the intermediary Add view is gone.
 
@@ -819,7 +816,7 @@
 - Avoid deprecation warnings for the md5 and sha modules in Python 2.6
   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
   was always intended to be an area for shared data, rather than
   a "facade" for imports.  Added zope.deferred.deprecation entries
@@ -916,7 +913,7 @@
 - Launchpad #280334: Fixed problem with 'timeout'
   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.
 
 - Launchpad #257276: fix for possible denial-of-service attack

Modified: Zope/branches/2.12/versions.cfg
===================================================================
--- Zope/branches/2.12/versions.cfg	2010-06-25 09:21:53 UTC (rev 113820)
+++ Zope/branches/2.12/versions.cfg	2010-06-25 10:23:40 UTC (rev 113821)
@@ -25,7 +25,7 @@
 RestrictedPython = 3.5.2
 roman = 1.4.0
 setuptools = 0.6c11
-Sphinx = 0.6.6
+Sphinx = 0.6.7
 tempstorage = 2.11.3
 ThreadLock = 2.13.0
 transaction = 1.0.0



More information about the Zope-Checkins mailing list