summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)