diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-08-22 18:02:42 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-08-22 18:02:42 +0100 |
commit | 039758ca6987ebd20f6535af3e06deac9cb604d3 (patch) | |
tree | 33a36f28306b32cccbb184b2fa357dbbd4966077 /NEWS | |
parent | bc02680c698554b59d42b5c32b0cc65b06c8f70e (diff) | |
download | dbus-039758ca6987ebd20f6535af3e06deac9cb604d3.tar.gz |
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |