Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 7b07f1f980598cf54c91642e6583613bd6185eb1 https://github.com/bluez/bluez/commit/7b07f1f980598cf54c91642e6583613bd6185eb1 Author: Christian Eggers <ceggers@xxxxxxx> Date: 2022-09-26 (Mon, 26 Sep 2022) Changed paths: M client/player.c Log Message: ----------- client/player: fix printf format string Use macros from inttypes.h for correct printf format specifier for int64_t Commit: fa8411cf37a3955e187824cc84235dd6ae76524d https://github.com/bluez/bluez/commit/fa8411cf37a3955e187824cc84235dd6ae76524d Author: Christian Eggers <ceggers@xxxxxxx> Date: 2022-09-26 (Mon, 26 Sep 2022) Changed paths: M monitor/analyze.c M monitor/packet.c Log Message: ----------- monitor: fix printf format strings time_t is 64 bit (long long) on many 32 bit platforms (e.g. ARM) now Commit: e01e89179d4ef8016f5593674834084ca549ca2a https://github.com/bluez/bluez/commit/e01e89179d4ef8016f5593674834084ca549ca2a Author: Christian Eggers <ceggers@xxxxxxx> Date: 2022-09-26 (Mon, 26 Sep 2022) Changed paths: M tools/l2test.c M tools/rctest.c Log Message: ----------- tools: fix printf format strings time_t is 64 bit (long long) on many 32 bit platforms (e.g. ARM) now Commit: 7738e9ac416b8dd9aa8f3209b75554f85836c5f0 https://github.com/bluez/bluez/commit/7738e9ac416b8dd9aa8f3209b75554f85836c5f0 Author: Haochen Tong <i@xxxxxxxxxxxx> Date: 2022-09-26 (Mon, 26 Sep 2022) Changed paths: M tools/mpris-proxy.c Log Message: ----------- tools/mpris-proxy: unregister object path if player registration fails The `owner' string, passed as user data, is freed if the player fails registration, but the object path still exists. Upon program exiting, the lingering path will be enumerated and the attached user data will be freed again. Compare: https://github.com/bluez/bluez/compare/6c712030567b...7738e9ac416b