aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-02-27 19:01:17 +0100
committerMax Kellermann <max@duempel.org>2010-02-27 19:01:17 +0100
commita3645984cdf5a827b93b616acd4bae2d33af728a (patch)
tree77ad72d1be863ee6ea21a4eef3969c5697851715 /NEWS
parent43cf4e97b9895e37e7f12fad87f5fa5bb0e83d24 (diff)
downloadmpd-a3645984cdf5a827b93b616acd4bae2d33af728a.tar.gz
mpd-a3645984cdf5a827b93b616acd4bae2d33af728a.tar.xz
mpd-a3645984cdf5a827b93b616acd4bae2d33af728a.zip
command: "update" checks if the path is malformed
This is a very basic check, which only ensures that the path does not begin with a slash, doesn't have double slashes and the special names "." and ".." are forbidden.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d04d14e32..714cb533e 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ ver 0.16 (20??/??/??)
- "load" supports remote playlists (extm3u, pls, asx, xspf, lastfm://)
- allow changing replay gain mode on-the-fly
- omitting the range end is possible
+ - "update" checks if the path is malformed
* archive:
- iso: renamed plugin to "iso9660"
- zip: renamed plugin to "zzip"