diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2009-02-12 23:27:51 +0100 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2009-02-12 23:27:51 +0100 | 
| commit | 3e1774371430b805fc415c498e1a5c778bdc96bc (patch) | |
| tree | beeef9e34754908e63cde4401a382475814b837a | |
| parent | 0aa1bb217a0ec92980ca0516e9832112882e9d16 (diff) | |
Release 4.304.30
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 10 insertions, 1 deletions
| @@ -1,3 +1,12 @@ +ver 4.30: +	Add CID field to L2CAP socket address structure. +	Fix reset of authentication requirements after bonding. +	Fix storing of link keys when using dedicated bonding. +	Fix storing of pre-Bluetooth 2.1 link keys. +	Fix resetting trust settings on every reboot. +	Fix handling of local name changes. +	Fix memory leaks in hciconfig and hcitool +  ver 4.29:  	Use AVRCP version 1.0 for now.  	Decrease AVDTP idle timeout to one second. diff --git a/configure.ac b/configure.ac index 6511b798..7e22e3e0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ(2.60)  AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.29) +AM_INIT_AUTOMAKE(bluez, 4.30)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
