aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-11-19 02:52:04 +0000
committerlloyd <[email protected]>2014-11-19 02:52:04 +0000
commitdfe33209a78f28e1b5b5b9a43d99d360fd029889 (patch)
treec19115343f564c00eaabe2dfb45822ba089b0742 /doc
parent173ccf53649b4635df5fd51974c44dd59eaf9e95 (diff)
Add gzip compression transform and compress command line prog.
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_10.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_10.rst b/doc/relnotes/1_11_10.rst
index da382efca..58631e6f0 100644
--- a/doc/relnotes/1_11_10.rst
+++ b/doc/relnotes/1_11_10.rst
@@ -25,6 +25,11 @@ Version 1.11.10, Not Yet Released
* Add a TLS policy hook to disable putting the value of the local clock in hello
random fields.
+* All compression operations previously available as Filters are now
+ performed via the Transformation API, which minimizes memory copies.
+
+* The zlib module now also supports gzip compression and decompression.
+
* Avoid a crash in low-entropy situations when reading from /dev/random, when
select indicated the device was readable but by the time we start the read the
entropy pool had been depleted.