[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/inst/ Zope 2.8.9 release

2007-03-25 Thread Andreas Jung
Log message for revision 73553:
  Zope 2.8.9 release
  

Changed:
  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/inst/WinBuilders/mk/zope.mk
===
--- Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk   2007-03-25 
09:25:11 UTC (rev 73552)
+++ Zope/branches/Zope-2_8-branch/inst/WinBuilders/mk/zope.mk   2007-03-25 
09:28:06 UTC (rev 73553)
@@ -3,7 +3,7 @@
 REQUIRED_FILES=$(PYTHON_REQUIRED_FILES)\
$(ZOPE_REQUIRED_FILES)
 
-ZOPEVERSION=2.8.7-final
+ZOPEVERSION=2.8.9-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  2007-03-25 09:25:11 UTC 
(rev 73552)
+++ Zope/branches/Zope-2_8-branch/inst/versions.py  2007-03-25 09:28:06 UTC 
(rev 73553)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.8'
-ZOPE_MINOR_VERSION  = '8'
+ZOPE_MINOR_VERSION  = '9'
 ZOPE_BRANCH_NAME= '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/configure updated to python 2.3.6

2007-03-25 Thread Andreas Jung
Log message for revision 73555:
  updated to python 2.3.6
  

Changed:
  U   Zope/branches/Zope-2_8-branch/configure

-=-
Modified: Zope/branches/Zope-2_8-branch/configure
===
--- Zope/branches/Zope-2_8-branch/configure 2007-03-25 09:29:47 UTC (rev 
73554)
+++ Zope/branches/Zope-2_8-branch/configure 2007-03-25 09:29:55 UTC (rev 
73555)
@@ -12,13 +12,13 @@
 
 # Place the optimal target version number for Zope (as returned by sys.version)
 # below
-TARGET=2.3.5
+TARGET=2.3.6
 
 # Order a list of acceptable python version numbers (as returned by
 # sys.version) below in best to worst order, not including the
 # target version.  Up to six acceptable python versions are allowed.
 # Do not include the target version number in this list!
-ACCEPTABLE=
+ACCEPTABLE=2.3.5
 
 # provide the executable names for all the acceptable versions
 # (and the target version) below

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt

2007-03-25 Thread Andreas Jung
Log message for revision 73557:
  

Changed:
  U   Zope/branches/Zope-2_8-branch/doc/CHANGES.txt

-=-
Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt
===
--- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt   2007-03-25 09:30:06 UTC 
(rev 73556)
+++ Zope/branches/Zope-2_8-branch/doc/CHANGES.txt   2007-03-25 09:31:10 UTC 
(rev 73557)
@@ -4,7 +4,7 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  After Zope 2.8.8
+  Zope 2.8.9 (2006/03/25)
 
 Bugs fixed
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/tags/2.8.9/ Zope 2.8.9

2007-03-25 Thread Andreas Jung
Log message for revision 73558:
  Zope 2.8.9
  

Changed:
  A   Zope/tags/2.8.9/

-=-
Copied: Zope/tags/2.8.9 (from rev 73557, Zope/branches/Zope-2_8-branch)

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.9/doc/CHANGES.txt

2007-03-25 Thread Andreas Jung
Log message for revision 73562:
  

Changed:
  U   Zope/branches/2.9/doc/CHANGES.txt

-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===
--- Zope/branches/2.9/doc/CHANGES.txt   2007-03-25 09:39:38 UTC (rev 73561)
+++ Zope/branches/2.9/doc/CHANGES.txt   2007-03-25 09:40:04 UTC (rev 73562)
@@ -4,7 +4,7 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  Zope 2.9.7 (unreleased)
+  Zope 2.9.7 (2007/03/25)
 
Bugs fixed
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.9/inst/ Zope 2.9.7

2007-03-25 Thread Andreas Jung
Log message for revision 73563:
  Zope 2.9.7
  

Changed:
  U   Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/2.9/inst/versions.py

-=-
Modified: Zope/branches/2.9/inst/WinBuilders/mk/zope.mk
===
--- Zope/branches/2.9/inst/WinBuilders/mk/zope.mk   2007-03-25 09:40:04 UTC 
(rev 73562)
+++ Zope/branches/2.9/inst/WinBuilders/mk/zope.mk   2007-03-25 09:40:34 UTC 
(rev 73563)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.9.6
+ZOPEVERSION = 2.9.7
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.9/inst/versions.py
===
--- Zope/branches/2.9/inst/versions.py  2007-03-25 09:40:04 UTC (rev 73562)
+++ Zope/branches/2.9/inst/versions.py  2007-03-25 09:40:34 UTC (rev 73563)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.9'
-ZOPE_MINOR_VERSION  = '6'
+ZOPE_MINOR_VERSION  = '7'
 ZOPE_BRANCH_NAME= '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/tags/2.9.7/ Zope 2.9.7

2007-03-25 Thread Andreas Jung
Log message for revision 73564:
  Zope 2.9.7
  

Changed:
  A   Zope/tags/2.9.7/

-=-
Copied: Zope/tags/2.9.7 (from rev 73563, Zope/branches/2.9)

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.10/doc/CHANGES.txt

2007-03-25 Thread Andreas Jung
Log message for revision 73566:
  

Changed:
  U   Zope/branches/2.10/doc/CHANGES.txt

-=-
Modified: Zope/branches/2.10/doc/CHANGES.txt
===
--- Zope/branches/2.10/doc/CHANGES.txt  2007-03-25 09:43:40 UTC (rev 73565)
+++ Zope/branches/2.10/doc/CHANGES.txt  2007-03-25 09:43:48 UTC (rev 73566)
@@ -4,7 +4,7 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
-  Zope 2.10.3 (unreleased)
+  Zope 2.10.3 (2007/03/25)
 
 Bugs fixed
 

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/branches/2.10/inst/ Zope 2.10.3

2007-03-25 Thread Andreas Jung
Log message for revision 73569:
  Zope 2.10.3
  

Changed:
  U   Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/2.10/inst/versions.py

-=-
Modified: Zope/branches/2.10/inst/WinBuilders/mk/zope.mk
===
--- Zope/branches/2.10/inst/WinBuilders/mk/zope.mk  2007-03-25 09:44:09 UTC 
(rev 73568)
+++ Zope/branches/2.10/inst/WinBuilders/mk/zope.mk  2007-03-25 09:44:41 UTC 
(rev 73569)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.10.2-final
+ZOPEVERSION = 2.10.3-final
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.10/inst/versions.py
===
--- Zope/branches/2.10/inst/versions.py 2007-03-25 09:44:09 UTC (rev 73568)
+++ Zope/branches/2.10/inst/versions.py 2007-03-25 09:44:41 UTC (rev 73569)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.10'
-ZOPE_MINOR_VERSION  = '2'
+ZOPE_MINOR_VERSION  = '3'
 ZOPE_BRANCH_NAME= '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-Checkins] SVN: Zope/tags/2.10.3/ Zope 2.10.3

2007-03-25 Thread Andreas Jung
Log message for revision 73570:
  Zope 2.10.3
  

Changed:
  A   Zope/tags/2.10.3/

-=-
Copied: Zope/tags/2.10.3 (from rev 73569, Zope/branches/2.10)

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins