Diff between 64ab33fc4f19fc13b0fa5d9e440891beaca5a708 and b57c70794d9a1f83531ab839940717c1763219f0

Changed Files

File Additions Deletions Status
ChangeLog +12 -0 modified
configure.ac +1 -1 modified

Full Patch

diff --git a/ChangeLog b/ChangeLog
index 2c9aaf8..4262c78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 4.99:
+	Fix issue with missing retries for BNEP connection setup.
+	Fix issue with not showing name if first EIR has no details.
+	Fix issue with running SDP discovery for LE devices.
+	Add support for GATT using 128-bit Bluetooth UUIDs.
+	Add support for retrieving key size information.
+	Add support for storing Long Term Keys.
+	Add support for Proximity Reporter API.
+	Add support for KeyboardDisplay IO capability.
+	Add support for version 1.0 of management API.
+	Add support for monitoring interface.
+
 ver 4.98:
 	Fix issue with adapter list upon initialization failure.
 	Fix issue with missing legacy property for Low Energy.
diff --git a/configure.ac b/configure.ac
index 5b81f28..f298909 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.98)
+AC_INIT(bluez, 4.99)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AM_CONFIG_HEADER(config.h)