[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ 2.8.1b1
Andreas Jung
andreas at andreas-jung.com
Thu Jul 28 00:14:58 EDT 2005
Log message for revision 37523:
2.8.1b1
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-07-28 02:55:34 UTC (rev 37522)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt 2005-07-28 04:14:56 UTC (rev 37523)
@@ -22,7 +22,7 @@
- Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
- After Zope 2.8.0
+ Zope 2.8.1 b1 (2005/07/28)
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-07-28 02:55:34 UTC (rev 37522)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk 2005-07-28 04:14:56 UTC (rev 37523)
@@ -3,7 +3,7 @@
REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES)
-ZOPEVERSION=2.8.0
+ZOPEVERSION=2.8.1-b1
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-07-28 02:55:34 UTC (rev 37522)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py 2005-07-28 04:14:56 UTC (rev 37523)
@@ -1,7 +1,7 @@
ZOPE_MAJOR_VERSION = '2.8'
-ZOPE_MINOR_VERSION = '0'
+ZOPE_MINOR_VERSION = '1'
ZOPE_BRANCH_NAME = '$Name$'[6:] or 'no-branch'
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
-VERSION_RELEASE_TAG = 'final'
+VERSION_RELEASE_TAG = 'b1'
More information about the Zope-Checkins
mailing list