aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Vögele <andreas@kurzegasse.de>2010-06-30 21:42:01 +0200
committerMax Kellermann <max@duempel.org>2010-06-30 21:42:01 +0200
commit34415bf0b60738b22099023af5cd2cd1d202bf80 (patch)
tree6861c67dcf09d9cd8bd15a68492d9b5c38f0bf7a /NEWS
parent0a0c78674f8ca6ffce08feabd7c292133fd2d86e (diff)
downloadmpd-34415bf0b60738b22099023af5cd2cd1d202bf80.tar.gz
mpd-34415bf0b60738b22099023af5cd2cd1d202bf80.tar.xz
mpd-34415bf0b60738b22099023af5cd2cd1d202bf80.zip
Make get_remote_uid() work on BSD
I've attached a patch that will make file URIs work on operating systems that provide the getpeereid() function call to check the user ID of the peer connected to a UNIX domain socket.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4a4c4405f..6e1c41076 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ ver 0.15.11 (2010/??/??)
- mp4ff: support tags "albumartist", "band"
- mikmod: fix memory leak
* playlist: emit IDLE_OPTIONS when resetting single mode
+* listen: make get_remote_uid() work on BSD
ver 0.15.10 (2010/05/30)