aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-27 16:49:04 +0100
committerMax Kellermann <max@duempel.org>2009-12-27 16:49:04 +0100
commitd66c055fec3923dd38e5b28d74c1c4e7e70040db (patch)
tree3f288710e887e4202e95af4205786b2a5ee25985 /NEWS
parent915d1d0738c1327d30ad1d2a9d58fa96fb136db8 (diff)
downloadmpd-d66c055fec3923dd38e5b28d74c1c4e7e70040db.tar.gz
mpd-d66c055fec3923dd38e5b28d74c1c4e7e70040db.tar.xz
mpd-d66c055fec3923dd38e5b28d74c1c4e7e70040db.zip
dbUtils: return multiple tag values per song
When collecting tag values for the result set, add all of a song's tag values of the searched type. This affects the "list" command. Previously, "list" only considered the first tag value of a song.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4134ea085..753aaac45 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ ver 0.15.7 (2009/??/??)
* mapper: fix memory leak when playlist_directory is not set
* mapper: apply filesystem_charset to playlists
* command: verify playlist name in the "rm" command
+* database: return multiple tag values per song
ver 0.15.6 (2009/11/18)