summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a7d255ac..7620ae91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 4.8:
+ Fix retrieving of formfactor value.
+ Fix retrieving of local and remote extended features.
+ Fix potential NULL pointer dereference during pairing.
+ Fix crash with browsing due to a remotely initated pairing.
+
ver 4.7:
Fix pairing and service discovery logic.
Fix crashes during suspend and resume.
diff --git a/configure.ac b/configure.ac
index 2aba8412..ac541b46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez, 4.7)
+AM_INIT_AUTOMAKE(bluez, 4.8)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE