summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-16 15:29:07 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-16 15:29:07 -0700
commit1c74ef211fe90a98dc0ce9466d0fdfe2fbf26659 (patch)
tree59881efb8f95312f9fc94575b10d1cddeb62a792
parent624b5431466710cc4dd474ecbf7b8fcf038dd9da (diff)
downloadbluez-4.48.tar.gz
Release 4.484.48
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e7066b85c..b92d4e773 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 4.48:
+ Add library function for comparing UUID values.
+ Add support for creating all plugins as builtins.
+ Add support for async handling of service class changes.
+ Add support for source interface to audio IPC.
+ Fix device name settings when device is off or down.
+ Fix issue with enabled SCO server when not necessary.
+ Fix missing D-Bus access policy for CUPS backend.
+ Fix discovery results of CUPS backend.
+ Fix initialization handling of Maemo telephony.
+
ver 4.47:
Add support for RFKILL unblock handling.
Add support for serial proxy configurations.
diff --git a/configure.ac b/configure.ac
index 833346ef7..c020aeecd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.47)
+AC_INIT(bluez, 4.48)
AM_INIT_AUTOMAKE()
AM_CONFIG_HEADER(config.h)