Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 52fb0d4de74bf3ed1fd43b1c8a14ab00f92824eb https://github.com/bluez/bluez/commit/52fb0d4de74bf3ed1fd43b1c8a14ab00f92824eb Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-06-02 (Mon, 02 Jun 2025) Changed paths: M doc/org.bluez.Adapter.rst M doc/org.bluez.AdminPolicySet.rst M doc/org.bluez.AdminPolicyStatus.rst M doc/org.bluez.AdvertisementMonitor.rst M doc/org.bluez.AdvertisementMonitorManager.rst M doc/org.bluez.Agent.rst M doc/org.bluez.AgentManager.rst M doc/org.bluez.Battery.rst M doc/org.bluez.BatteryProvider.rst M doc/org.bluez.BatteryProviderManager.rst M doc/org.bluez.Device.rst M doc/org.bluez.DeviceSet.rst M doc/org.bluez.GattCharacteristic.rst M doc/org.bluez.GattDescriptor.rst M doc/org.bluez.GattManager.rst M doc/org.bluez.GattProfile.rst M doc/org.bluez.GattService.rst M doc/org.bluez.Input.rst M doc/org.bluez.LEAdvertisement.rst M doc/org.bluez.LEAdvertisingManager.rst M doc/org.bluez.Media.rst M doc/org.bluez.MediaAssistant.rst M doc/org.bluez.MediaControl.rst M doc/org.bluez.MediaEndpoint.rst M doc/org.bluez.MediaFolder.rst M doc/org.bluez.MediaItem.rst M doc/org.bluez.MediaPlayer.rst M doc/org.bluez.MediaTransport.rst M doc/org.bluez.Network.rst M doc/org.bluez.NetworkServer.rst M doc/org.bluez.Profile.rst M doc/org.bluez.ProfileManager.rst M doc/org.bluez.obex.Agent.rst M doc/org.bluez.obex.AgentManager.rst M doc/org.bluez.obex.Client.rst M doc/org.bluez.obex.FileTransfer.rst M doc/org.bluez.obex.Image.rst M doc/org.bluez.obex.Message.rst M doc/org.bluez.obex.MessageAccess.rst M doc/org.bluez.obex.ObjectPush.rst M doc/org.bluez.obex.PhonebookAccess.rst M doc/org.bluez.obex.Session.rst M doc/org.bluez.obex.Synchronization.rst M doc/org.bluez.obex.Transfer.rst Log Message: ----------- doc: Remove extra identation This remove the extra identation which doesn't really matter for manpages. Commit: 99861c249c866e1c4f911f3c3da6de9cef2c3f02 https://github.com/bluez/bluez/commit/99861c249c866e1c4f911f3c3da6de9cef2c3f02 Author: Antonio Russo <aerusso@xxxxxxxxxxx> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M tools/mpris-proxy.service.in Log Message: ----------- Do not start mpris-proxy for system users A default installation of bluez results in the systemd user unit mpris-proxy.service being started for all users---including root. This unnecessarily exposes system users to any security vulnerabilities in mpris-proxy. Inhibit this default behavior by using ConditionUser=!@system. Reviewed-by: Guido Günther <agx@xxxxxxxxxxx> Reviewed-by: Paul Menzel <pmenzel@xxxxxxxxxxxxx> Reviewed-by: Andrew Sayers <kernel.org@xxxxxxxxxxxxxxx> Commit: 8ad12fe7b4b93abf37b11e62b2e548cb245c2199 https://github.com/bluez/bluez/commit/8ad12fe7b4b93abf37b11e62b2e548cb245c2199 Author: Magdalena Kasenberg <magdalena.kasenberg@xxxxxxxxxxx> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M monitor/bt.h Log Message: ----------- monitor: Fix bit for HCI_LE_Read_ISO_Link_QUALITY Fix the bit ID of the HCI_LE_Read_ISO_Link_QUALITY command to match the assigned value defined in Supported_Commands table in the Bluetooth Core Specification. Compare: https://github.com/bluez/bluez/compare/d97d1951b447...8ad12fe7b4b9 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications