summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2009-07-22 08:32:43 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2009-07-22 08:32:43 +0000
commit2144d78ed5cf7346223d8c5a26cd5226900345e4 (patch)
tree91ee622151b4fdba457eca2060d0d5149276901c /CHANGES
parent314f114170c7f0d00efeae2e9d4841b39a236917 (diff)
downloadm2crypto-2144d78ed5cf7346223d8c5a26cd5226900345e4.tar.gz
Bug 12847, threading_locking_callback did not block on a lock when the lock was held by another thread, by Miloslav Trmac.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@690 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 812d1ee..bd6944b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,8 @@
- m2urllib did not close sockets properly, fix by Miloslav Trmac
- Allow SSL peer certificate to have subjectAltName without dNSName and use
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
- 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