fix NEWS: a Windows "sid" is a security ID, not a session ID
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 5 Apr 2013 16:01:29 +0000 (17:01 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 5 Apr 2013 16:01:29 +0000 (17:01 +0100)
NEWS

diff --git a/NEWS b/NEWS
index c7d6500..6bd2e0d 100644 (file)
--- 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)
 ==