Commit ba8a2de7 authored by Hanno Schlichting's avatar Hanno Schlichting

Prepare Zope2 2.12.23.

parent e227aa0d
...@@ -5,17 +5,17 @@ This file contains change information for the current Zope release. ...@@ -5,17 +5,17 @@ This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found at Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/releases/. http://docs.zope.org/zope2/releases/.
2.12.23 (unreleased) 2.12.23 (2012-02-20)
-------------------- --------------------
- 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 - 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 will continue to see security updates until October 2013, the same as Python
2.6.x does. 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.
- Updated distributions: - Updated distributions:
- distribute = 0.6.24 - distribute = 0.6.24
......
...@@ -16,7 +16,7 @@ import os ...@@ -16,7 +16,7 @@ import os
from setuptools import setup, find_packages, Extension from setuptools import setup, find_packages, Extension
setup(name='Zope2', setup(name='Zope2',
version='2.12.23dev', version='2.12.23',
url='http://www.zope.org', url='http://www.zope.org',
license='ZPL 2.1', license='ZPL 2.1',
description='Zope2 application server / web framework', description='Zope2 application server / web framework',
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
versions = versions versions = versions
[versions] [versions]
Zope2 = Zope2 = 2.12.23
Acquisition = 2.13.8 Acquisition = 2.13.8
buildout.dumppickedversions = 0.4 buildout.dumppickedversions = 0.4
ClientForm = 0.2.10 ClientForm = 0.2.10
......
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