diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-01 15:32:22 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-01 15:32:22 -0700 |
commit | 653d0457bc99debe89c7990a6f16f0e230439987 (patch) | |
tree | 3e7a66324438aa4c137914d8438a7c702fe6b622 | |
parent | ee9bef5cc2d1c17e15c711fd0a417847a43f1cb0 (diff) |
Release 4.474.47
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +ver 4.47: + Add support for RFKILL unblock handling. + Add support for serial proxy configurations. + Add support for caching service class updates. + Fix issues with updating SDP service records. + Fix usage of limited discoverable mode. + Remove deprecated methods and signals for AudioSource. + ver 4.46: Add support for A2DP sink role. Fix clearing svc_cache before the adapter is up. diff --git a/configure.ac b/configure.ac index 1ff8d7364..85e1dae8b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.46) +AM_INIT_AUTOMAKE(bluez, 4.47) AM_CONFIG_HEADER(config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |