summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-12-17 17:12:02 +0000
committerianb <devnull@localhost>2007-12-17 17:12:02 +0000
commitee3c1556ed858861387cea0af34b447e7f1d5f9c (patch)
tree182cd8ac89c33f2d1f8014317e494e9e31375207 /docs
parentac5e7a05bb505ef415a2b1878f3fd09d791e5169 (diff)
downloadpaste-ee3c1556ed858861387cea0af34b447e7f1d5f9c.tar.gz
Use threadsafe connection class, to avoid some https errors (#211)
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index ea35026..0fdbaa3 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -18,6 +18,10 @@ svn trunk
* In ``paste.fixture.TestApp`` treat ``<image type="image">`` the same
as a submit button.
+* Use ``OpenSSL.tsafe.Connection`` for https with
+ ``paste.httpserver``, avoiding some possible errors (``sslv3 alert
+ bad record mac``).
+
1.5.1
-----