diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-24 08:39:45 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-24 08:39:45 -0800 |
commit | 622d6f83ecb8bfc6cceba3e52fd43597a8c5568b (patch) | |
tree | 67b1b797894d30126b485fc1bfd54d16a6800d69 | |
parent | 764c9cbf08feff58a573d8ad1298d878c263d179 (diff) |
Release 4.594.59
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +ver 4.59: + Add values for Bluetooth 4.0 specification. + Add SDP functions for HDP support. + Add test scripts for input and audio. + Fix missing close on BtIO create_io function. + Fix sending incorrect AVDTP commands after timeout occurs. + Fix timer removal when device disconnects unexpectedly. + Fix Extended Inquiry Response record for Device ID. + ver 4.58: Fix crash when adapter agent exists during authentication. Fix CK-20W quirks for play and pause events. diff --git a/configure.ac b/configure.ac index 6e7d253dc..d3bb30c2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.58) +AC_INIT(bluez, 4.59) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |