OSDN Git Service

Release 4.47
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 1 Aug 2009 22:32:22 +0000 (15:32 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 1 Aug 2009 22:32:22 +0000 (15:32 -0700)
ChangeLog
configure.ac

index 24f97d3..e7066b8 100644 (file)
--- 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.
index 1ff8d73..85e1dae 100644 (file)
@@ -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])])