From b5caa9eb0417feb6ef6ceec1cde12a1af3305777 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 23 Jun 2007 23:55:57 +0000 Subject: Update changelog and bump version number --- ChangeLog | 16 ++++++++++++++++ configure.in | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 07fb996f..4dd7eafe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +ver 3.12: + Add support for limited discovery mode. + Add support for setting of event mask. + Add GetRemoteServiceIdentifiers method. + Add skeleton for local D-Bus server. + Add headset gain control methods. + Fix various headset implementation issues. + Fix various serial port service issues. + Fix various input service issues. + Let CUPS plugin discover printers in range. + Improve the BCM2035 UART init routine. + Ignore connection events for non-ACL links. + + Note: + This version needs at least bluez-libs-3.12 + ver 3.11: Update API documentation. Minimize SDP root records and browse groups. diff --git a/configure.in b/configure.in index 32025081..4faea583 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 3.11) +AM_INIT_AUTOMAKE(bluez-utils, 3.12) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit