diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-01-29 16:10:53 +0100 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2013-05-25 00:14:19 -0400 |
commit | 944ab082a2924dca6d158d15b2a5b75e426494bb (patch) | |
tree | 373a294baec872c8546c4f9716eab36d7fbbfe1f /debian/changelog | |
parent | e5891fca26328b91834227ec43d51f12813d1210 (diff) | |
download | python-paramiko-944ab082a2924dca6d158d15b2a5b75e426494bb.tar python-paramiko-944ab082a2924dca6d158d15b2a5b75e426494bb.tar.gz |
Cherrypick two pending upstream bug fixes.
* Non-maintainer upload.
* Avoid deprecated RandomPool. Patch by Gary van der Merwe. Closes:
#576697
* Try connecting to each available address family until one succeeds.
Patch by Andrew Bennetts. Closes: #602251
* Bump standards version to 3.9.1 (no changes).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 057c74a..7291343 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +paramiko (1.7.6-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Avoid deprecated RandomPool. Patch by Gary van der Merwe. Closes: + #576697 + * Try connecting to each available address family until one succeeds. + Patch by Andrew Bennetts. Closes: #602251 + * Bump standards version to 3.9.1 (no changes). + + -- Jelmer Vernooij <jelmer@debian.org> Fri, 28 Jan 2011 12:35:12 +0100 + paramiko (1.7.6-5) unstable; urgency=low * debian/control: Fix python-crypto version dependency |