diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-01 03:10:42 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-01 03:10:42 +0000 | 
| commit | f1e41a10b21e7f7bdd1f5fec7fd2d96e23a03def (patch) | |
| tree | 8795e30e0d64174c7c340b062b7238c337a13e53 | |
| parent | c4139033616c53b1f790fe165d1a22fcce292e74 (diff) | |
Update changelog and bump version numberutils-3.35
| -rw-r--r-- | ChangeLog | 10 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 11 insertions, 1 deletions
| @@ -1,3 +1,13 @@ +ver 3.35: +	Add UUID-128 support for service discovery. +	Fix usage of friendly names for service discovery. +	Fix authorization when experiemental is disabled. +	Fix uninitialized variable in passkey request handling. +	Enable output of timestamps for l2test and rctest. + +	Note: +	This version needs at least bluez-libs-3.35 +  ver 3.34:  	Use safe function versions for SDP client handling.  	Fix issue with RemoveDevice during discovery procedure. diff --git a/configure.in b/configure.in index a6c08084..6577c7f7 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.34) +AM_INIT_AUTOMAKE(bluez-utils, 3.35)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
