diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-06 01:30:58 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-06 01:30:58 +0000 |
commit | 051c717bb6496f285c23c069582d520c581e8d45 (patch) | |
tree | e1f5b5b12e20bec69d1598595de9a0c48b286659 | |
parent | 6dd473cb823393b9dbfc370d64a039411664372d (diff) |
Update changelog and bump version numberutils-3.31
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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 0269d93f8..df0da408a 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 |