summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-27 17:25:25 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-27 17:25:25 +0100
commitb01214cd58ebc03ea997589aa7925f82cbff9652 (patch)
treeb5f5bd0d1b1162865d7dcbde4127226b2c623fd1 /NEWS
parentd891d816d74d2d89bd511f68a4b389fda6c161a8 (diff)
downloaddbus-b01214cd58ebc03ea997589aa7925f82cbff9652.tar.gz
Prepare dbus 1.5.12dbus-1.5.12
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6496a1ea..7db702fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.5.11 (UNRELEASED)
+D-Bus 1.5.12 (2012-03-27)
==
+The “Big Book of Science” release.
+
• 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()
@@ -12,6 +14,9 @@ D-Bus 1.5.11 (UNRELEASED)
• Enumerate data files included in the build rather than using find(1)
(fd.o #33840, Simon McVittie)
+• Add support for policy rules like <allow own_prefix="com.example.Service"/>
+ in dbus-daemon (fd.o #46273, Alban Crequy)
+
• Windows-specific:
· make dbus-daemon.exe --print-address (and --print-pid) work again
on Win32, but not on WinCE (fd.o #46049, Simon McVittie)