[Zope-Checkins] SVN: Zope/branches/2.12/ Release preps

Hanno Schlichting hannosch at hannosch.eu
Tue Oct 4 09:18:43 EST 2011


Log message for revision 123012:
  Release preps
  

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	2011-10-04 11:29:26 UTC (rev 123011)
+++ Zope/branches/2.12/doc/CHANGES.rst	2011-10-04 14:18:42 UTC (rev 123012)
@@ -5,9 +5,11 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
-2.12.20 (unreleased)
+2.12.20 (2011-10-04)
 --------------------
 
+- Fixed serious arbitrary code execution issue (CVE 2011-3587)
+  http://zope2.zope.org/news/security-vulnerability-announcement-cve-2011-3587
 
 2.12.19 (2011-06-28)
 --------------------

Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2011-10-04 11:29:26 UTC (rev 123011)
+++ Zope/branches/2.12/setup.py	2011-10-04 14:18:42 UTC (rev 123012)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-    version='2.12.20dev',
+    version='2.12.20',
     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	2011-10-04 11:29:26 UTC (rev 123011)
+++ Zope/branches/2.12/versions.cfg	2011-10-04 14:18:42 UTC (rev 123012)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 =
+Zope2 = 2.12.20
 Acquisition = 2.13.8
 buildout.dumppickedversions = 0.4
 ClientForm = 0.2.10



More information about the Zope-Checkins mailing list