[Zope-Checkins] SVN: Zope/branches/2.9/ support for Python 2.4.4
Andreas Jung
andreas at andreas-jung.com
Thu Dec 7 11:10:47 EST 2006
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
More information about the Zope-Checkins
mailing list