aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_0.rst
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-07-09 17:33:57 +0000
committerlloyd <[email protected]>2012-07-09 17:33:57 +0000
commit89f327ba20562edfb84dcad2dfc3a18c01e1d35f (patch)
treef0716dc1c255b968163995109b138e8db2480962 /doc/relnotes/1_11_0.rst
parent3cc4f98327ac3ed5f1ceea1dc44c07bd80592c1b (diff)
Add a LZMA filter contributed by Vojtech Kral
Diffstat (limited to 'doc/relnotes/1_11_0.rst')
-rw-r--r--doc/relnotes/1_11_0.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_0.rst b/doc/relnotes/1_11_0.rst
index 1d3909dfe..32af46774 100644
--- a/doc/relnotes/1_11_0.rst
+++ b/doc/relnotes/1_11_0.rst
@@ -37,6 +37,10 @@ using a best-fit allocator and all metadata held outside the mmap'ed
range, in an effort to make best use of the very limited amount of
memory current Linux kernels allow unpriveledged users to lock.
+A filter using LZMA was contributed by Vojtech Kral. It is available
+if LZMA support was enabled at compilation time by passing
+``--with-lzma`` to ``configure.py``.
+
:rfc:`5915` adds some extended information which can be included in
ECC private keys which the ECC key decoder did not expect, causing an
exception when such a key was loaded. In particular, recent versions