[Zope-Checkins] SVN: Zope/branches/2.10/ update for Zope 2.10.0
final
Andreas Jung
andreas at andreas-jung.com
Thu Sep 28 03:22:44 EDT 2006
Log message for revision 70409:
update for Zope 2.10.0 final
Changed:
U Zope/branches/2.10/doc/CHANGES.txt
U Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
U Zope/branches/2.10/inst/versions.py
-=-
Modified: Zope/branches/2.10/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.10/doc/CHANGES.txt 2006-09-28 07:20:39 UTC (rev 70408)
+++ Zope/branches/2.10/doc/CHANGES.txt 2006-09-28 07:22:44 UTC (rev 70409)
@@ -3,6 +3,11 @@
This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found in the
file HISTORY.txt.
+
+ Zope 2.10.0 (unreleased)
+
+ Bugs fixed
+
Zope 2.10.0 RC 1 (2006/09/25)
Modified: Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.10/inst/WinBuilders/mk/zope.mk 2006-09-28 07:20:39 UTC (rev 70408)
+++ Zope/branches/2.10/inst/WinBuilders/mk/zope.mk 2006-09-28 07:22:44 UTC (rev 70409)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.10.0-c1
+ZOPEVERSION = 2.10.0-final
ZOPEDIRNAME := Zope-$(ZOPEVERSION)
ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
Modified: Zope/branches/2.10/inst/versions.py
===================================================================
--- Zope/branches/2.10/inst/versions.py 2006-09-28 07:20:39 UTC (rev 70408)
+++ Zope/branches/2.10/inst/versions.py 2006-09-28 07:22:44 UTC (rev 70409)
@@ -4,4 +4,4 @@
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
-VERSION_RELEASE_TAG = 'c1'
+VERSION_RELEASE_TAG = 'final'
More information about the Zope-Checkins
mailing list