[Zope-Checkins] SVN: Zope/branches/2.9/ 2.9.0 final
Andreas Jung
andreas at andreas-jung.com
Sat Jan 7 06:55:10 EST 2006
Log message for revision 41176:
2.9.0 final
Changed:
U Zope/branches/2.9/doc/CHANGES.txt
U Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
U Zope/branches/2.9/inst/versions.py
-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt 2006-01-07 10:31:13 UTC (rev 41175)
+++ Zope/branches/2.9/doc/CHANGES.txt 2006-01-07 11:55:10 UTC (rev 41176)
@@ -22,7 +22,7 @@
- Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
- after Zope 2.9.0 beta 2
+ Zope 2.9.0 (2006/01/09)
Bugs fixed
Modified: Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.9/inst/WinBuilders/mk/zope.mk 2006-01-07 10:31:13 UTC (rev 41175)
+++ Zope/branches/2.9/inst/WinBuilders/mk/zope.mk 2006-01-07 11:55:10 UTC (rev 41176)
@@ -3,7 +3,7 @@
REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES)
-ZOPEVERSION=2.9.0-b2
+ZOPEVERSION=2.9.0-final
ZOPEDIRNAME=Zope-$(ZOPEVERSION)
MAKEZOPE="$(MAKEFILEDIR)/bin/makezope.bat" "$(WIN_BUILD_DIR)"
Modified: Zope/branches/2.9/inst/versions.py
===================================================================
--- Zope/branches/2.9/inst/versions.py 2006-01-07 10:31:13 UTC (rev 41175)
+++ Zope/branches/2.9/inst/versions.py 2006-01-07 11:55:10 UTC (rev 41176)
@@ -4,4 +4,4 @@
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
-VERSION_RELEASE_TAG = 'b2'
+VERSION_RELEASE_TAG = 'final'
More information about the Zope-Checkins
mailing list