diff options
author | Jack Lloyd <[email protected]> | 2017-01-09 22:21:31 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-09 22:21:31 -0500 |
commit | 55a1d935e736716480407378565939b9e6c829b9 (patch) | |
tree | 188eea3e5980d48c4a0f9022fb7cdd353fed2817 | |
parent | 080972e0c6de83e2d5f7c560227e99eedf19517f (diff) |
Update news for 2.0.1 release2.0.1
-rw-r--r-- | botan_version.py | 2 | ||||
-rw-r--r-- | news.rst | 19 |
2 files changed, 20 insertions, 1 deletions
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 @@ -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) |