[Zope-Checkins] SVN: Zope/branches/2.12/ Prepare Zope2 2.12.7.

Hanno Schlichting hannosch at hannosch.eu
Sun Jun 13 11:53:39 EDT 2010


Log message for revision 113416:
  Prepare Zope2 2.12.7.

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	2010-06-13 15:49:02 UTC (rev 113415)
+++ Zope/branches/2.12/doc/CHANGES.rst	2010-06-13 15:53:38 UTC (rev 113416)
@@ -5,13 +5,13 @@
 Change information for previous versions of Zope can be found at
 http://docs.zope.org/zope2/releases/.
 
-2.12.7 (unreleased)
+2.12.7 (2010-06-13)
 -------------------
 
 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.
 
 - Handle Unauthorized exceptions in xmlrpc correctly.

Modified: Zope/branches/2.12/setup.py
===================================================================
--- Zope/branches/2.12/setup.py	2010-06-13 15:49:02 UTC (rev 113415)
+++ Zope/branches/2.12/setup.py	2010-06-13 15:53:38 UTC (rev 113416)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Zope2',
-    version='2.12.7dev',
+    version='2.12.7',
     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	2010-06-13 15:49:02 UTC (rev 113415)
+++ Zope/branches/2.12/versions.cfg	2010-06-13 15:53:38 UTC (rev 113416)
@@ -2,7 +2,7 @@
 versions = versions
 
 [versions]
-Zope2 =
+Zope2 = 2.12.7
 Acquisition = 2.13.3
 buildout.dumppickedversions = 0.4
 ClientForm = 0.2.10



More information about the Zope-Checkins mailing list