diff options
author | lloyd <[email protected]> | 2014-11-19 02:52:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-11-19 02:52:04 +0000 |
commit | dfe33209a78f28e1b5b5b9a43d99d360fd029889 (patch) | |
tree | c19115343f564c00eaabe2dfb45822ba089b0742 /doc | |
parent | 173ccf53649b4635df5fd51974c44dd59eaf9e95 (diff) |
Add gzip compression transform and compress command line prog.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_10.rst | 5 |
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. |