diff options
author | lloyd <[email protected]> | 2010-06-13 15:52:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-13 15:52:55 +0000 |
commit | df0222e101d908151be837e7ef46ab715f71973f (patch) | |
tree | e64c1a35ede1a7c43d20bbd49a2d4b2f1cdf4a3b /doc/log.txt | |
parent | 781712f324aac1df9b3e7400bb134fb2641974dc (diff) |
Rename the --use-boost-python optin to --with-boost-python, and add a
--without-boost-python to explicitly disable it.
This makes it much easier to use at least in Gentoo's ebuild system,
and perhaps with other packaging systems as well.
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 8a9b5a138..900ecdb1e 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -4,6 +4,7 @@ - Use constant time multiplication in IDEA - Avoid possible timing attack against OAEP decoding - Removed FORK-256; rarely used and it has been broken + - Rename --use-boost-python to --with-boost-python - Skip building shared libraries on MinGW/Cygwin - Fix creation of 512 and 768 bit DL groups using the DSA kosherizer - Fix compilation on GCC versions before 4.3 (missing cpuid.h) |