[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ 2.8.1 final

Andreas Jung andreas at andreas-jung.com
Thu Aug 11 00:57:31 EDT 2005


Log message for revision 37854:
  2.8.1 final
  

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-08-10 23:21:36 UTC (rev 37853)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt	2005-08-11 04:57:30 UTC (rev 37854)
@@ -22,7 +22,7 @@
 
    - Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
 
-  after Zope 2.8.1 b1 
+  Zope 2.8.1 (2005/08/11)
 
     Features added
 

Modified: Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk	2005-08-10 23:21:36 UTC (rev 37853)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk	2005-08-11 04:57:30 UTC (rev 37854)
@@ -3,7 +3,7 @@
 REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
                $(ZOPE_REQUIRED_FILES)
 
-ZOPEVERSION=2.8.1-b1
+ZOPEVERSION=2.8.1-final
 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-08-10 23:21:36 UTC (rev 37853)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py	2005-08-11 04:57:30 UTC (rev 37854)
@@ -4,4 +4,4 @@
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = 'b1'
+VERSION_RELEASE_TAG = 'final'



More information about the Zope-Checkins mailing list