Commit 14377a0a authored by Hanno Schlichting's avatar Hanno Schlichting

Update version after release

parent ddd92423
...@@ -6,11 +6,8 @@ Change information for previous versions of Zope can be found in the ...@@ -6,11 +6,8 @@ Change information for previous versions of Zope can be found in the
file HISTORY.txt. file HISTORY.txt.
2.12.0a3 (2009-04-19) trunk (unreleased)
--------------------- ------------------
The generated tarball for the 2.12.0a2 source release was incomplete, due to
a setuptools and Subversion 1.6 incompatibility.
Known issues Known issues
++++++++++++ ++++++++++++
...@@ -26,6 +23,20 @@ Known issues ...@@ -26,6 +23,20 @@ Known issues
Restructuring Restructuring
+++++++++++++ +++++++++++++
Bugs Fixed
++++++++++
2.12.0a3 (2009-04-19)
---------------------
The generated tarball for the 2.12.0a2 source release was incomplete, due to
a setuptools and Subversion 1.6 incompatibility.
Restructuring
+++++++++++++
- Added automatic inline migration for databases created with older Zope - Added automatic inline migration for databases created with older Zope
versions. The `Versions` screen from the `Control_Panel` is now versions. The `Versions` screen from the `Control_Panel` is now
automatically removed on Zope startup. automatically removed on Zope startup.
......
...@@ -51,7 +51,7 @@ copyright = u'2009, The Zope Developers Community' ...@@ -51,7 +51,7 @@ copyright = u'2009, The Zope Developers Community'
# The short X.Y version. # The short X.Y version.
version = '2.12.0' version = '2.12.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '2.12.0a3' release = '2.12.0a4'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
ZOPEVERSION = 2.12.0a3 ZOPEVERSION = 2.12.0a4
ZOPEDIRNAME := Zope-$(ZOPEVERSION) ZOPEDIRNAME := Zope-$(ZOPEVERSION)
ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
......
...@@ -4,4 +4,4 @@ ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch' ...@@ -4,4 +4,4 @@ ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade # always start prerelease branches with '0' to avoid upgrade
# issues in RPMs # issues in RPMs
VERSION_RELEASE_TAG = 'a3' VERSION_RELEASE_TAG = 'a4'
...@@ -19,7 +19,7 @@ from setuptools import setup, find_packages, Extension ...@@ -19,7 +19,7 @@ from setuptools import setup, find_packages, Extension
EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src'] EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src']
params = dict(name='Zope2', params = dict(name='Zope2',
version='2.12.0a3', version='2.12.0a4.dev',
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',
......
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