summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-01-10 23:34:03 -0800
committerMarcel Holtmann <marcel@holtmann.org>2011-01-10 23:34:03 -0800
commit35bc2ed7b7a1337e20bd11bd51880e90a69667e1 (patch)
tree9f4de4c44f9450c0a2d49bd9269875f3f7acb275
parentbca43a4edb640ecf56ada1166f7d83fad8a2ce0d (diff)
downloadbluez-35bc2ed7b7a1337e20bd11bd51880e90a69667e1.tar.gz
Release 4.854.85
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c30bea56..3e0b8a503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 4.85:
+ Fix issue with event mask setting for older adapters.
+ Fix issue with device creation and pairing failures.
+ Add support for telephony support via oFono.
+ Add support for characteristic security level.
+ Update support for service registration.
+
ver 4.84:
Fix issue with wrong parameters and device found signals.
Fix issue with leaking EIR data if RSSI does not change.
diff --git a/configure.ac b/configure.ac
index f5c8d79d2..1ec2dfda9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.84)
+AC_INIT(bluez, 4.85)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)