]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
NEWS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 22 Aug 2013 17:02:42 +0000 (18:02 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 22 Aug 2013 17:02:42 +0000 (18:02 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 08b87d277e0d7b3c83366cb17f43d8cc0c07fcd3..2c00a0ec0d34bbf0e533407a810d32bf2840cfec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,12 +37,18 @@ Fixes:
 
 • fix build failure with --enable-stats (fd.o #66004, Chengwei Yang)
 
+• fix a regression test on platforms with strict alignment (fd.o #67279,
+  Colin Walters)
+
 • Unix-specific:
   · dbus-run-session: compile on FreeBSD (fd.o #66197, Chengwei Yang)
 
 • Windows-specific:
   · Remove unavailable command-line options from 'dbus-daemon --help'
     (fd.o #42441, Ralf Habacker)
+  · Add support for looking up local TCPv4 clients' credentials on
+    Windows XP via the undocumented AllocateAndGetTcpExTableFromStack
+    function (fd.o #66060, Ralf Habacker)
 
 • Internal changes:
   · add DBUS_ENABLE_ASSERT, DBUS_ENABLE_CHECKS for less confusing