More NEWS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 22 Aug 2013 19:46:51 +0000 (20:46 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 22 Aug 2013 19:46:51 +0000 (20:46 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 2c00a0e..e9eff4f 100644 (file)
--- 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)