summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-09-10 10:57:55 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-09-10 10:57:55 +0000
commit26410165076fc1bcbffef6f46c1843bf861b2e9c (patch)
tree3d4a6a7ca0ddecab846e14916d50a759ff30b08d
parent51cf782b65ab5f022e725faf9c78907fd8fade46 (diff)
Update changelog and bump version numberutils-2.21
-rw-r--r--ChangeLog13
-rw-r--r--configure.in2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ff90c84..c75057be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+ver 2.21:
+ Move create_dirs() and create_file() into the textfile library.
+ Let textfile_put() also replace the last key value pair.
+ Fix memory leaks with textfile_get() usage.
+ Fix infinite loops and false positive matches.
+ Don't retrieve stored link keys for RAW devices.
+ Document the putkey and delkey commands.
+ Show supported commands also in clear text.
+ Support volatile changes of the BD_ADDR for CSR chips.
+
+ Note:
+ This version needs at least bluez-libs-2.21
+
ver 2.20:
Add support for extended inquiry response.
Add support for HotSync service record.
diff --git a/configure.in b/configure.in
index abe93832..ac0c8834 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 2.20)
+AM_INIT_AUTOMAKE(bluez-utils, 2.21)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE