summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-11-01 01:10:48 +0900
committerMarcel Holtmann <marcel@holtmann.org>2009-11-01 01:10:48 +0900
commitd82505e7c1a3c014c3975a6400b0b22ea4b32de1 (patch)
treef76ffe91b253fc0dd10ad9b5dd7453e2b342cd9c
parentb072d3aef6151eaaac27381ea0c2d884c8e6118c (diff)
downloadbluez-d82505e7c1a3c014c3975a6400b0b22ea4b32de1.tar.gz
Release 4.574.57
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78c8eef1f..3ef45486f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)