[Zope-Checkins] SVN: Zope/branches/2.12/ Prepare Zope2 2.12.23.
Hanno Schlichting
hannosch at hannosch.eu
Mon Feb 20 14:20:55 UTC 2012
Log message for revision 124431:
Prepare Zope2 2.12.23.
Changed:
U Zope/branches/2.12/doc/CHANGES.rst
U Zope/branches/2.12/setup.py
U Zope/branches/2.12/versions.cfg
-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst 2012-02-20 13:01:18 UTC (rev 124430)
+++ Zope/branches/2.12/doc/CHANGES.rst 2012-02-20 14:20:54 UTC (rev 124431)
@@ -5,17 +5,17 @@
Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/releases/.
-2.12.23 (unreleased)
+2.12.23 (2012-02-20)
--------------------
+- Note end-of-life timeline: Zope 2.12.x is now in security-fix-only mode and
+ will continue to see security updates until October 2013, the same as Python
+ 2.6.x does.
+
- Ensure that ObjectManager's ``get`` and ``__getitem__`` methods return only
"items" (no attributes / methods from the class or from acquisition).
Thanks to Richard Mitchell at Netsight for the report.
-- Note end-of-life timeline: Zope 2.12.x is now in security-fix-only mode and
- will continue to see security updates until October 2013, the same as Python
- 2.6.x does.
-
- Updated distributions:
- distribute = 0.6.24
Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py 2012-02-20 13:01:18 UTC (rev 124430)
+++ Zope/branches/2.12/setup.py 2012-02-20 14:20:54 UTC (rev 124431)
@@ -16,7 +16,7 @@
from setuptools import setup, find_packages, Extension
setup(name='Zope2',
- version='2.12.23dev',
+ version='2.12.23',
url='http://www.zope.org',
license='ZPL 2.1',
description='Zope2 application server / web framework',
Modified: Zope/branches/2.12/versions.cfg
===================================================================
--- Zope/branches/2.12/versions.cfg 2012-02-20 13:01:18 UTC (rev 124430)
+++ Zope/branches/2.12/versions.cfg 2012-02-20 14:20:54 UTC (rev 124431)
@@ -2,7 +2,7 @@
versions = versions
[versions]
-Zope2 =
+Zope2 = 2.12.23
Acquisition = 2.13.8
buildout.dumppickedversions = 0.4
ClientForm = 0.2.10
More information about the Zope-Checkins
mailing list