[Zope-Checkins] SVN: Zope/branches/2.9/ Zope 2.9.4
Andreas Jung
andreas at andreas-jung.com
Thu Jul 20 01:29:49 EDT 2006
Log message for revision 69219:
Zope 2.9.4
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-07-20 04:12:28 UTC (rev 69218)
+++ Zope/branches/2.9/doc/CHANGES.txt 2006-07-20 05:29:48 UTC (rev 69219)
@@ -14,7 +14,7 @@
to the rules for such a type laid out in the Python docs:
http://docs.python.org/api/supporting-cycle-detection.html
- Zope 2.9.4 (unreleased)
+ Zope 2.9.4 (2006/07/21)
Bugs fixed
Modified: Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.9/inst/WinBuilders/mk/zope.mk 2006-07-20 04:12:28 UTC (rev 69218)
+++ Zope/branches/2.9/inst/WinBuilders/mk/zope.mk 2006-07-20 05:29:48 UTC (rev 69219)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.9.3
+ZOPEVERSION = 2.9.4
ZOPEDIRNAME := Zope-$(ZOPEVERSION)
ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
Modified: Zope/branches/2.9/inst/versions.py
===================================================================
--- Zope/branches/2.9/inst/versions.py 2006-07-20 04:12:28 UTC (rev 69218)
+++ Zope/branches/2.9/inst/versions.py 2006-07-20 05:29:48 UTC (rev 69219)
@@ -4,4 +4,4 @@
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
-VERSION_RELEASE_TAG = 'alpha'
+VERSION_RELEASE_TAG = 'final'
More information about the Zope-Checkins
mailing list