diff options
author | Jack Lloyd <[email protected]> | 2017-04-13 14:52:44 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-04-13 14:52:44 -0400 |
commit | 464e6157edf8e0e6d07ca90def5cde444a2d7bd3 (patch) | |
tree | 682608ee693898bd8f2d465dc7ed94225361c9e7 /news.rst | |
parent | 92a888921a877e73951b6c256429bfae0356b22f (diff) |
Update 2.2 release notes
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |