summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--configure.in2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a67f3ce8..7ff90c84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+ver 2.20:
+ Add support for extended inquiry response.
+ Add support for HotSync service record.
+ Add support for ActiveSync service record.
+ Add ActiveSync networking support.
+ Fix D-Bus crashes with new API versions.
+
+ Note:
+ This version needs at least bluez-libs-2.20
+
ver 2.19:
Fix the GCC 4.0 warnings.
Fix off by one memory allocation error.
diff --git a/configure.in b/configure.in
index ad75274c..18690966 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 2.19)
+AM_INIT_AUTOMAKE(bluez-utils, 2.20)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE