Skip to content

Commit 9e44cb7

Browse files
author
pjkersha
committed
== 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
1 parent ecd9b0e commit 9e44cb7

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

setup.py

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@
1111
default provided with Python and importantly enables full verification of the
1212
SSL peer.
1313
14+
Releases
15+
========
16+
0.3.0
17+
-----
18+
* Added ndg.httpsclient.utils.fetch_stream_from_url function and added
19+
parameter for data to post in open_url and fetch_* methods.
20+
* fix to ndg.httpsclient.utils module _should_use_proxy and open_url functions
21+
22+
0.2.0
23+
-----
24+
* added support for SSL verification with subjectAltNames using pyasn1
25+
* fixed minor bug - SSL cert DN prefix matching
26+
27+
0.1.0
28+
-----
29+
Initial release
30+
1431
Prerequisites
1532
=============
1633
This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13.
@@ -47,7 +64,7 @@
4764

4865
setup(
4966
name='ndg_httpsclient',
50-
version="0.2.1",
67+
version="0.3.0",
5168
description='Provides enhanced HTTPS support for httplib and urllib2 using '
5269
'PyOpenSSL',
5370
author='Richard Wilkinson and Philip Kershaw',

0 commit comments

Comments
 (0)