aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst16
1 files changed, 15 insertions, 1 deletions
diff --git a/news.rst b/news.rst
index da3522f43..7f05f57fc 100644
--- a/news.rst
+++ b/news.rst
@@ -6,7 +6,21 @@ Version 2.2.0, Not Yet Released
* Add the SM3 hash function
-* Fix missing flush in DataSink_Stream::end_msg. (GH #972)
+* Avoid recursion in BER_Decoder::get_next_object which could cause
+ stack exhaustion. (GH #989)
+
+* Fix missing flush in DataSink_Stream::end_msg. (GH #972 fixing GH #972)
+
+* Add `hmac` command line util (GH #1001)
+
+* Add `hex_enc` and `hex_dec` command line utils
+
+* It was previously possible to use `--single-amalgamation-file`
+ without `--amalgamation`, though it did not do anything useful. Now
+ `--single-amalgamation-file` requires `--amalgamation` also be set
+ on the command line.
+
+* Avoid a problem generating the amalgamation under Python 3 (GH #992)
Version 2.1.0, 2017-04-04
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^