diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-03-07 13:41:00 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-03-07 13:41:00 -0800 |
commit | ee620aca94abb3af8b18b5f0dfe8f2e8110dcfb2 (patch) | |
tree | 6563bc89160fc8ff3e76ed363a0775d40934ed33 | |
parent | 2b416a2fdc01fd43f4ceaab09cc65a26f9cb8fbd (diff) |
Release 4.624.62
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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) |