aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-06-11 05:11:36 +0000
committerlloyd <[email protected]>2015-06-11 05:11:36 +0000
commitd544599eecd9152633e21aa6d6064a872b9f1ebe (patch)
tree29a49cd686dea90423ec572edbdb6eee57f1ad49 /doc
parent9f416e8c52a8f6f1f72aaa52db960acddf59ddaf (diff)
Add initial release notes for 1.11.17
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_17.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_17.rst b/doc/relnotes/1_11_17.rst
new file mode 100644
index 000000000..116573293
--- /dev/null
+++ b/doc/relnotes/1_11_17.rst
@@ -0,0 +1,16 @@
+Version 1.11.17, Not Yet Released
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* All support for the insecure RC4 stream cipher has been removed
+ from the TLS implementation.
+
+* Fix decoding of TLS maximum fragment length. Regardless of what
+ value was actually negotiated, TLS would treat it as a negotiated
+ limit of 4096.
+
+* Fix the configure.py flag `--disable-aes-ni` which did nothing of
+ the sort.
+
+* Fixed nmake clean target. GitHub #104
+
+* Correct buffering logic in `Compression_Filter`. GitHub #93 and #95