summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.in2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ee03b22..3ce9b62c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 3.6:
+ Update D-Bus based RFCOMM interface support.
+ Use L2CAP raw sockets for HCI connection creation.
+ Add periodic discovery support to the D-Bus interface.
+ Add initial support for device names via EIR.
+ Add proper UTF-8 validation of device names.
+ Add support for the J-Three keyboard.
+
+ Note:
+ This version needs at least bluez-libs-3.6
+
ver 3.5:
Fix and cleanup watch functionality.
Add support for periodic inquiry mode.
diff --git a/configure.in b/configure.in
index 05be9d26..181551ad 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 3.5)
+AM_INIT_AUTOMAKE(bluez-utils, 3.6)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE