summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-08-11 11:54:52 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-08-11 11:54:52 +0100
commit0611a71c67b39d90565144de20c946447e2bbea6 (patch)
treec48b33e5d30d274ecf09d80a0252bb4b14640fa0 /NEWS
parent513f1379125c208197846dce135d1f886ebc3361 (diff)
parent0b9e2b8b490161236c4b16afbd17fdb7243dcb9b (diff)
downloaddbus-0611a71c67b39d90565144de20c946447e2bbea6.tar.gz
Merge branch 'dbus-1.4'
Conflicts: NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3b8ad9f5..e5fc582f 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,11 @@ D-Bus 1.5.8 (UNRELEASED)
• Make "NOCONFIGURE=1 ./autogen.sh" not run configure (Colin Walters)
+• Add _DBUS_STATIC_ASSERT and use it to check invariants (fd.o #39636,
+ Simon McVittie)
+
+• Fix duplicates in authors list (Ralf Habacker)
+
• Unix-specific:
· Clean up (non-abstract) Unix sockets on bus daemon exit (fd.o #38656;
Brian Cameron, Simon McVittie)
@@ -15,6 +20,10 @@ D-Bus 1.5.8 (UNRELEASED)
· Make the cmake build work again on GNU platforms (fd.o #29228,
Simon McVittie)
+• Windows-specific:
+ · Fix compilation on MSVC, which doesn't understand "inline" with its
+ C99 meaning (Ralf Habacker)
+
D-Bus 1.5.6 (2011-07-29)
==