summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-09 02:08:44 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-11-09 02:08:44 +0900
commita5f69b7accbb37f438b3b76d9953eccf0fb4501d (patch)
tree579823b70614a8feb759a24bed4e405b8c3453ae
parent45d99fcfebed8b1484d716ea677f0de13baf05b6 (diff)
downloadbluez-4.79.tar.gz
Release 4.794.79
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f3675b8c..b891e4a8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 4.79:
+ Fix issue with adapter initialization race condition.
+ Update new Bluetooth Management interface support.
+
ver 4.78:
Fix various issues with AVDTP timer handling.
Fix various issues with handling of mode changes.
diff --git a/configure.ac b/configure.ac
index ace1d5fa1..b8472a60d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.78)
+AC_INIT(bluez, 4.79)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)