aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--botan_version.py2
-rw-r--r--news.rst16
2 files changed, 17 insertions, 1 deletions
diff --git a/botan_version.py b/botan_version.py
index aea54e47c..311560cac 100644
--- a/botan_version.py
+++ b/botan_version.py
@@ -1,6 +1,6 @@
release_major = 2
-release_minor = 2
+release_minor = 3
release_patch = 0
release_so_abi_rev = 2
diff --git a/news.rst b/news.rst
index a52d3816a..6521b9fb9 100644
--- a/news.rst
+++ b/news.rst
@@ -1,6 +1,22 @@
Release Notes
========================================
+Version 2.3.0, Not Yet Released
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* Add the SHACAL2 block cipher (GH #1151)
+
+* Optimized the CMAC polynomial doubling operation, and removed a
+ small timing channel due to a conditional operation.
+
+* Workaround a GCC 7 bug that caused miscompilation of
+ the GOST-34.11 hash function on x86-32. (GH #882 #1148)
+
+* Silence a Clang warning in create_private_key (GH #1150)
+
+* Fix a bug in FFI tests that caused the test files not to be found
+ when using `--data-dir` option (GH #1149)
+
Version 2.2.0, 2017-08-07
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^