summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-02-20 21:42:29 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-02-20 21:47:38 -0800
commitbcf960f645169c0e7cb6eed57b73f01789059bdf (patch)
tree137a556cbb933c4d302fda10ee0bd32e9454d193
parent078cfd0fce8b6fa0f57acd6c8cb438f2a14573fb (diff)
downloadparamiko-bcf960f645169c0e7cb6eed57b73f01789059bdf.tar.gz
This doesn't affect 2.x lines, wups
-rw-r--r--sites/www/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index cfc3c89f..59fbe6da 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -16,7 +16,7 @@ Changelog
without the client that generated them, would result in premature session
closure when the client was GCd. Credit: ``@w31rd0`` for original report,
Omer Anson for the patch.
-* :bug:`713 (1.17+)` (via :issue:`714` and :issue:`889`) Don't pass
+* :bug:`713 (<2.0)` (via :issue:`714` and :issue:`889`) Don't pass
initialization vectors to PyCrypto when dealing with counter-mode ciphers;
newer PyCrypto versions throw an exception otherwise (older ones simply
ignored this parameter altogether). Thanks to ``@jmh045000`` for report &