~ubuntu-branches/ubuntu/wily/python-urllib3/wily

« back to all changes in this revision

Viewing changes to CHANGES.rst

  • Committer: Package Import Robot
  • Author(s): Daniele Tricoli
  • Date: 2014-07-07 16:09:06 UTC
  • mfrom: (4.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140707160906-hv2d4zrlg8u7rjby
Tags: 1.8.3-1
* New upstream release (Closes: #754090)
* debian/patches/01_do-not-use-embedded-python-six.patch
  - Refresh
* debian/patches/04_relax_nosetests_options.patch
  - Refresh

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Changes
2
2
=======
3
3
 
 
4
1.8.3 (2014-06-23)
 
5
++++++++++++++++++
 
6
 
 
7
* Fix TLS verification when using a proxy in Python 3.4.1. (Issue #385)
 
8
 
 
9
* Add ``disable_cache`` option to ``urllib3.util.make_headers``. (Issue #393)
 
10
 
 
11
* Wrap ``socket.timeout`` exception with
 
12
  ``urllib3.exceptions.ReadTimeoutError``. (Issue #399)
 
13
 
 
14
* Fixed proxy-related bug where connections were being reused incorrectly.
 
15
  (Issues #366, #369)
 
16
 
 
17
* Added ``socket_options`` keyword parameter which allows to define
 
18
  ``setsockopt`` configuration of new sockets. (Issue #397)
 
19
 
 
20
* Removed ``HTTPConnection.tcp_nodelay`` in favor of
 
21
  ``HTTPConnection.default_socket_options``. (Issue #397)
 
22
 
 
23
* Fixed ``TypeError`` bug in Python 2.6.4. (Issue #411)
 
24
 
 
25
 
4
26
1.8.2 (2014-04-17)
5
27
++++++++++++++++++
6
28