summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-12-25 20:47:05 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-12-25 20:47:05 +0000
commit4849d9867847ccb78bd13573ea01f67423610876 (patch)
tree706852ffd14b742add43c62c6a0585050d1cf929
parent207ed32b02954e52bd162f270db60b8e37d58442 (diff)
Update changelog and bump version numberutils-3.24
-rw-r--r--ChangeLog12
-rw-r--r--configure.in2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f572445..2562bd29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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