post ver 5.75:
- shared/uhid: Fix crash if bt_uhid_destroy free replay structure
ver 5.75:
- Fix issue with build system and header inclusion.
ver 5.74:
- Fix issue with not enabling Wideband Speech when available.
- Fix issue with UserspaceHID and Bluetooth Classic devices.
- Fix issue with checking for services being connected.
- Fix issue with GATT client connection creation.
- Fix issue with OBEX and small file transfers.
- Fix issue with handling pairing with Apple AirPods.
log:
- https://git.kernel.org/pub/scm/bluetooth/bluez.git/log/
ver 5.72:
+ Fix issue with BAP and handling stream IO linking.
+ Fix issue with BAP and setup of multiple streams per endpoint.
+ Fix issue with AVDTP and potential incorrect transaction label.
+ Fix issue with A2DP and handling crash on suspend.
+ Fix issue with GATT database and an invalid pointer.
+ Add support for AICS service.
Release of BlueZ 5.64
- 19th March 2022, 06:18 am by Tedd Ho-Jeong An
This is another release mostly with the bug fixes on HOG, GATT, A2DP,
Media, AVDTP, AVRCP, and scanning failure. Also, this release includes a
fix for building with old glibc (< 2.25), and other minor issues found
with the static code analyzing tool. ISO packet support is added to the
emulator as a part of LE Audio development.
update 5.62 (2021-10-17) to 5.63 (2022-01-06)
Release of BlueZ 5.63
6th January 2022, 08:49 pm by Tedd Ho-Jeong An
This release is mostly a bug fix release, with fixes to features such as
GATT, SDP, Daemon, and emulator. It also adds a new MGMT Event for
Device Found and Device Lost of Advertisement Monitor.
New build options for sanitizers (lsan, asan, ubsan) are added and it
may require installing additional libraries depending on the distros.
This enables bluez/hciattach to use firmware files added by the
kernel overlay system.
Also move /etc/firmware symlink creation from linux to bluez,
the linux kernel package shouldn't need to care about quirks needed
by other packages.
Signed-off-by: Matthias Reichl <hias@horus.com>