summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-02-20 21:48:48 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-02-20 21:48:48 -0800
commit863689cfadc186b57d7c7f0584dba7b2fbb5339b (patch)
tree4763fcb93a1e6938e71f6d3a578be108ae776bc2
parentf1985e632862689502d8757e61a0e51bbbb6dee9 (diff)
parentae0bac09273fbd0fa3927906caebea6dfcc9c9b4 (diff)
Merge branch '2.0' into 2.1
-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 2704bf3d..10419f5c 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -19,7 +19,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 &