diff options
-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) |