summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-03-15 20:25:23 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-03-15 20:25:23 -0700
commit67fc00db39fb50d452f52e977428146342143035 (patch)
tree9177ba009cb9a6a86583341d7639442deb8afee9
parent43bfa365672723b19cf5b5afc0dd117fb8ef83c0 (diff)
downloadbluez-4.90.tar.gz
Release 4.904.90
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 427ce258e..1f936e704 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 4.90:
+ Fix issue with setting of global mode property.
+ Fix issue with handling of RequestSession responses.
+ Fix issue with TP_BNEP_CTRL_BV_01_C qualification test.
+ Fix issue with too short AVDTP request timeout.
+ Add support for SIM Access Profile manager.
+ Add support for new UUID utility functions.
+ Add support for attribute server notifications.
+ Add support for client characteristic configuration.
+ Update support for interactive GATT utility.
+
ver 4.89:
Fix issue with name resolving when discovery is suspended.
Fix issue with parsing flags of advertising report.
diff --git a/configure.ac b/configure.ac
index 8564e2b83..fe2f88ccb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.89)
+AC_INIT(bluez, 4.90)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)