diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-03-11 12:17:16 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-03-11 12:17:16 +0100 |
commit | 53de3ecc006e71e16feed4aa2b572e168d2a00be (patch) | |
tree | 124ff19dcbcc1d0e62e9a2c80ccb29c5364884be | |
parent | 92bd92f8514ee69f464e965ec465adb86ff882b9 (diff) |
Release 4.334.33
-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 |