From 31cde096773710688456b6e02418d0c9ac2b4912 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 24 Sep 2006 19:35:54 +0000 Subject: Update changelog and bump version number --- ChangeLog | 11 +++++++++++ configure.in | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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 -- cgit