diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-12 09:49:20 +0200 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-12 09:49:20 +0200 | 
| commit | 57fd23d256a6a8994dbf76cdf5072e817a7b5571 (patch) | |
| tree | 4e66a0e8ea7bccf9601b9a4da5e9fab56155d8e3 | |
| parent | ba0f030b2e3e70253edb7b9c3750a7545011693b (diff) | |
Release 4.54.5
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 9 insertions, 1 deletions
| @@ -1,3 +1,11 @@ +ver 4.5: +	Fix initialization issue with new adapters. +	Send HID authentication request without blocking. +	Hide the verbose SDP debug behind SDP_DEBUG. +	Add extra UUIDs for service discovery. +	Add SCO server socket listener. +	Add authorization support to service plugin. +  ver 4.4:  	Add temporary fix for the CUPS compile issue.  	Add service-api.txt to distribution. diff --git a/configure.ac b/configure.ac index 103ddb84..eabbc537 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez, 4.4) +AM_INIT_AUTOMAKE(bluez, 4.5)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
