summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-06-13 11:59:36 -0700
committerMarcel Holtmann <marcel@holtmann.org>2012-06-13 11:59:36 -0700
commit094acfddba7e16729b0ef6027d39394ede85dcf1 (patch)
treed7e7f4a42763c9fe9ed3b25f191b7275bf752529
parent933d78a98d7a35342dfef0495822e9e81f998350 (diff)
Release 4.1004.100
-rw-r--r--ChangeLog26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4262c7820..acd6f74da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+ver 4.100:
+ Fix issue with crashing when SCO connection fails.
+ Fix issue with HFP gateway failing on first GSM connection.
+ Fix issue with AVRCP and handling of vendor commands.
+ Fix issue with handling AVRCP subunit info command.
+ Fix issue with missing capability for AVRCP track reached end.
+ Fix issue with AVDTP signaling and GStreamer SBC NULL check.
+ Fix issue with AVDTP Reconfigure Reject message.
+ Fix issue with incorrect EIR length parsing.
+ Fix issue with SDP disconnect for HIDSDPDisable.
+ Fix issue with SDP interoperability with Mac OS X Lion.
+ Fix issue with reverse SDP discovery with some devices.
+ Fix issue with discovering state during power off operation.
+ Add support for AVRCP Volume Changed notifications.
+ Add support for AVRCP Set Absolute Volume handling.
+ Add support for display legacy PIN code agent method.
+ Add support for multiple media transports per endpoint.
+ Add support for discovering device information characteristics.
+ Add support for vendor source for Device ID setting.
+ Add support for immediate alert server.
+ Add support for link loss server.
+
+ Notes:
+ This version requires D-Bus 1.4 or later.
+ This version requires GLib 2.28 or later.
+
ver 4.99:
Fix issue with missing retries for BNEP connection setup.
Fix issue with not showing name if first EIR has no details.
diff --git a/configure.ac b/configure.ac
index 5ebdafb7a..48b181e58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.99)
+AC_INIT(bluez, 4.100)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)