diff options
author | lloyd <[email protected]> | 2015-03-12 11:38:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-03-12 11:38:40 +0000 |
commit | a06d7288968e205ca5f4df7cb3fcb3914353fb5f (patch) | |
tree | ba8376843cc06f32c44ebc9ff06daf3f663bcce3 | |
parent | 857fc0f160e5359f5894bf3a5640cdd168b095be (diff) |
Bump build to 1.11.16
-rw-r--r-- | botan_version.py | 2 | ||||
-rw-r--r-- | doc/relnotes/1_11_16.rst | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/botan_version.py b/botan_version.py index fae0cd228..2b13e7c44 100644 --- a/botan_version.py +++ b/botan_version.py @@ -1,7 +1,7 @@ release_major = 1 release_minor = 11 -release_patch = 15 +release_patch = 16 release_so_abi_rev = release_patch # These are set by the distribution script diff --git a/doc/relnotes/1_11_16.rst b/doc/relnotes/1_11_16.rst new file mode 100644 index 000000000..f3df854c0 --- /dev/null +++ b/doc/relnotes/1_11_16.rst @@ -0,0 +1,11 @@ +Version 1.11.16, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Optimized ECDSA signature verification thanks to an observation by + Dr. Falko Strenzke. On some systems verifications are between 1.5 + and 2 times faster than in 1.11.15. + +* Fixed Python cipher update_granularity() and default_nonce_length() + functions + +* The library now builds on Visual C++ 2013 |