summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2009-02-07 05:59:11 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2009-02-07 05:59:11 +0000
commit001b040d8708a09abad402b95d91efdb05987ec0 (patch)
tree999677f400b412db28544069a3e7e8fca55382ab /CHANGES
parentaa6bc0c92c85d89bd1745641bb6715c127e3bc95 (diff)
downloadm2crypto-001b040d8708a09abad402b95d91efdb05987ec0.tar.gz
Bug 12718, break circular reference so that sockets get closed properly, by Miloslav Trmac.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@666 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 7752be9..12ee093 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@
by Pavel Shramov
- OBJ_* wrappers did not work properly with OpenSSL 0.9.8a and earlier, fix by
Pavel Shramov
+- m2urllib did not close sockets properly, fix by Miloslav Trmac
- Reverted a change done in 0.17 to m2urllib2 which changed urls to include
host when it should stay as it was
- SMIME.text_crlf and text_crlf_bio were always raising TypeError; fixed