diff options
author | lloyd <[email protected]> | 2010-07-09 19:16:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-07-09 19:16:20 +0000 |
commit | a2775c5bd9f6979da3e1981cdb1dec250e274fea (patch) | |
tree | 8738f30bf72b178ed5fc9a2592c55b1c46ba1f1d /doc/log.txt | |
parent | 82ae680d8887ce34c7ade3ffeb85c9f7ac07e812 (diff) |
Drop support for running configure with Python 2.4. This allows
removing several workarounds for limitations in optparse in that
release, and also allows using the ternary operator added in 2.5.
As far as I can tell, the only still active release of any Linux/BSD
distro that uses 2.4 is RHEL5. The beta of RHEL6 has 2.6, and it seems
likely that RHEL6 will be out before 1.10.0.
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 42d749a4b..4e3c00372 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,6 @@ * 1.9.10-dev, ????-??-?? + - Drop support for building with Python 2.4 - Fix benchmarking of block ciphers in ECB mode - Rename S2K to PBKDF |