From e23d63311f8cbbb2fb978f7a70598d785de2d83f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 Dec 2005 13:58:02 +0000 Subject: Update changelog and bump version number --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a01d60c..f1131bcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 2.23: + Add constants and definitions for sniff subrating. + Add support for allocation of binary text elements. + Fix service discovery deadlocks with Samsung D600 phones. + ver 2.22: Decode reserved LMP feature bits. Fix errno overwrite problems. diff --git a/configure.in b/configure.in index 4b58dbf9..d89714b6 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.22) +AM_INIT_AUTOMAKE(bluez-libs, 2.23) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit