diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-05-03 23:59:29 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-05-03 23:59:29 -0700 |
commit | b6be7512a633dd6fcd366d4f9ec6fae1030b8591 (patch) | |
tree | 26fcd60386693428bf6bb405818bc61ad0e64030 | |
parent | d8263cd11e6ade922b920596dfbe5af1028f889b (diff) |
Release 4.384.38
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +ver 4.38: + Add support for builtin plugins. + Add framework for adapter operations. + Add constants for Enhanced Retransmission modes. + Fix HCI socket leak in device_remove_bonding. + Fix various format string issues. + Fix crashes with various free functions. + Fix issues with Headset and A2DP drivers to load again. + Fix sending AVRCP button released passthrough messages + Fix bug which prevent input devices to work after restart. + Fix issue with interpretation of UUID-128 as channel. + ver 4.37: Add version value for Bluetooth 3.0 devices. Add additional L2CAP extended feature mask bits. diff --git a/configure.ac b/configure.ac index 5a65462f1..fa550565a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.37) +AM_INIT_AUTOMAKE(bluez, 4.38) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |