[Zope-Checkins] SVN: Zope/branches/2.10/ support for Python 2.4.4
Andreas Jung
andreas at andreas-jung.com
Thu Dec 7 11:12:17 EST 2006
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/configure 2006-12-07 16:11:22 UTC (rev 71482)
+++ Zope/branches/2.10/configure 2006-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)
More information about the Zope-Checkins
mailing list