Commit 133491d0 authored by Andreas Jung's avatar Andreas Jung

support for Python 2.4.4

parent 6a66bcd5
......@@ -12,13 +12,13 @@ ZOPE_VERS=2.9
# 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
......
......@@ -4,6 +4,12 @@ Zope Changes
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment