Browse Source

== 0.3.0 ==
* Preparing release for PyPI

git-svn-id: http://proj.badc.rl.ac.uk/svn/ndg-security/trunk/ndg_httpsclient@8100 051b1e3e-aa0c-0410-b6c2-bfbade6052be

pjkersha 12 years ago
parent
commit
9e44cb7ccd
1 changed files with 18 additions and 1 deletions
  1. 18 1
      setup.py

+ 18 - 1
setup.py

@@ -11,6 +11,23 @@ PyOpenSSL.  PyOpenSSL provides a more fully featured SSL implementation over the
 default provided with Python and importantly enables full verification of the
 default provided with Python and importantly enables full verification of the
 SSL peer. 
 SSL peer. 
 
 
+Releases
+========
+0.3.0
+-----
+ * Added ndg.httpsclient.utils.fetch_stream_from_url function and added 
+   parameter for data to post in open_url and fetch_* methods.
+ * fix to ndg.httpsclient.utils module _should_use_proxy and open_url functions
+
+0.2.0
+-----
+ * added support for SSL verification with subjectAltNames using pyasn1
+ * fixed minor bug - SSL cert DN prefix matching
+  
+0.1.0
+-----
+Initial release
+
 Prerequisites
 Prerequisites
 =============
 =============
 This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13.  
 This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13.  
@@ -47,7 +64,7 @@ Options::
     
     
 setup(
 setup(
     name='ndg_httpsclient',
     name='ndg_httpsclient',
-    version="0.2.1",
+    version="0.3.0",
     description='Provides enhanced HTTPS support for httplib and urllib2 using '
     description='Provides enhanced HTTPS support for httplib and urllib2 using '
                 'PyOpenSSL',
                 'PyOpenSSL',
     author='Richard Wilkinson and Philip Kershaw',
     author='Richard Wilkinson and Philip Kershaw',