Release 5.50 81/205081/1
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 1 Jun 2018 08:36:21 +0000 (10:36 +0200)
committerAmit Purwar <amit.purwar@samsung.com>
Mon, 29 Apr 2019 04:22:46 +0000 (09:52 +0530)
Change-Id: I8c6454a39eb245de82eab22e53f569bc7f0836b2
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
ChangeLog
configure.ac

index 16053c2..c04d769 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+ver 5.50:
+       Fix issue with GATT and reading long values.
+       Fix issue with GATT and reading multiple includes.
+       Fix issue with GATT and service changes when offline.
+       Fix issue with handling secondary service discovery.
+       Fix issue with handling persistency of CCC values.
+       Fix issue with handling Mesh session on disconnection.
+       Fix issue with handling Mesh proxy PDU SAR message length.
+       Fix issue with handling Mesh default heartbeat TTL value.
+       Add support for Mesh node-reset operation handling.
+       Add support for GATT authorization request handling.
+       Add support for GATT minimum key size requirements.
+       Add support for GATT server and included services.
+       Add support for handling additional advertising data.
+       Add support for handling separate discoverable state.
+       Add support for enabling HFP version 1.7 features.
+       Add support for dedicated Bluetooth logging daemon.
+
 ver 5.49:
        Fix issue with configuring discoverable advertising flag.
        Fix issue with bearer selection and single mode controllers.
index 947c79d..9bf98f2 100755 (executable)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 5.49)
+AC_INIT(bluez, 5.50)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
                                        tar-pax no-dist-gzip dist-xz])