summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-11-29 12:19:30 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-11-29 12:19:30 -0800
commit184ddbc7e08e7918a381cb517d191be45304ae3a (patch)
tree5706ac527182b90952fe7abfc8eec3d1e5cb8f71 /sites/www
parentf324c83eba454d06d43bfd2e6fd4a52f1d6e04f4 (diff)
parentbba1f99938508de41e23e557960f4c3c563263e2 (diff)
Merge branch '2.2' into 2.3
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 2a54714a..4690c0ed 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :bug:`1039` Ed25519 auth key decryption raised an unexpected exception when
+ given a unicode password string (typical in python 3). Report by Theodor van
+ Nahl and fix by Pierce Lopez.
* :bug:`1108 (1.17+)` Rename a private method keyword argument (which was named
``async``) so that we're compatible with the upcoming Python 3.7 release
(where ``async`` is a new keyword.) Thanks to ``@vEpiphyte`` for the report.