diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 3.16: + Add support for headsets with SCO audio over HCI. + Add support for auto-create through ALSA plugin. + Add support for ALSA plugin parameters. + Add GStreamer plugin with SBC decoder and encoder. + Fix network service NAP, GN and PANU servers. + Set EIR information from SDP database. + + Note: + This version needs at least bluez-libs-3.16 + ver 3.15: Add A2DP support to the audio service. Add proxy support to the serial service. diff --git a/configure.in b/configure.in index 51c1e0f8..564552e0 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.15) +AM_INIT_AUTOMAKE(bluez-utils, 3.16) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |