summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-08-20 20:31:36 +0200
committerMax Kellermann <max@musicpd.org>2019-08-20 20:31:36 +0200
commit6c9f9c136b72b4453c39eca4edb70b48f53b8d2c (patch)
tree31fa4b2748363b5703c78c16c6f0a1b05cf159df /NEWS
parent9bff5f9e36a02d40f660d39f52bd9c4b63caa1a5 (diff)
command/all: don't create new Response instance in exception handler
The new Response instance in the `catch` block didn't have the `command` attribute set, so the error response didn't indicate which command had failed, which however is required in the MPD protocol. Closes https://github.com/MusicPlayerDaemon/MPD/issues/628
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d47a02aff..e1859419f 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ ver 0.21.14 (not yet released)
* player
- fix crash after song change
- fix seek position after restarting the decoder
+* protocol
+ - include command name in error responses
ver 0.21.13 (2019/08/06)
* input