From 55147912ac0d3b9090ce612c0543114255f488bf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 8 Aug 2007 16:38:33 +0000 Subject: Update changelog and bump version number --- ChangeLog | 13 +++++++++++++ configure.in | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0200905b..5f2bfd50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 3.14: + Add missing signals for the adapter interface. + Add basic commands for Simple Pairing. + Add correct Simple Pairing and EIR interaction. + Add missing properties for remote information. + Add EPoX endian quirk to the input service. + Fix HID descriptor import and storage functions. + Fix handling of adapters in raw mode. + Fix remote device listing methods. + + Note: + This version needs at least bluez-libs-3.14 + ver 3.13: Fix some issues with the headset support. Fix concurrent pending connection attempts. diff --git a/configure.in b/configure.in index be96a008..180ed585 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.13) +AM_INIT_AUTOMAKE(bluez-utils, 3.14) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit