diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-11-01 01:10:48 +0900 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-11-01 01:10:48 +0900 |
commit | d82505e7c1a3c014c3975a6400b0b22ea4b32de1 (patch) | |
tree | f76ffe91b253fc0dd10ad9b5dd7453e2b342cd9c | |
parent | b072d3aef6151eaaac27381ea0c2d884c8e6118c (diff) |
Release 4.574.57
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +ver 4.57: + Fix unloading of drivers for uninitialized adapters. + Fix debug message to use requested and not opened SEID. + Fix codec selection for GStreamer plugin. + Fix deleting of SDP records during service updates. + Fix deleting of SDP records when a device is removed. + Fix handling when the SDP record is modified on remote device. + Fix potential buffer overflow by using snprintf instead of sprintf. + Fix const declarations for some storage function parameters. + ver 4.56: Add missing values from Bluetooth 3.0 specification. Add proper tracking of device paired status. diff --git a/configure.ac b/configure.ac index 82841049b..718a2cf5b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.56) +AC_INIT(bluez, 4.57) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |