diff options
-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 |