summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7620ae91..f65b8b0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 4.9:
+ Fix signals for Powered and Discoverable properties.
+ Fix handling of Alias and Icon properties.
+ Fix duplicate entries for service UUIDs.
+
ver 4.8:
Fix retrieving of formfactor value.
Fix retrieving of local and remote extended features.
diff --git a/configure.ac b/configure.ac
index ac541b46..178458c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez, 4.8)
+AM_INIT_AUTOMAKE(bluez, 4.9)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE