From c4109a02321b885562f248eb1b694bdc595bc5c3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 24 May 2007 14:32:45 +0000 Subject: Update changelog and bump version number --- ChangeLog | 13 +++++++++++++ configure.in | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84ff9cf4..07fb996f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 3.11: + Update API documentation. + Minimize SDP root records and browse groups. + Use same decoder for text and URL strings. + Fix SDP pattern extraction for XML. + Fix network connection persistent state. + Add network connection helper methods. + Add initial version of serial port support. + Add class of device tracking. + + Note: + This version needs at least bluez-libs-3.11 + ver 3.10.1: Add option to disable installation of manual pages. Fix input service encryption setup. diff --git a/configure.in b/configure.in index 97bae1af..32025081 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.10.1) +AM_INIT_AUTOMAKE(bluez-utils, 3.11) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit