diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-07-26 08:38:13 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-07-26 08:38:13 +0000 |
commit | c9fa26929481af7a221c35f035878531de494a97 (patch) | |
tree | 2b59a5ddb28eb9062804ed23e0e585d037f0d737 | |
parent | 8fb78ad3b3acc6cf76c7a1ba5f6062f126d1b7a0 (diff) |
Update changelog and bump version numberutils-3.13
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 3.13: + Fix some issues with the headset support. + Fix concurrent pending connection attempts. + Fix usage of devname instead of netdev. + Add identifier for Nokia SyncML records. + Add command for reading the CSR chip revision. + Add generic CSR radio test support. + + Note: + This version needs at least bluez-libs-3.13 + ver 3.12: Add support for limited discovery mode. Add support for setting of event mask. diff --git a/configure.in b/configure.in index 4faea583..be96a008 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.12) +AM_INIT_AUTOMAKE(bluez-utils, 3.13) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |