diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-11-09 02:08:44 +0900 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-11-09 02:08:44 +0900 |
commit | a5f69b7accbb37f438b3b76d9953eccf0fb4501d (patch) | |
tree | 579823b70614a8feb759a24bed4e405b8c3453ae | |
parent | 45d99fcfebed8b1484d716ea677f0de13baf05b6 (diff) | |
download | bluez-4.79.tar.gz |
Release 4.794.79
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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) |