[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ preparing 2.8.0 release for tomorrow

Andreas Jung andreas at andreas-jung.com
Fri Jun 3 11:11:49 EDT 2005


Log message for revision 30622:
  preparing 2.8.0 release for tomorrow
  

Changed:
  U   Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
  U   Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/Zope-2_8-branch/inst/versions.py

-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===================================================================
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	2005-06-03 12:04:04 UTC (rev 30621)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	2005-06-03 15:11:49 UTC (rev 30622)
@@ -22,7 +22,7 @@
 
    - Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
 
-  After Zope 2.8.0 b2
+  Zope 2.8.0 (2005/06/04)
 
     Bugs Fixed
 

Modified: Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk	2005-06-03 12:04:04 UTC (rev 30621)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk	2005-06-03 15:11:49 UTC (rev 30622)
@@ -3,7 +3,7 @@
 REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
                $(ZOPE_REQUIRED_FILES)
 
-ZOPEVERSION=2.8.0-b1
+ZOPEVERSION=2.8.0
 ZOPEDIRNAME=Zope-$(ZOPEVERSION)
 
 MAKEZOPE="$(MAKEFILEDIR)/bin/makezope.bat" "$(WIN_BUILD_DIR)"

Modified: Zope/branches/Zope-2_8-branch/inst/versions.py
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/versions.py	2005-06-03 12:04:04 UTC (rev 30621)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py	2005-06-03 15:11:49 UTC (rev 30622)
@@ -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