aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.in2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ef00f1d..2284b84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 1.28:
+ Add missing UUID definitions and translations.
+ Add option to disable vendor commands and events.
+ Add decoding for hold mode, sniff mode and park state.
+ Add decoding for sniff subrate command complete event.
+ Decode class of device and BD_ADDR for inquiry filter.
+ Make it possible to obfuscate pin codes and link keys.
+
+ Note:
+ This version needs at least bluez-libs-2.23
+
ver 1.27:
Decode the extended inquiry response payload.
Update HCI_DEV_NONE frame format.
diff --git a/configure.in b/configure.in
index 8fec3c6..1ae4140 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-hcidump, 1.27)
+AM_INIT_AUTOMAKE(bluez-hcidump, 1.28)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE