From 84a66abab8579ab01c8715d8564155ad918235a2 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 25 Dec 2004 17:47:52 +0000 Subject: Update changelog and bump version number --- ChangeLog | 9 +++++++++ configure.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 35325162..688c2577 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 1a94d114..f7104ca9 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 -- cgit