summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2010-02-13 06:53:13 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2010-02-13 06:53:13 +0000
commiteaa8985b0d8917003baf9d19c3400322c57afc25 (patch)
tree9bbec7825d1f2193809b1d39645bb8596d75cafc /CHANGES
parent515a2677e1c49d9bc0ea6e5a971e2c87b8dbce8f (diff)
downloadm2crypto-eaa8985b0d8917003baf9d19c3400322c57afc25.tar.gz
Bug 12935, 0.20 started releasing Python locks even around some operations that
interacted with the Python runtime, potentially causing crashes and other weirdness, fix by Miloslav Trmac. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@723 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 11befa0..b21e07f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
test_smime.py
- Rename m2.engine_init to engine_init_error so that
ENGINE_init and ENGINE_finish can be exposed, thanks to Erlo
+- 0.20 started releasing Python locks even around some operations that
+ interacted with the Python runtime, potentially causing crashes and other
+ weirdness, fix by Miloslav Trmac
- Make httpslib.ProxyHTTPSConnection work with Python 2.3
0.20.2 - 2009-10-06