Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: fc598fa12c08b554fb31e1a75b76ec3377c4dbaa https://github.com/bluez/bluez/commit/fc598fa12c08b554fb31e1a75b76ec3377c4dbaa Author: Brian Gix <brian.gix@xxxxxxxxx> Date: 2022-10-06 (Thu, 06 Oct 2022) Changed paths: M tools/mgmt-tester.c Log Message: ----------- tools: mgmt-tester - Test for HCI cmd after static addr set This change checks for the expected HCI command after Static Address change requested. Commit: dabf32b313c1dbfcbb434778541e4ab03bb2121e https://github.com/bluez/bluez/commit/dabf32b313c1dbfcbb434778541e4ab03bb2121e Author: Isak Westin <isak.westin@xxxxxxxxxx> Date: 2022-10-07 (Fri, 07 Oct 2022) Changed paths: M mesh/net.c Log Message: ----------- mesh: Fix msg cache ring buffer The message cache should be a strict ring buffer, suppressed message should not move to the front of the queue. Compare: https://github.com/bluez/bluez/compare/838ddc931263...dabf32b313c1