diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-24 00:37:59 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-24 00:37:59 +0000 |
commit | 690d64e89f1b63b032c0ef11f3c49e581be9afa5 (patch) | |
tree | db2065d5e390d53298277f220ef56da39526cbe7 | |
parent | f30b4fdb983160b4d6e4e1d21c27011e634cd832 (diff) |
Update changelog and bump version numberutils-3.34
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +ver 3.34: + Use safe function versions for SDP client handling. + Fix issue with RemoveDevice during discovery procedure. + Fix collect for non-persistent service records. + + Note: + This version needs at least bluez-libs-3.34 + ver 3.33: Add support for handling Simple Pairing. Add Simple Pairing support to Agent interface. diff --git a/configure.in b/configure.in index bb89a14ff..a6c080842 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.33) +AM_INIT_AUTOMAKE(bluez-utils, 3.34) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |