Commit 98a70c76 authored by Hanno Schlichting's avatar Hanno Schlichting

Prepare Zope2 2.12.7.

parent 3c5fe1c1
...@@ -5,13 +5,13 @@ This file contains change information for the current Zope release. ...@@ -5,13 +5,13 @@ 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.7 (unreleased) 2.12.7 (2010-06-13)
------------------- -------------------
Bugs Fixed Bugs Fixed
++++++++++ ++++++++++
- LP #583702: Fixed regressions in mailhost queue processor code introduced - LP #583702: Fixed regression in mailhost queue processor code introduced
in 2.12.6 in the LP #574286 changes. in 2.12.6 in the LP #574286 changes.
- Handle Unauthorized exceptions in xmlrpc correctly. - Handle Unauthorized exceptions in xmlrpc correctly.
......
...@@ -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.7dev', version='2.12.7',
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.7
Acquisition = 2.13.3 Acquisition = 2.13.3
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