summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-01 01:15:20 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-08-01 01:15:20 +0200
commitad2952750ab60871f3838d48c5ff5ecf5073abc1 (patch)
tree2be57f492b65ccd22321cfae5ee48daf702354a5
parentb5ff279155979371793d0e5ae4060bb892b182f2 (diff)
Release 4.964.96
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
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)