diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-11-20 13:37:29 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-11-20 13:37:29 +0000 |
commit | 0fc35e9f031fdf1e7cf2decdaeac464462575ccd (patch) | |
tree | f0d645720afa5fafa659660413118f037a41c355 | |
parent | 8ef89a8dcccd9bbb7d189934385649ba27cd20be (diff) | |
download | python-urllib3-0fc35e9f031fdf1e7cf2decdaeac464462575ccd.tar python-urllib3-0fc35e9f031fdf1e7cf2decdaeac464462575ccd.tar.gz |
Add forgotten hash sign
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index fd4f27e..9fd8cff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,12 +3,12 @@ python-urllib3 (1.9.1-3) UNRELEASED; urgency=medium [ Stefano Rivera ] * Replace 05_do-not-use-embedded-ssl-match-hostname.patch with 05_avoid-embedded-ssl-match-hostname.patch. Users may use virtualenv with - cPython << 2.7.9 (or Debian python2.7 2.7.8-7). (Closes: 755106, 763389) + cPython << 2.7.9 (or Debian python2.7 2.7.8-7). (Closes: #755106, #763389) [ Daniele Tricoli ] * debian/patches/06_do-not-make-SSLv3-mandatory.patch - Since SSL version 3 is insicure it is supported only if Python - supports it. (Closes: 770246) + supports it. (Closes: #770246) -- Daniele Tricoli <eriol@mornie.org> Thu, 20 Nov 2014 13:17:59 +0100 |