summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-03 16:23:38 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-03 16:23:38 -0800
commit4565fb517ceb54aa994ff96380b2c8f24df43968 (patch)
tree5315e2505923542a2b8a67765264c4cc1eccd3a7 /sites
parente8142be57cc9f5f216f24cc48656c58b70c5d59a (diff)
Reword changelog re #502 & add attribution
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index bd890b4e..3310eb32 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,8 +2,9 @@
Changelog
=========
-* :bug:`502` Fix an issue in server mode, when processing an exec request.
- A command that is not a valid UTF-8 string, caused an UnicodeDecodeError.
+* :bug:`502 major` Fix 'exec' requests in server mode to use ``get_string``
+ instead of ``get_text`` to avoid ``UnicodeDecodeError`` on non-UTF-8 input.
+ Thanks to Anselm Kruis for the patch & discussion.
* :bug:`401` Fix line number reporting in log output regarding invalid
``known_hosts`` line entries. Thanks to Dylan Thacker-Smith for catch &
patch.