summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-03-07 13:41:00 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-03-07 13:41:00 -0800
commitee620aca94abb3af8b18b5f0dfe8f2e8110dcfb2 (patch)
tree6563bc89160fc8ff3e76ed363a0775d40934ed33
parent2b416a2fdc01fd43f4ceaab09cc65a26f9cb8fbd (diff)
downloadbluez-ee620aca94abb3af8b18b5f0dfe8f2e8110dcfb2.tar.gz
Release 4.624.62
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5849a6675..0b0473614 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 4.62:
+ Fix accidental symbol breakage with inquiry transmit power.
+ Fix using invalid data from previous headset connection.
+ Fix double free on AVDTP Abort response.
+ Fix possible crash while verifying AVDTP version.
+ Fix missing inuse flag when AVDTP stream is configured.
+ Add support for Bluetooth controller types.
+
ver 4.61:
Fix issues with Read Inquiry Response Transmit Power Level.
Fix possible invalid read when removing a temporary device.
diff --git a/configure.ac b/configure.ac
index bbe29ea90..97b82e517 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.61)
+AC_INIT(bluez, 4.62)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)