summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-02-20 14:29:56 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-02-20 14:30:45 -0800
commit11f4c2fa13aadd000a22f33edb9ef4d70cf03236 (patch)
tree65fffcee7d95c4e843f52c4efde9b70f43937b76 /sites/www
parent598c877abb73abc9c57fa3444ba24f3dd1c628b9 (diff)
let's be consistent
Diffstat (limited to 'sites/www')
-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 03a7ba94..427eda0f 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 &