summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-28 12:51:26 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-28 12:51:26 +0000
commit915b71be4423648c947357fdac65446cee92450d (patch)
tree68bf1f8a025dc7a144ae1e50b0404723e8751f8f
parent1e35c693e474f341d03a525a54af93c101d4737d (diff)
downloaddbus-915b71be4423648c947357fdac65446cee92450d.tar.gz
Update NEWS
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index edae4179..58b801dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,17 @@
D-Bus 1.5.11 (UNRELEASED)
==
-...
+• Add public API to validate various string types:
+ dbus_validate_path(), dbus_validate_interface(), dbus_validate_member(),
+ dbus_validate_error_name(), dbus_validate_bus_name(), dbus_validate_utf8()
+ (fd.o #39549, Simon McVittie)
+
+• Turn DBusBasicValue into public API so bindings don't need to invent their
+ own "union of everything" type (fd.o #11191, 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)
D-Bus 1.5.10 (2012-02-21)
==