From: Simon McVittie Date: Fri, 5 Apr 2013 16:01:29 +0000 (+0100) Subject: fix NEWS: a Windows "sid" is a security ID, not a session ID X-Git-Tag: dbus-1.7.2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60511bb9951c210b82e14f8b5b1a10a744acf6bc;p=thirdparty%2Fdbus.git fix NEWS: a Windows "sid" is a security ID, not a session ID --- diff --git a/NEWS b/NEWS index c7d6500a8..6bd2e0da3 100644 --- a/NEWS +++ b/NEWS @@ -16,10 +16,10 @@ D-Bus 1.7.2 (UNRELEASED) meinproc's XSLT stylesheets (fd.o #61637, Ralf Habacker) • Windows-specific: - · Do not claim that all bus clients have the dbus-daemon's credentials - (fd.o #61787, Ralf Habacker) - · Pick up local TCPv4 clients' credentials (process ID and session ID) - using GetExtendedTcpTable() (fd.o #61787, Ralf Habacker) + · Do not claim that all bus clients have the dbus-daemon's credentials; + pick up local TCPv4 clients' credentials (process ID and security + identifier, i.e. user) using GetExtendedTcpTable() (fd.o #61787, + Ralf Habacker) D-Bus 1.7.0 (2013-02-22) ==