Log message for revision 110508:
  Applied Acquisition, ExtensionClass and Persistence updates again
  

Changed:
  U   Zope/branches/2.12/doc/CHANGES.rst
  _U  Zope/branches/2.12/include/
  U   Zope/branches/2.12/versions.cfg

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst  2010-04-05 18:57:19 UTC (rev 110507)
+++ Zope/branches/2.12/doc/CHANGES.rst  2010-04-05 19:01:19 UTC (rev 110508)
@@ -13,18 +13,18 @@
 
 - Updated copyright and license information to conform with repository policy.
 
+- Factored out ZopeUndo package into a separate distribution.
+
 Features Added
 ++++++++++++++
 
 - Updated packages:
 
-  - Acquisition = 2.13.0
-  - ExtensionClass = 2.12.0
-  - Persistence = 2.12.0
+  - Acquisition = 2.13.2
+  - ExtensionClass = 2.13.0
+  - Persistence = 2.13.0
   - pytz = 2010b
 
-- Factored out ZopeUndo package into a separate distribution.
-
 - There is now an event ZPublisher.interfaces.IPubBeforeStreaming which will
   be fired just before the first chunk of data is written to the response
   stream when using the write() method on the response. This is the last


Property changes on: Zope/branches/2.12/include
___________________________________________________________________
Modified: svn:externals
   - Acquisition     
svn://svn.zope.org/repos/main/Acquisition/tags/2.13.0/src/Acquisition
ExtensionClass  
svn://svn.zope.org/repos/main/ExtensionClass/tags/2.12.0/src/ExtensionClass
persistent      svn://svn.zope.org/repos/main/ZODB/tags/3.9.4/src/persistent

   + Acquisition     
svn://svn.zope.org/repos/main/Acquisition/tags/2.13.2/src/Acquisition
ExtensionClass  
svn://svn.zope.org/repos/main/ExtensionClass/tags/2.13.0/src/ExtensionClass
persistent      svn://svn.zope.org/repos/main/ZODB/tags/3.9.4/src/persistent


Modified: Zope/branches/2.12/versions.cfg
===================================================================
--- Zope/branches/2.12/versions.cfg     2010-04-05 18:57:19 UTC (rev 110507)
+++ Zope/branches/2.12/versions.cfg     2010-04-05 19:01:19 UTC (rev 110508)
@@ -2,15 +2,15 @@
 versions = versions
 
 [versions]
-Acquisition = 2.13.0
+Acquisition = 2.13.2
 ClientForm = 0.2.10
 DateTime = 2.12.0
 docutils = 0.6
-ExtensionClass = 2.12.0
+ExtensionClass = 2.13.0
 five.formlib = 1.0.2
 lxml = 2.2
 mechanize = 0.1.11
-Persistence = 2.12.0
+Persistence = 2.13.0
 python-gettext = 1.0
 pytz = 2010b
 RestrictedPython = 3.5.1

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to