From: Simon McVittie Date: Wed, 25 Sep 2024 12:16:51 +0000 (+0100) Subject: Update NEWS X-Git-Tag: dbus-1.15.10~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eee1824ad1a16f143a54e7a1f03f5506229b95f;p=thirdparty%2Fdbus.git Update NEWS Signed-off-by: Simon McVittie --- diff --git a/NEWS b/NEWS index 5f062c9b6..3ef72397a 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,59 @@ Enhancements: if there is OS-level support for 64-bit time_t, either opt-in (as on 32-bit glibc systems) or by default. (dbus!444, Alexander Kanavin) +• When building with CMake, build more HTML documentation + (dbus#504, Ralf Habacker) + +Bug fixes: + +• Don't crash if configured to watch more than 128 directories with + inotify (dbus#481, hongjinghao) + +• Never add (uid_t) -1, (gid_t) -1 or (pid_t) 0 to credentials + (dbus!464, Alyssa Ross) + +• Fix a regression since 1.15.0 for "autolaunch:" on Windows + (dbus#503, Thomas Sondergaard) + +• When building with Meson, don't use stdatomic.h if it exists but is + non-functional, for example under Visual Studio 2022 + (dbus#494, Thomas Sondergaard) + +• When building with Meson, add test dependencies so that 'meson test' + does not always need to be preceded by 'meson compile' + (dbus!465, Alyssa Ross) + +• When building with Meson, really enable launchd if appropriate + (dbus!463, Alyssa Ross) + +• In the test suite, use a more widely-implemented group name 'tty' + in preference to 'bin' (dbus#514, Alyssa Ross) + +Documentation: + +• Clarify ownership transfer of pending call in + dbus_connection_send_with_reply() (dbus!455, Wiebe Cazemier) + +• Explicitly document dbus-send exit status (dbus#452, Philip Withnall) + +• Refer to d-spy in preference to unmaintaned D-Feet + (dbus!460, Ludovico de Nittis) + +• Update URL to Bustle tool (dbus!460, Ludovico de Nittis) + +Internal changes: + +• Replace _dbus_string_append_int(), _dbus_string_append_uint() with + calls to _dbus_string_append_printf() + (dbus!445, Simon McVittie) + +• Clean up unused macros in CMake build + (dbus!463, Alyssa Ross) + +• Internal CI changes + (dbus#487, dbus#488, dbus#489, dbus#509; + Ralf Habacker, Simon McVittie) + dbus 1.15.8 (2023-08-21) ========================