summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-14 11:58:36 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-14 11:58:36 +0000
commit8c8c7d9c1e4ecebccb26e39b1b7f780a93bd952b (patch)
treeb044a5c2b0fc50ed66b96484c3cea0d47d552173
parent81f2aa238beaab80489fea8056b2dbac3acc5414 (diff)
parent84dc815d41f2ec42fdc4c66a87dffacf38b93d91 (diff)
Merge branch 'dbus-1.4'
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 87b1fbef..92af2a36 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ D-Bus 1.4.8 (UNRELEASED)
in embedded environments (fd.o #19997, NB#219964; Simon McVittie)
• Install the documentation, and an index for Devhelp (fd.o #13495,
Debian #454142; Simon McVittie, Matthias Clasen)
+ • If checks are not disabled, check validity of string-like types and
+ booleans when sending them (fd.o #16338, NB#223152; Simon McVittie)
+ • Add UnknownObject, UnknownInterface, UnknownProperty and PropertyReadOnly
+ errors to dbus-shared.h (fd.o #34527, Lennart Poettering)
• Windows:
· Avoid the name ELEMENT_TYPE due to namespace-pollution from winioctl.h
(Andre Heinecke)