summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-02-19 11:39:06 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-02-19 11:39:06 -0800
commit4ee756c311e31b8ba30b84829116e98ef4ffc9af (patch)
treec46f87021cd9a5000c98cde24f7aa0d9a8718a42 /sites/www
parenta3318d348da23e3bd5cbb59f5aee08a68c42366a (diff)
parentc798ef5dd3b2647f765716b943fe42615d5508dd (diff)
Merge branch '1.17' into 1.18
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 460637f9..8286baa9 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :bug:`895` Fix a bug in server-mode concerning multiple interactive auth
+ steps (which were incorrectly responded to). Thanks to Dennis Kaarsemaker for
+ catch & patch.
* :support:`866 backported` (also :issue:`838`) Remove an old test-related file
we don't support, and add PyPy to Travis-CI config. Thanks to Pierce Lopez
for the final patch and Pedro Rodrigues for an earlier edition.