diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-28 20:47:15 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-28 20:47:15 +0000 |
commit | 7c8be626e77b6138df3c18b1407a6eb038305573 (patch) | |
tree | 6272a349b6d08c461e7acc312857cffbdc6409a1 | |
parent | e27f44b9a6b6fc16f8376f8d59b54ea57231888e (diff) |
Update changelog and bump version numberutils-3.9
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +ver 3.9: + Add RemoteDeviceDisconnectRequested signal. + Add updated service framework. + Add embedded GLib library. + Add support for using system GLib library. + Create internal SDP server library. + + Note: + This version needs at least bluez-libs-3.9 + ver 3.8: Sort discovered devices list based on their RSSI. Send DiscoverableTimeoutChanged signal. diff --git a/configure.in b/configure.in index 552eaebe..822f931b 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.8) +AM_INIT_AUTOMAKE(bluez-utils, 3.9) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |