From: Simon McVittie Date: Fri, 10 May 2013 11:59:35 +0000 (+0100) Subject: NEWS for part 1 of fd.o#54972 X-Git-Tag: dbus-1.7.4~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8136f0d30d4a203ef75fe28b91b9203b45cd5b6;p=thirdparty%2Fdbus.git NEWS for part 1 of fd.o#54972 --- diff --git a/NEWS b/NEWS index 831b8dc45..fa5160f0b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,19 @@ D-Bus 1.7.4 (UNRELEASED) == +Dependencies: + +• The Windows version of libdbus now contains a C++ source file, used + to provide global initialization when the library is loaded. + gcc (mingw*) users should ensure that g++ is also installed. + +Enhancements: + +• It should now be safe to call dbus_threads_init_default() from any thread, + at any time. Authors of loadable modules and plugins that use libdbus + should consider doing so during initialization. + (fd.o #54972, Simon McVittie) + Fixes: • Windows-specific: