summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e90c2cb94..8e01791e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 5.43:
+ Fix issue with HID over GATT support.
+ Fix issue with ATT Find By Type response handling.
+ Fix issue with handling insufficient authentication.
+ Fix issue with bonding while pairing is in progress.
+ Fix issue with BR/EDR pairing for dual-mode devices.
+ Fix issue with handling profile policy resets.
+ Fix issue with connecting state of services.
+ Fix issue with handling PAN GN Master role.
+ Add support for enabling LE Privacy feature.
+
ver 5.42:
Fix issue with PBAP call logs from different folders.
Fix issue with OBEX over L2CAP and PowerPC architecture.
diff --git a/configure.ac b/configure.ac
index 9bb4736bf..530d512ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.42)
+AC_INIT(bluez, 5.43)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])