summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-11-11 11:48:20 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-01-04 17:52:14 +0000
commit99bd4a517aa34d973829b1fde530090fd4e4e292 (patch)
treea88472a40eb6ed0ae73d7938f067cb10c8c48efa
parentf50ea3140ed50ac1eb0f6ae51aebf0586f655c6f (diff)
downloaddbus-99bd4a517aa34d973829b1fde530090fd4e4e292.tar.gz
NEWS so far
-rw-r--r--NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 07cb999b..247aa9fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,27 @@
D-Bus 1.4.18 (UNRELEASED)
==
-…
+• Improve cmake build system (Ralf Habacker):
+ · simplify XML parser dependencies (fd.o #41027)
+ · generate build timestamp (fd.o #41029)
+ · only create batch files on Windows
+ · fix option and cache syntax
+ · add help-options target
+ · share dbus-arch-deps.h.in with autotools rather than having our
+ own version (fd.o #41033)
+
+• Build tests successfully with older GLib, as found in e.g. Debian 6
+ (fd.o #41219, Simon McVittie)
+
+• Unix-specific:
+ · Avoid a highly unlikely fd leak (fd.o #29881, Simon McVittie)
+ · Don't close invalid fd -1 if getaddrinfo fails (fd.o #37258, eXeC001er)
+  · Don't touch ~/.dbus and ~/.dbus-keyrings when running 'make installcheck'
+ (fd.o #41218, Simon McVittie)
+
+• Windows-specific:
+ · Find the dbus-daemon executable next to the shared library (fd.o #41558;
+ Jesper Dam, Ralf Habacker)
D-Bus 1.4.16 (2011-09-21)
==