summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-01 15:32:22 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-01 15:32:22 -0700
commit653d0457bc99debe89c7990a6f16f0e230439987 (patch)
tree3e7a66324438aa4c137914d8438a7c702fe6b622
parentee9bef5cc2d1c17e15c711fd0a417847a43f1cb0 (diff)
downloadbluez-653d0457bc99debe89c7990a6f16f0e230439987.tar.gz
Release 4.474.47
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 24f97d37f..e7066b85c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])])