From 55a1d935e736716480407378565939b9e6c829b9 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Mon, 9 Jan 2017 22:21:31 -0500 Subject: Update news for 2.0.1 release --- botan_version.py | 2 +- news.rst | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/botan_version.py b/botan_version.py index 0188a470b..dbb38b2f4 100644 --- a/botan_version.py +++ b/botan_version.py @@ -1,7 +1,7 @@ release_major = 2 release_minor = 0 -release_patch = 0 +release_patch = 1 release_so_abi_rev = 0 # These are set by the distribution script diff --git a/news.rst b/news.rst index 76562b2f2..f18c80539 100644 --- a/news.rst +++ b/news.rst @@ -1,9 +1,28 @@ Release Notes ======================================== +Version 2.0.1, 2017-01-09 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Change an unintended behavior of 2.0.0, which named the include + directory ``botan-2.0``. Since future release of Botan-2 should be + compatible with code written against old versions, there does not + seem to be any reason to version the include directory with the + minor number. (GH #830 #833) + +* Fix a bug which caused an error when building on Cygwin or + other platforms where shared libraries are not supported. + (GH #821) + +* Enable use of readdir on Cygwin, which allows the tests to run (GH #824) + +* Switch to readthedocs Sphinx theme by default (GH #822 #823) + Version 2.0.0, 2017-01-06 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* With this release the project adopts Semantic Versioning (GH #766) + * Fix a longstanding bug in modular exponentiation which caused most exponentiations modulo an even number to have an incorrect result; such moduli occur only rarely in cryptographic contexts. (GH #754) -- cgit v1.2.3