-D-Bus 1.4.22 (UNRELEASED)
+D-Bus 1.5.14 (UNRELEASED)
==
- ...
+ Changes:
+
+ • Be more careful about monotonic time vs. real time, fixing DBUS_COOKIE_SHA1
+ spec-compliance (fd.o #48580, David Zeuthen)
+
+ • Don't use install(1) within the source/build trees, fixing the build as
+ non-root when using OpenBSD install(1) (fd.o #48217, Antoine Jacoutot)
-D-Bus 1.4.20 (2012-03-27)
+D-Bus 1.5.12 (2012-03-27)
==
-The “Nikolai Tesla and You” release.
+The “Big Book of Science” release.
-Dependencies:
+• 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)
-• The version of GLib required for some of the regression tests has
- increased to 2.24.
-
-Changes:
-
-• Make dbus-protocol.h compatible with C++11 (fd.o #46147, Marc Mutz)
-
-• Use GLib 2.31.x thread API, with backwards compatibility to 2.24,
- fixing compiler warnings and link failure when using 2.32
- (fd.o #44413, Debian #665665; Martin Pitt)
+• 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)