mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-07 06:18:01 +02:00
Merge branch 'dbus-1.4'
This commit is contained in:
commit
68ecce599a
2 changed files with 21 additions and 2 deletions
22
NEWS
22
NEWS
|
|
@ -1,7 +1,27 @@
|
||||||
D-Bus 1.5.10 (UNRELEASED)
|
D-Bus 1.5.10 (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.5.8 (2011-09-21)
|
D-Bus 1.5.8 (2011-09-21)
|
||||||
==
|
==
|
||||||
|
|
|
||||||
|
|
@ -1209,7 +1209,6 @@ _dbus_connect_tcp_socket_with_nonce (const char *host,
|
||||||
_dbus_error_from_errno (errno),
|
_dbus_error_from_errno (errno),
|
||||||
"Failed to lookup host/port: \"%s:%s\": %s (%d)",
|
"Failed to lookup host/port: \"%s:%s\": %s (%d)",
|
||||||
host, port, gai_strerror(res), res);
|
host, port, gai_strerror(res), res);
|
||||||
_dbus_close (fd, NULL);
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue