diff options
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 9 insertions, 1 deletions
| @@ -1,3 +1,11 @@ +ver 4.33: +	Add Paired property to the DeviceFound signals. +	Add support for Headset profile 1.2 version. +	Fix broken network configuration when IPv6 is disabled. +	Fix network regression that caused disconnection. +	Fix SDP truncation of strings with NULL values. +	Fix service discovery handling of CUPS helper. +  ver 4.32:  	Fix broken SDP record handling.  	Fix SDP data buffer parsing. diff --git a/configure.ac b/configure.ac index 80f7ab76..b2de5c2c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ(2.60)  AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.32) +AM_INIT_AUTOMAKE(bluez, 4.33)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
