summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-27 14:52:24 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-27 14:52:24 +0100
commit2460ddfdb2c1980226593e1af42117b38d5be7dc (patch)
tree716e5aaa81a315eef841ad449d68eb21dd593726 /NEWS
parentf67f45979b48ce63fb82179a7ec261e5e3ec3395 (diff)
parent6edbb08b0ee52096b54c496ef33df684642a02f8 (diff)
downloaddbus-2460ddfdb2c1980226593e1af42117b38d5be7dc.tar.gz
Merge branch 'dbus-1.4'
Conflicts: NEWS configure.ac
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 58b801dd..6496a1ea 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,14 @@ D-Bus 1.5.11 (UNRELEASED)
• Turn DBusBasicValue into public API so bindings don't need to invent their
own "union of everything" type (fd.o #11191, Simon McVittie)
+• Enumerate data files included in the build rather than using find(1)
+ (fd.o #33840, Simon McVittie)
+
• Windows-specific:
· make dbus-daemon.exe --print-address (and --print-pid) work again
on Win32, but not on WinCE (fd.o #46049, Simon McVittie)
+ · fix duplicate case value when compiling against mingw-w64
+ (fd.o #47321, Andoni Morales Alastruey)
D-Bus 1.5.10 (2012-02-21)
==