summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-14 12:02:19 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-14 12:02:19 +0000
commit22b821bf4a806192f891ee1f33b541b61ea03510 (patch)
tree08941958363eed43c1c3548a1be92b3a57f8ea54
parent8c8c7d9c1e4ecebccb26e39b1b7f780a93bd952b (diff)
Update NEWS for master
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 92af2a36..0ba97624 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ D-Bus 1.5.0 (UNRELEASED)
Simon McVittie)
• Optimize _dbus_string_replace_len to reduce waste (fd.o #21261,
Roberto Guido)
+ • Require user intervention to compile with missing 64-bit support
+ (fd.o #35114, Simon McVittie)
+ • Add dbus_type_is_valid as public API (fd.o #20496, Simon McVittie)
+ • Raise UnknownObject instead of UnknownMethod for calls to methods on
+ paths that are not part of the object tree, and UnknownInterface for calls
+ to unknown interfaces in the bus daemon (fd.o #34527, Lennart Poettering)
D-Bus 1.4.8 (UNRELEASED)
==