[Zope-Checkins] SVN: Zope/branches/2.10/ preparation for 2.10b2

Andreas Jung andreas at andreas-jung.com
Sat Aug 19 05:45:08 EDT 2006


Log message for revision 69683:
  preparation for 2.10b2
  

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-08-19 03:44:37 UTC (rev 69682)
+++ Zope/branches/2.10/doc/CHANGES.txt	2006-08-19 09:45:06 UTC (rev 69683)
@@ -3,9 +3,13 @@
   This file contains change information for the current Zope release.
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
+  
+  after Zope 2.10.0 beta 2 (unreleased)
 
-  Zope 2.10.0 beta 2 (unreleased)
+    Bugs fixed
 
+  Zope 2.10.0 beta 2 (2006/08/20)
+
     Bugs Fixed
 
       - Collector #2155: Fix wrong parameter being passed to

Modified: Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.10/inst/WinBuilders/mk/zope.mk	2006-08-19 03:44:37 UTC (rev 69682)
+++ Zope/branches/2.10/inst/WinBuilders/mk/zope.mk	2006-08-19 09:45:06 UTC (rev 69683)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.10.0-b1
+ZOPEVERSION = 2.10.0-b2
 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-08-19 03:44:37 UTC (rev 69682)
+++ Zope/branches/2.10/inst/versions.py	2006-08-19 09:45:06 UTC (rev 69683)
@@ -4,4 +4,4 @@
 
 # always start prerelease branches with '0' to avoid upgrade
 # issues in RPMs
-VERSION_RELEASE_TAG = 'b1'
+VERSION_RELEASE_TAG = 'b2'



More information about the Zope-Checkins mailing list