Log message for revision 99291: Prepare a3 release Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/doc/conf.py U Zope/trunk/inst/WinBuilders/mk/zope.mk U Zope/trunk/inst/versions.py U Zope/trunk/setup.py
-=- Modified: Zope/trunk/doc/CHANGES.rst =================================================================== --- Zope/trunk/doc/CHANGES.rst 2009-04-19 18:51:36 UTC (rev 99290) +++ Zope/trunk/doc/CHANGES.rst 2009-04-19 18:56:54 UTC (rev 99291) @@ -6,9 +6,12 @@ file HISTORY.txt. -Trunk ------ +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. + Known issues ++++++++++++ @@ -30,10 +33,6 @@ - Removed more unused code of the versions support feature including the Globals.VersionNameName constant. -Bugs Fixed -++++++++++ - - 2.12.0a2 (2009-04-19) --------------------- Modified: Zope/trunk/doc/conf.py =================================================================== --- Zope/trunk/doc/conf.py 2009-04-19 18:51:36 UTC (rev 99290) +++ Zope/trunk/doc/conf.py 2009-04-19 18:56:54 UTC (rev 99291) @@ -51,7 +51,7 @@ # The short X.Y version. version = '2.12.0' # The full version, including alpha/beta/rc tags. -release = '2.12.0a1' +release = '2.12.0a3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. Modified: Zope/trunk/inst/WinBuilders/mk/zope.mk =================================================================== --- Zope/trunk/inst/WinBuilders/mk/zope.mk 2009-04-19 18:51:36 UTC (rev 99290) +++ Zope/trunk/inst/WinBuilders/mk/zope.mk 2009-04-19 18:56:54 UTC (rev 99291) @@ -1,4 +1,4 @@ -ZOPEVERSION = 2.12.0-a2 +ZOPEVERSION = 2.12.0a3 ZOPEDIRNAME := Zope-$(ZOPEVERSION) ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz Modified: Zope/trunk/inst/versions.py =================================================================== --- Zope/trunk/inst/versions.py 2009-04-19 18:51:36 UTC (rev 99290) +++ Zope/trunk/inst/versions.py 2009-04-19 18:56:54 UTC (rev 99291) @@ -4,4 +4,4 @@ # always start prerelease branches with '0' to avoid upgrade # issues in RPMs -VERSION_RELEASE_TAG = 'a2' +VERSION_RELEASE_TAG = 'a3' Modified: Zope/trunk/setup.py =================================================================== --- Zope/trunk/setup.py 2009-04-19 18:51:36 UTC (rev 99290) +++ Zope/trunk/setup.py 2009-04-19 18:56:54 UTC (rev 99291) @@ -19,7 +19,7 @@ EXTENSIONCLASS_INCLUDEDIRS = ['include', 'src'] params = dict(name='Zope2', - version='2.12.0a3-dev', + version='2.12.0a3', url='http://www.zope.org', license='ZPL 2.1', description='Zope2 application server / web framework', _______________________________________________ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins