[Zope-Checkins] SVN: Zope/branches/2.9/ support for Python 2.4.4

2006-12-07 Thread Andreas Jung
Log message for revision 71480:
  support for Python 2.4.4
  

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

-=-
Modified: Zope/branches/2.9/configure
===
--- Zope/branches/2.9/configure 2006-12-07 15:02:31 UTC (rev 71479)
+++ Zope/branches/2.9/configure 2006-12-07 16:10:47 UTC (rev 71480)
@@ -12,13 +12,13 @@
 
 # Place the optimal target version number for Zope (as returned by sys.version)
 # below
-TARGET="2.4.3"
+TARGET="2.4.4"
 
 # 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="2.4.2"
+ACCEPTABLE="2.4.2 2.4.3"
 
 # provide the executable names for all the acceptable versions
 # (and the target version) below

Modified: Zope/branches/2.9/doc/CHANGES.txt
===
--- Zope/branches/2.9/doc/CHANGES.txt   2006-12-07 15:02:31 UTC (rev 71479)
+++ Zope/branches/2.9/doc/CHANGES.txt   2006-12-07 16:10:47 UTC (rev 71480)
@@ -4,7 +4,13 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
+  Zope 2.9.7 (unreleased)
 
+   Bugs fixed
+
+  - added Python 2.4.4 as optimal Python version to 'configure'
+
+
   Zope 2.9.6 (2006-11-22)
 
Bugs fixed

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


[Zope-Checkins] SVN: Zope/trunk/configure support for Python 2.4.4

2006-12-07 Thread Andreas Jung
Log message for revision 71482:
  support for Python 2.4.4
  

Changed:
  U   Zope/trunk/configure

-=-
Modified: Zope/trunk/configure
===
--- Zope/trunk/configure2006-12-07 16:10:56 UTC (rev 71481)
+++ Zope/trunk/configure2006-12-07 16:11:22 UTC (rev 71482)
@@ -12,13 +12,13 @@
 
 # Place the optimal target version number for Zope (as returned by sys.version)
 # below
-TARGET="2.4.3"
+TARGET="2.4.4"
 
 # 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="2.4.2"
+ACCEPTABLE="2.4.2 2.4.3"
 
 # 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/2.10/ support for Python 2.4.4

2006-12-07 Thread Andreas Jung
Log message for revision 71483:
  support for Python 2.4.4
  

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

-=-
Modified: Zope/branches/2.10/configure
===
--- Zope/branches/2.10/configure2006-12-07 16:11:22 UTC (rev 71482)
+++ Zope/branches/2.10/configure2006-12-07 16:12:16 UTC (rev 71483)
@@ -12,13 +12,13 @@
 
 # Place the optimal target version number for Zope (as returned by sys.version)
 # below
-TARGET="2.4.3"
+TARGET="2.4.4"
 
 # 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="2.4.1 2.4.2"
+ACCEPTABLE="2.4.3 2.4.2"
 
 # provide the executable names for all the acceptable versions
 # (and the target version) below

Modified: Zope/branches/2.10/doc/CHANGES.txt
===
--- Zope/branches/2.10/doc/CHANGES.txt  2006-12-07 16:11:22 UTC (rev 71482)
+++ Zope/branches/2.10/doc/CHANGES.txt  2006-12-07 16:12:16 UTC (rev 71483)
@@ -10,6 +10,7 @@
 
   -  fixed the creation of lib/python/Zope2/version.txt
 
+  - added Python 2.4.4 as optimal Python version to 'configure'
 
   Zope 2.10.1 (2006-11-22)
 

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