From ad2952750ab60871f3838d48c5ff5ecf5073abc1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 1 Aug 2011 01:15:20 +0200 Subject: [PATCH] Release 4.96 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 364dd2960..c79755166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 4.96: + Fix issue with race condition in AVDTP stream start. + Fix issue with global adapter offline switching. + Fix issue with pairing and No Bonding devices. + Add support for Nintendo Wii Remote pairing. + ver 4.95: Fix issue with AVCTP replies with invalid PID. Fix issue with AVRCP and unknown packet types. diff --git a/configure.ac b/configure.ac index 8f54f6095..908ad55d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.95) +AC_INIT(bluez, 4.96) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.47.3