diff options
| -rw-r--r-- | ChangeLog | 11 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 12 insertions, 1 deletions
| @@ -1,3 +1,14 @@ +ver 3.33: +	Add support for handling Simple Pairing. +	Add Simple Pairing support to Agent interface. +	Add ReleaseMode method to Adapter interface. +	Add DiscoverServices method to Device interface. +	Remove obsolete code and cleanup the repository. +	Move over to use the libgdbus API. + +	Note: +	This version needs at least bluez-libs-3.33 +  ver 3.32:  	Add support for switching HID proxy devices from Dell.  	Add more Bluetooth client/server helper functions. diff --git a/configure.in b/configure.in index 011743ca..bb89a14f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.32) +AM_INIT_AUTOMAKE(bluez-utils, 3.33)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
