summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2008-06-12 05:34:48 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2008-06-12 05:34:48 +0000
commit8ea97b1e500f1093f9cfab6f14739b345eed01bd (patch)
tree30444419dbd96b2019a6214c093f80df4b93cf71 /CHANGES
parentdc96d43d41d09eb30305cb8d8f46b85c1fc42f84 (diff)
downloadm2crypto-8ea97b1e500f1093f9cfab6f14739b345eed01bd.tar.gz
Bug 12139, fixed m2urllib.build_opener when optional handlers were in use,
affected Python 2.5 and later, by Miloslav Trmac. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@608 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 845ba2e..2998b9c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,8 @@
by Karl Grindley
- Use the proxied User-Agent value in CONNECT requests, by James Antill and
Miloslav Trmac
+- Fixed m2urllib.build_opener when optional handlers were in use,
+ affected Python 2.5 and later, by Miloslav Trmac
- Reverted the incorrect GIL change done in 0.18 to m2.passphrase_callback,
which caused a deadlock when called from mod_python for example. Thanks to
Michal Kochel and Keith Jackson.