diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-12-25 17:47:52 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-12-25 17:47:52 +0000 |
commit | 84a66abab8579ab01c8715d8564155ad918235a2 (patch) | |
tree | ff014f54d3959cced9e4cc246424b5251d8976cd | |
parent | bbda499067067aefc8e642a2784d247ac0331eae (diff) |
Update changelog and bump version numberutils-2.13
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +ver 2.13: + Use file permission 0600 for the link key file. + Add support for HID attribute descriptions. + Add support for Device ID attributes. + Various whitespace cleanups. + + Note: + This version needs at least bluez-libs-2.13 + ver 2.12: Inherit the device specific options from the default. Use --device for selecting the source device. diff --git a/configure.in b/configure.in index 1a94d1142..f7104ca99 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.12) +AM_INIT_AUTOMAKE(bluez-utils, 2.13) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE |