From 39b1c2582f86e28f313fbb9e0b11211fee887190 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 14 Sep 2008 22:06:14 +0200 Subject: Release 4.6 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 64153685..13409b5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 4.6: + Fix Device ID record handling. + Fix service browsing and storage. + Fix authentication and encryption for input devices. + Fix adapter name initialization. + ver 4.5: Fix initialization issue with new adapters. Send HID authentication request without blocking. diff --git a/configure.ac b/configure.ac index eabbc537..30a256a4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.5) +AM_INIT_AUTOMAKE(bluez, 4.6) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit