summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-02-20 14:30:33 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-02-20 14:30:33 -0800
commitdf55e09588ac8945ac3b3298e26695306492d307 (patch)
tree3a0258ddc45a6c06e93d6dcb80039bcdbda0adb1
parentacef79d537c116f0f104341750e89e86e719b8db (diff)
parent6b6ff0fb33ca2e0e3b014cbca595cbc50d137e42 (diff)
downloadparamiko-df55e09588ac8945ac3b3298e26695306492d307.tar.gz
Merge branch '1.17' into 1.18
-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 6e3deeb7..0c323846 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,7 +2,7 @@
Changelog
=========
-* :bug:`713 (<2.0)` (via :issue:`714` and :issue:`889`) Don't pass
+* :bug:`713 (1.17+)` (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 &