summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-22 20:46:51 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-22 20:46:51 +0100
commitd6432126514fd496d57f03311b3d471c627d8b4a (patch)
treed25267a791e726877ed930bd03e67a852556581d
parentdf537d3f9f8c9c6e81f0ae0c233cd4555acdf61b (diff)
More NEWS
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2c00a0ec..e9eff4f9 100644
--- a/NEWS
+++ b/NEWS
@@ -15,12 +15,19 @@ Build-time configuration changes:
Enhancements:
+• D-Bus Specification 0.22
+ · Document GetAdtAuditSessionData() and
+ GetConnectionSELinuxSecurityContext() (fd.o #54445, Simon)
+ · Fix example .service file (fd.o #66481, Chengwei Yang)
+
• Be thread-safe by default on all platforms, even if
dbus_threads_init_default() has not been called. For compatibility with
older libdbus, library users should continue to call
dbus_threads_init_default(): it is harmless to do so.
(fd.o #54972, Simon McVittie)
+• Add GetConnectionCredentials() method (fd.o #54445, Simon)
+
Fixes:
• Escape addresses containing non-ASCII characters correctly
@@ -40,6 +47,11 @@ Fixes:
• fix a regression test on platforms with strict alignment (fd.o #67279,
Colin Walters)
+• Avoid calling function parameters "interface" since certain Windows headers
+ have a namespace-polluting macro of that name (fd.o #66493, Ivan Romanov)
+
+• Assorted Doxygen fixes (fd.o #65755, Chengwei Yang)
+
• Unix-specific:
· dbus-run-session: compile on FreeBSD (fd.o #66197, Chengwei Yang)