diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-11-22 18:57:06 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-11-22 18:57:06 +0000 |
commit | 8af60f07fee0bd4abd9ee269e767cdc55c15f2b6 (patch) | |
tree | 64ca37eeead11e187ac3c2c3c1bb54de17c94142 /debian/changelog | |
parent | 353f2a5c3850292b12181fa6991437682e433945 (diff) | |
download | python-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/changelog | 8 |
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. |