aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2014-11-22 18:57:06 +0000
committerDaniele Tricoli <eriol@mornie.org>2014-11-22 18:57:06 +0000
commit8af60f07fee0bd4abd9ee269e767cdc55c15f2b6 (patch)
tree64ca37eeead11e187ac3c2c3c1bb54de17c94142 /debian/changelog
parent353f2a5c3850292b12181fa6991437682e433945 (diff)
downloadpython-requests-8af60f07fee0bd4abd9ee269e767cdc55c15f2b6.tar
python-requests-8af60f07fee0bd4abd9ee269e767cdc55c15f2b6.tar.gz
* debian/patches/05_do-not-make-SSLv3-mandatory.patch
- Since SSL version 3 is insecure it is supported only if Python supports it. (Closes: #770172)
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index edd52f2..10a3a62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+requests (2.4.3-6) UNRELEASED; urgency=medium
+
+ * debian/patches/05_do-not-make-SSLv3-mandatory.patch
+ - Since SSL version 3 is insecure it is supported only if Python
+ supports it. (Closes: #770172)
+
+ -- Daniele Tricoli <eriol@mornie.org> Sat, 22 Nov 2014 19:44:01 +0100
+
requests (2.4.3-5) unstable; urgency=medium
* Team upload.