diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +ver 3.24: + Add TCP connection support for serial proxy. + Add fix for Logitech HID proxy switching. + Add missing macros, MIN, MAX, ABS and CLAMP. + Add more SBC encoder optimizations. + Add initial mechanism to handle headset commands. + Fix connecting to handsfree profile headsets. + Use proper function for checking signal name. + + Note: + This version needs at least bluez-libs-3.24 + ver 3.23: Fix key search function to honor the mmap area size. Fix Avahi integration of network service. diff --git a/configure.in b/configure.in index 6595bd57..38971d7d 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.23) +AM_INIT_AUTOMAKE(bluez-utils, 3.24) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |