summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-05-31 08:13:22 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-05-31 08:13:22 -0700
commitbf14614c5fb458767aa2895e9f837ab2ece81c2f (patch)
tree53c4475ce28a06046e1d26a140fe63932a3a09d0
parentc78787f6ffd050c3f1e49ff9bc9130292a0d7eec (diff)
downloadbluez-4.94.tar.gz
Release 4.944.94
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2262438e..f2199ff04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 4.94:
+ Fix issue with invalid read of memory in various modules.
+ Fix issue with buffer overflow when sending AVDTP commands.
+ Fix issue with response to vendor dependent AVRCP commands.
+ Fix issue with headset when not able to reply with ERROR.
+ Fix issue with crash when creating a device from storage.
+ Fix issue with handling non UTF-8 devices names.
+ Add support for improved discovery procedure.
+
ver 4.93:
Fix issue with property type and Health Main channel.
Fix issue with crash when removing devices.
diff --git a/configure.ac b/configure.ac
index 111ff01a4..2ce4acf3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.93)
+AC_INIT(bluez, 4.94)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)