aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-04-13 14:52:44 -0400
committerJack Lloyd <[email protected]>2017-04-13 14:52:44 -0400
commit464e6157edf8e0e6d07ca90def5cde444a2d7bd3 (patch)
tree682608ee693898bd8f2d465dc7ed94225361c9e7 /news.rst
parent92a888921a877e73951b6c256429bfae0356b22f (diff)
Update 2.2 release notes
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^