[Zope-Checkins] SVN: Zope/branches/2.10/ preparing 2.10.0rc1
Andreas Jung
andreas at andreas-jung.com
Sun Sep 17 02:50:48 EDT 2006
Log message for revision 70207:
preparing 2.10.0rc1
Changed:
U Zope/branches/2.10/doc/CHANGES.txt
U Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
U Zope/branches/2.10/inst/versions.py
-=-
Modified: Zope/branches/2.10/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.10/doc/CHANGES.txt 2006-09-16 16:04:04 UTC (rev 70206)
+++ Zope/branches/2.10/doc/CHANGES.txt 2006-09-17 06:50:46 UTC (rev 70207)
@@ -4,10 +4,14 @@
Change information for previous versions of Zope can be found in the
file HISTORY.txt.
- after Zope 2.10.0 beta 2 (unreleased)
+ after Zope 2.10.0 RC 1 (unreleased)
Bugs fixed
+ Zope 2.10.0 beta 2 (2006/09/17)
+
+ Bugs fixed
+
- Collector #2117: Don't choke in 'unrestrictedTraverse' for '+'
path elements.
Modified: Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.10/inst/WinBuilders/mk/zope.mk 2006-09-16 16:04:04 UTC (rev 70206)
+++ Zope/branches/2.10/inst/WinBuilders/mk/zope.mk 2006-09-17 06:50:46 UTC (rev 70207)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.10.0-b2
+ZOPEVERSION = 2.10.0-rc1
ZOPEDIRNAME := Zope-$(ZOPEVERSION)
ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz
Modified: Zope/branches/2.10/inst/versions.py
===================================================================
--- Zope/branches/2.10/inst/versions.py 2006-09-16 16:04:04 UTC (rev 70206)
+++ Zope/branches/2.10/inst/versions.py 2006-09-17 06:50:46 UTC (rev 70207)
@@ -4,4 +4,4 @@
# always start prerelease branches with '0' to avoid upgrade
# issues in RPMs
-VERSION_RELEASE_TAG = 'b2'
+VERSION_RELEASE_TAG = 'rc1'
More information about the Zope-Checkins
mailing list