summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-04-12 11:06:02 -0700
committerMarcel Holtmann <marcel@holtmann.org>2014-04-12 11:06:02 -0700
commitd854659e1bed3b7e3004e40a891f4321aa0ea932 (patch)
treed2b5a1a197105314ee5636603a420f1cdecef1b7
parentfaaa99b3dc43ab4a3090526d9a11cceccca4c50d (diff)
downloadbluez-5.18.tar.gz
Release 5.185.18
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 989c8a341..fe6d5fa54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 5.18:
+ Fix issue with identifying LE single mode devices.
+ Fix issue with L2CAP and RFCOMM peer address lookup.
+ Add support for handling OBEX authentication procedure.
+ Add support for Android Bluetooth GATT client interface.
+
ver 5.17:
Fix issue with not resetting OBEX SRM setup.
Fix issue with BR/EDR devices and auto-connect list.
diff --git a/configure.ac b/configure.ac
index 0ab2df157..54a387f77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.17)
+AC_INIT(bluez, 5.18)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])