Commit 58ad5f46 authored by Hanno Schlichting's avatar Hanno Schlichting

Release preps

parent 6bb2fb3c
...@@ -5,9 +5,11 @@ This file contains change information for the current Zope release. ...@@ -5,9 +5,11 @@ 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.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) 2.12.19 (2011-06-28)
-------------------- --------------------
......
...@@ -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.20dev', version='2.12.20',
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.20
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