NEWS
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 19 Nov 2012 15:21:57 +0000 (15:21 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 19 Nov 2012 15:21:57 +0000 (15:21 +0000)
As well as documenting recent changes, this sorts out some divergence
between the master and dbus-1.6 versions of NEWS, so the 1.6 entries
are the same as in the corresponding releases.

NEWS

diff --git a/NEWS b/NEWS
index c2eef3a..4399663 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,18 @@ Fixes:
 • Fix building with Valgrind 3.8, at the cost of causing harmless warnings
   with Valgrind 3.6 on some compilers (fd.o #55932, Arun Raghavan)
 
-• Don't leak temporary fds pointing to /dev/null (fd.o #56927, Michel HERMIER)
+• Unix-specific:
+  · Check for functions in libpthread correctly, fixing compilation on
+    (at least) OpenBSD (fd.o #47239, Simon)
+  · Don't leak temporary fds pointing to /dev/null (fd.o #56927,
+    Michel HERMIER)
+
+• Windows-specific:
+  · The default session bus listening and connecting address is now
+    "autolaunch:", which makes D-Bus on Windows interoperate with itself
+    and GDBus "out of the box". Use the configure options and cmake variables
+    described above if you require a different autolaunch scope.
+    (fd.o #38201, Simon McVittie)
 
 D-Bus 1.6.8 (2012-09-28)
 ==
@@ -48,29 +59,17 @@ D-Bus 1.6.6 (2012-09-28)
 
 The "Clear the environment in your setuid binaries, please" release.
 
-Fixes:
-
 • CVE-2012-3524: Don't access environment variables (fd.o #52202)
   Thanks to work and input from Colin Walters, Simon McVittie,
   Geoffrey Thomas, and others.
-
 • Unix-specific:
   · Fix compilation on Solaris (fd.o #53286, Jonathan Perkin)
   · Work around interdependent headers on OpenBSD by including sys/types.h
     before each use of sys/socket.h (fd.o #54418, Brad Smith)
 
-• Windows-specific:
-  · The default session bus listening and connecting address is now
-    "autolaunch:", which makes D-Bus on Windows interoperate with itself
-    and GDBus "out of the box". Use the configure options and cmake variables
-    described above if you require a different autolaunch scope.
-    (fd.o #38201, Simon McVittie)
-
 D-Bus 1.6.4 (2012-07-18)
 ==
 
-Fixes:
-
 • Detect that users are "at the console" correctly when configured with
   a non-default path such as --enable-console-auth-dir=/run/console
   (fd.o #51521, Dave Reisner)