summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2007-10-12 21:46:34 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2007-10-12 21:46:34 +0000
commitb60e7138ee556e4365bd2904986210e2c2f5c2c4 (patch)
treea39998978b3d177b39b5ac19e36708d548a3fcd2 /CHANGES
parentd01cf4caa0a29a147ec224a28e4b83a7bd307577 (diff)
downloadm2crypto-b60e7138ee556e4365bd2904986210e2c2f5c2c4.tar.gz
Bug 11042, typedef Py_ssize_t was insufficiently guarded, now follows PEP 353. This prevented building
on at least Red Hat Linux and Debian Linux (unstable). git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@593 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ff82696..1efc5c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@
- httpslib.ProxyHTTPSConnection now sends the required Host header,
by Karl Grindley
+0.18.2 - 2007-10-12
+-------------------
+- typedef Py_ssize_t was insufficiently guarded, now follows PEP 353. This
+ prevented building on at least Red Hat Linux and Debian Linux (unstable).
+
0.18.1 - 2007-10-08
-------------------
- Redo build fix when OpenSSL configured without Elliptic Curves (EC), see