diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-02-12 20:53:58 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-02-12 20:53:58 +0100 |
commit | 920c3587d56733158b7449069b6b71ae78de4cab (patch) | |
tree | eff2c0a569856a04fdf5a49f96fceb42b5695bad | |
parent | 6744ec59673c81b678568d77d3fd0f1d80f6ff7e (diff) |
Release 4.614.61
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +ver 4.61: + Fix issues with Read Inquiry Response Transmit Power Level. + Fix possible invalid read when removing a temporary device. + Fix mode restoration when remember_powered is false. + Fix conference call releasing in telephony-maemo. + Fix segmentation fault with authorization during headset disconnects. + Add support for handling unanswered AVDTP request on disconnect. + Add support for handling Inquiry Response Transmit Power Level. + Add support for caching of remote host features. + Add preliminary voice dialing support for HSP. + ver 4.60: Fix voice mailbox number reading from SIM. Fix some races with D-Bus mainloop integration. diff --git a/configure.ac b/configure.ac index 2976d8f94..bbe29ea90 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.60) +AC_INIT(bluez, 4.61) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |