summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2009-07-24 06:37:01 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2009-07-24 06:37:01 +0000
commit57229009405e4d1ca551fd0953a5fe76cbd235c8 (patch)
tree54d1489366cba1d483da6efd0b8c9c9e9d20a07b /CHANGES
parentd92ab90ea7b68de46360b4466ca9d5e83dd4f910 (diff)
downloadm2crypto-57229009405e4d1ca551fd0953a5fe76cbd235c8.tar.gz
Bug 12775, allow more blocking OpenSSL functions to run without GIL, by Miloslav Trmac. This bumps swig dependency to >= 1.3.28.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@695 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8042a32..93311c1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,7 @@
commonName for hostname check, fix by Miloslav Trmac
- threading_locking_callback did not block on a lock when the lock
was held by another thread, by Miloslav Trmac
+- Allow more blocking OpenSSL functions to run without GIL, by Miloslav Trmac
- Fixed httpslib to send only the path+query+fragment part of the URL when
using CONNECT proxy, by James Bowes
- SSLServer.__init__ now takes optional bind_and_activate parameter and