summaryrefslogtreecommitdiffhomepage
path: root/sites
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:48:22 -0800
commitae0bac09273fbd0fa3927906caebea6dfcc9c9b4 (patch)
treef0fd288fac271f58b4a763e7a681a63711fbd110 /sites
parent97c8becb3a192aae89d6eb5b4c92c8084420baed (diff)
This doesn't affect 2.x lines, wups
Diffstat (limited to 'sites')
-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 e06e6079..14352a41 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -18,7 +18,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 &