summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-12-28 10:56:56 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-12-28 10:56:56 -0800
commit97d94eb13edf084e98b4ebc0e9d5144bb4e2c32a (patch)
tree2c51ed93d5802932865518531dcbe76b8ed9eaea
parent649fa9d135666d23c5521d6260c2af0d72a46028 (diff)
downloadbluez-4.84.tar.gz
Release 4.844.84
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aefe03785..5c30bea56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 4.84:
+ Fix issue with wrong parameters and device found signals.
+ Fix issue with leaking EIR data if RSSI does not change.
+ Fix issue with adapter initialization state.
+ Fix issue with closing of SDP server sockets.
+
ver 4.83:
Fix issue with already connected HFP/HSP endpoints.
Fix missing reply when create device is canceled.
diff --git a/configure.ac b/configure.ac
index 56e3c41d3..f5c8d79d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.83)
+AC_INIT(bluez, 4.84)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)