aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 78a0a64..93324ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+python-urllib3 (1.9-1) unstable; urgency=medium
+
+ * New upstream release
+ * debian/control
+ - Add python-ndg-httpsclient, python-openssl and python-pyasn1 into
+ python-urllib3's Recomends to ensure that SNI works as expected and to
+ prevent CRIME attack
+ - Add python3-ndg-httpsclient, python3-openssl and python3-pyasn1 into
+ python3-urllib3's Suggests since Python 3 already support SNI and
+ and SSL compression can be disabled using OP_NO_COMPRESSION
+ * debian/patches/01_do-not-use-embedded-python-six.patch
+ - Refresh
+ * debian/patches/02_require-cert-verification.patch
+ - Refresh
+ * debian/patches/05_do-not-use-embedded-ssl-match-hostname.patch
+ - Refresh
+ * debian/patches/06_relax-test-requirements.patch
+ - Remove since upstream now does not specify version of packages needed
+ for testing inside setup.py
+ * debian/patches/06_add-test-init-py.patch
+ - Add needed test/__init__.py file not shipped in sdist
+
+ -- Daniele Tricoli <eriol@mornie.org> Mon, 01 Sep 2014 02:56:44 +0200
+
python-urllib3 (1.8.3-1) unstable; urgency=medium
* New upstream release (Closes: #754090)