mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-20 21:10:41 +02:00
NEWS
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.
This commit is contained in:
parent
0b7ab6cf1c
commit
d8e3f0d5a6
1 changed files with 12 additions and 13 deletions
25
NEWS
25
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue