From fea79af5edcdd175839063f5689bb2cd76233072 Mon Sep 17 00:00:00 2001 From: pjkersha Date: Wed, 24 Oct 2012 12:57:45 +0000 Subject: [PATCH] ==Preparing 0.3.2 Release== git-svn-id: http://proj.badc.rl.ac.uk/svn/ndg-security/trunk/ndg_httpsclient@8214 051b1e3e-aa0c-0410-b6c2-bfbade6052be --- setup.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a9c6632..df78324 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,14 @@ Releases ======== +0.3.2 +----- + * Fix to SubjectAltNames support check - should only be enabled if pyasn1 is + installed. + * Fix to open_url: HTTP Request object was being created inside if headers is + None block - now corrected to create regardless. + * Added http basic auth support to script. (Thanks to Willem van Engen) + 0.3.1 ----- * extended utils functions to support keyword for passing additional urllib2 @@ -82,7 +90,7 @@ setup( name='ndg_httpsclient', - version="0.3.1", + version="0.3.2", description='Provides enhanced HTTPS support for httplib and urllib2 using ' 'PyOpenSSL', author='Richard Wilkinson and Philip Kershaw',