summaryrefslogtreecommitdiffstats
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 4dd7eafe..0200905b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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