diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2011-05-03 09:55:31 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-05-03 09:55:31 -0700 |
commit | 630162a5b7bff6ff83b638bc5cadec27d5142de0 (patch) | |
tree | bc4af18fa92433ab2fa1b104d6134a69726f68d3 | |
parent | 2b7a21cc33127ee99a4d5077e2dcbabf4396005f (diff) |
Release 4.934.93
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +ver 4.93: + Fix issue with property type and Health Main channel. + Fix issue with crash when removing devices. + Add support for hid2hci and udev integration. + ver 4.92: Fix issue with handling of A2DP suspend response. Fix issue with crashing when acquiring A2DP stream. diff --git a/configure.ac b/configure.ac index cf32e015f..111ff01a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.92) +AC_INIT(bluez, 4.93) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |