summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-01-23 18:28:40 +0100
committerMax Kellermann <max@musicpd.org>2017-01-23 18:28:40 +0100
commitc6f89c42b23225a8a721a4a30867091c0acc3fe9 (patch)
treeb74624c9fe7f5a2d2286f1337a103f39df556d99 /NEWS
parent5e93cfdd9e23ee8a2e611f31eca057cf407b6766 (diff)
db/proxy: make the base class of LibmpdclientError public
If the base class is not accessible, the "catching" the base class won't work. This caused the fatal error: terminate called after throwing an instance of 'LibmpdclientError'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b203e1d0b..9f2f8a03c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
ver 0.20.3 (not yet released)
* protocol
- "playlistadd" creates new playlist if it does not exist, as documented
+* database
+ - proxy: fix error "terminate called after throwing ..."
* replay gain: don't reset ReplayGain levels when unpausing playback
* silence surround channels when converting from stereo
* use shortcuts such as "dsd64" in log messages