NEWS for part 1 of fd.o#54972
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 10 May 2013 11:59:35 +0000 (12:59 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 10 May 2013 11:59:35 +0000 (12:59 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 831b8dc..fa5160f 100644 (file)
--- 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: