OSDN Git Service

Release 4.62
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 7 Mar 2010 21:41:00 +0000 (13:41 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 7 Mar 2010 21:41:00 +0000 (13:41 -0800)
ChangeLog
configure.ac

index 5849a66..0b04736 100644 (file)
--- 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.
index bbe29ea..97b82e5 100644 (file)
@@ -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)