summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-06 01:30:58 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-06 01:30:58 +0000
commit051c717bb6496f285c23c069582d520c581e8d45 (patch)
treee1f5b5b12e20bec69d1598595de9a0c48b286659
parent6dd473cb823393b9dbfc370d64a039411664372d (diff)
Update changelog and bump version numberutils-3.31
-rw-r--r--ChangeLog11
-rw-r--r--configure.in2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19276a19..ad337a97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 3.31:
+ Create device object for all pairing cases.
+ Convert authorization to internal function calls.
+ Add initial support for Headset Audio Gateway role.
+ Add generic Bluetooth helper functions for GLib.
+ Fix endiannes handling of connection handles.
+ Don't optimize when debug is enabled.
+
+ Note:
+ This version needs at least bluez-libs-3.31
+
ver 3.30:
Convert audio service into a plugin.
Convert input service into a plugin.
diff --git a/configure.in b/configure.in
index 0269d93f..df0da408 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 3.30)
+AM_INIT_AUTOMAKE(bluez-utils, 3.31)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE