diff options
author | lloyd <[email protected]> | 2011-09-01 11:59:22 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-09-01 11:59:22 +0000 |
commit | 5053baaa7b36232d6a294cca4ac1e4ffb16a66b5 (patch) | |
tree | 6b23d8dffe6ce6fac2489195d338ef95ca729169 | |
parent | 95ef1d561642158544a56fa80cc3537657f11b34 (diff) |
Note --cpu fix, bump version
-rw-r--r-- | botan_version.py | 4 | ||||
-rw-r--r-- | doc/log.txt | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/botan_version.py b/botan_version.py index 8510003cb..a44619e71 100644 --- a/botan_version.py +++ b/botan_version.py @@ -1,9 +1,9 @@ release_major = 1 release_minor = 10 -release_patch = 1 +release_patch = 2 release_vc_rev = None release_so_abi_rev = 0 -release_datestamp = 20110711 +release_datestamp = 0 diff --git a/doc/log.txt b/doc/log.txt index d4fb06bf0..4c4215067 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -7,6 +7,14 @@ Release Notes Series 1.10 ---------------------------------------- +Version 1.10.2, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* A bug in configure.py would cause it to interpret `--cpu=s390x` as + `s390`. This may have affected other CPUs as well. Now configure.py + searches for an exact match, and only if no exact match is found + will it search for substring matches. + Version 1.10.1, 2011-07-11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |