summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-24 08:39:45 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-24 08:39:45 -0800
commit622d6f83ecb8bfc6cceba3e52fd43597a8c5568b (patch)
tree67b1b797894d30126b485fc1bfd54d16a6800d69
parent764c9cbf08feff58a573d8ad1298d878c263d179 (diff)
Release 4.594.59
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab2ce3cea..49705e71f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)