summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-15 15:13:39 -0700
committerMarcel Holtmann <marcel@holtmann.org>2013-10-15 15:13:39 -0700
commit6b3fded7ed5cfac5be2b47a4e29e70e436219cb8 (patch)
tree2295c20aef1ad307b0f24f10390d7acf0bd5e3e7
parent67c8c24824ba995c0cbe534bf81d66cffc6b335f (diff)
downloadbluez-5.10.tar.gz
Release 5.105.10
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d82964026..fc9b3d7f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 5.10:
+ Fix issue with discoverable timeout handling.
+ Fix issue with MAP messages and record version.
+ Fix issue with MAP messages and status events.
+ Fix issue with MAP messages and relative folders.
+ Fix issue with MAP messages and type property signals.
+ Fix issue with transfer size for OBEX GET operations.
+ Fix issue with AVRCP service class identifier.
+ Fix issue with AVRCP tracking seeked signal.
+ Add support for OBEX command line client.
+
ver 5.9:
Fix issue with network service and adapter removal.
Fix issue with misleading OBEX error messages.
diff --git a/configure.ac b/configure.ac
index 7b1f64aa8..b4d3998de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.9)
+AC_INIT(bluez, 5.10)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])