From: Simon McVittie Date: Wed, 25 Apr 2012 18:24:55 +0000 (+0100) Subject: Merge branch 'dbus-1.4' X-Git-Tag: dbus-1.6.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e48de6be84f89636f11159b9e7ea56b6dc49d577;p=thirdparty%2Fdbus.git Merge branch 'dbus-1.4' Conflicts: NEWS dbus/dbus-internals.c dbus/dbus-mainloop.c dbus/dbus-sysdeps-unix.c dbus/dbus-sysdeps-win.c dbus/dbus-sysdeps.c dbus/dbus-sysdeps.h --- e48de6be84f89636f11159b9e7ea56b6dc49d577 diff --cc NEWS index d0ad049d7,187b215d1..74566f996 --- a/NEWS +++ b/NEWS @@@ -1,20 -1,31 +1,26 @@@ -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)