summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-08-27 13:33:41 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-08-27 13:33:41 +0000
commit3882b4e761ed1411406e375ec1b4b0790509939e (patch)
treed7ef339a3bf5a1a54c937f86e5633024d7f05cbf
parentea567c62de2fd8f0d44e02c8f0d3805943a77040 (diff)
Update changelog and bump version numberutils-2.20
-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