summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-27 13:00:19 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-27 13:00:19 +0100
commit24e0d90908cf0023035dd077c2a4c22e7633c45e (patch)
tree4e7018d188ef60746f87dc381d7ee7a767377dae /NEWS
parent35bbc8b194076f77b08709c9028339ea92d43bad (diff)
downloaddbus-24e0d90908cf0023035dd077c2a4c22e7633c45e.tar.gz
Prepare version 1.4.20dbus-1.4.20
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 72f32de3..e03afb05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,28 @@
-D-Bus 1.4.19 (UNRELEASED)
+D-Bus 1.4.20 (2012-03-27)
==
+The “Nikolai Tesla and You” release.
+
+Dependencies:
+
+• 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)
+
+• Enumerate data files included in the build rather than using find(1)
+ (fd.o #33840, Simon McVittie)
+
+• Windows-specific:
+ · fix duplicate case value when compiling against mingw-w64
+ (fd.o #47321, Andoni Morales Alastruey)
+
D-Bus 1.4.18 (2012-02-13)
==