diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-04-29 00:21:20 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-04-29 00:21:20 +0200 |
commit | 9e379872b06410c5e5696e5043c36e125defa51f (patch) | |
tree | cc35b286b31e276506bfeaf03b7bacab04194146 | |
parent | 16f0eeda607adc88ae75a8d15b3362bf23191be0 (diff) |
Release 4.644.64
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +ver 4.64: + Fix invalid memory access in headset_get_nrec function. + Fix issue with disconnect event on higher protocol layers. + Fix issue with list parsing in sdp_set_supp_features function. + Fix device object reference counting for SDP browse requests. + Add missing memory checks whenever memory is allocated for SDP. + Add support for exporting local services via D-Bus. + Add more L2CAP Enhanced Retransmission test options. + ver 4.63: Fix avdtp_abort not canceling pending requests. Fix stale connection when abort gets rejected. diff --git a/configure.ac b/configure.ac index 055adb96f..2af02df85 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.63) +AC_INIT(bluez, 4.64) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |