diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-24 02:41:56 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-24 02:41:56 -0700 |
commit | 8163366841f3ad12e64746003633fb4998842656 (patch) | |
tree | 77547e0711112c59da7276216c88c95a4c529feb | |
parent | e066845f9fa3b84927e19c4f281aa663d8d41c79 (diff) |
Release 4.494.49
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +ver 4.49: + Add simple test program for basic GAP testing. + Add support for confirmation requests to agent example. + Add support for full non-recursive build. + Add five millisecond delay for Simple Pairing auto-accept. + Fix Class of Device setting when InitiallyPowered=false. + ver 4.48: Add library function for comparing UUID values. Add support for creating all plugins as builtins. diff --git a/configure.ac b/configure.ac index 9365c213f..5ce7572f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.48) +AC_INIT(bluez, 4.49) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |