diff options
author | Max Kellermann <max@duempel.org> | 2009-07-15 18:27:32 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-15 18:27:32 +0200 |
commit | 7261739526312f4ce8695fbd75a61a7cc5e3b9d3 (patch) | |
tree | c65a0b2a67cae2a61f2e07cee39b9194500f011f /NEWS | |
parent | 62f9df98b43724db268c3f63f5fab5a369526bfb (diff) | |
download | mpd-7261739526312f4ce8695fbd75a61a7cc5e3b9d3.tar.gz mpd-7261739526312f4ce8695fbd75a61a7cc5e3b9d3.tar.xz mpd-7261739526312f4ce8695fbd75a61a7cc5e3b9d3.zip |
cmdline: renamed option "--stdout" to "--stderr"
Since version 0.14, MPD has been logging to standard error instead of
standard output. The option name should reflect that. The old option
continues to work, we will remove it in a future MPD release.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ ver 0.16 (20??/??/??) - added new "status" line with more precise "elapsed time" * log unused/unknown block parameters * save state when stopped +* renamed option "--stdout" to "--stderr" ver 0.15 (2009/06/23) |