aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-02-01 13:13:53 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-02-01 13:13:53 +0000
commit9fd98368c96ca1175bc368d634f370a522676e0a (patch)
tree913e4433fcb8a7a3b9998c25a628e05380cc1980
parentc97c46429b7e926d7b8e4c374b4a28bd0053c419 (diff)
downloadbluez-hcidump-9fd98368c96ca1175bc368d634f370a522676e0a.tar.gz
Update changelog and bump version number1.41
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15d2917..1fd8066 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 1.41:
+ Improve decoding of HCI connection link type.
+ Fix handling of unsupported L2CAP config options.
+ Add full decoding of L2CAP RFC config option.
+ Reset to L2CAP basic mode when MTU config request is sent.
+
ver 1.40:
Add HCI and LMP decoding support for Simple Pairing.
diff --git a/configure.in b/configure.in
index d22ec44..5a63633 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-hcidump, 1.40)
+AM_INIT_AUTOMAKE(bluez-hcidump, 1.41)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE