From eaa8985b0d8917003baf9d19c3400322c57afc25 Mon Sep 17 00:00:00 2001 From: Heikki Toivonen Date: Sat, 13 Feb 2010 06:53:13 +0000 Subject: 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 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.1