aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-25 13:31:38 -0500
committerJack Lloyd <[email protected]>2017-11-25 13:31:38 -0500
commitfa5254e8982644b6b69d617b5fa2755a236cf028 (patch)
treee5954c0d41a69b6c8985bf8f0117f7954721ad9d /news.rst
parent4bb5b39accaa35594a53f89b83375a33592fab04 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index d8ba8fe20..4cfbf2e1e 100644
--- a/news.rst
+++ b/news.rst
@@ -110,6 +110,10 @@ Version 2.4.0, Not Yet Released
* The size of ASN1_Tag is increased to 32 bits. This avoids a problem
with UbSan (GH #751)
+* Fix a bug affecting bzip2 compression. In certain circumstances, compression
+ would fail with ``BZ_SEQUENCE_ERROR`` due to calling bzlib in an way it does
+ not support. (GH #1308 #1309)
+
* In 2.3.0, final annotations were added to many classes including the TLS
policies (like ``Strict_Policy`` and ``BSI_TR_02102_2``). However it is
reasonable and useful for an application to derive from one of these policies, so