[Zope-Checkins] SVN: Zope/branches/2.13/ Prepare Zope2 2.13.9.
Hanno Schlichting
hannosch at hannosch.eu
Sat Aug 20 13:16:45 EDT 2011
Log message for revision 122652:
Prepare Zope2 2.13.9.
Changed:
U Zope/branches/2.13/doc/CHANGES.rst
U Zope/branches/2.13/setup.py
U Zope/branches/2.13/versions.cfg
-=-
Modified: Zope/branches/2.13/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.13/doc/CHANGES.rst 2011-08-20 17:12:47 UTC (rev 122651)
+++ Zope/branches/2.13/doc/CHANGES.rst 2011-08-20 17:16:44 UTC (rev 122652)
@@ -5,7 +5,7 @@
Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/releases/.
-2.13.9 (unreleased)
+2.13.9 (2011-08-20)
-------------------
Bugs Fixed
@@ -14,11 +14,8 @@
- Restore ability to undo multiple transactions from the ZMI by using the
`undoMultiple` API. Backported from trunk (r122087).
-- Fixed chameleon compatibility in templates
+- Fixed Chameleon compatibility in templates.
-Features Added
-++++++++++++++
-
- Updated distributions:
- Products.ZCatalog = 2.13.19
Modified: Zope/branches/2.13/setup.py
===================================================================
--- Zope/branches/2.13/setup.py 2011-08-20 17:12:47 UTC (rev 122651)
+++ Zope/branches/2.13/setup.py 2011-08-20 17:16:44 UTC (rev 122652)
@@ -23,7 +23,7 @@
setup(name='Zope2',
- version='2.13.9dev',
+ version='2.13.9',
url='http://zope2.zope.org',
license='ZPL 2.1',
description='Zope2 application server / web framework',
Modified: Zope/branches/2.13/versions.cfg
===================================================================
--- Zope/branches/2.13/versions.cfg 2011-08-20 17:12:47 UTC (rev 122651)
+++ Zope/branches/2.13/versions.cfg 2011-08-20 17:16:44 UTC (rev 122652)
@@ -4,7 +4,7 @@
[versions]
# Zope2-specific
-Zope2 =
+Zope2 = 2.13.9
AccessControl = 2.13.4
Acquisition = 2.13.8
DateTime = 2.12.6
More information about the Zope-Checkins
mailing list