From 96d225b71e83cf4f958afa56e87312d67f5a1118 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 31 Oct 2005 16:30:17 +0000 Subject: Update changelog and bump version number --- ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fe45974c..6a01d60c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 2.22: + Decode reserved LMP feature bits. + Fix errno overwrite problems. + Fix profile descriptor problem with Samsung phones. + Add compile time buffer checks (FORTIFY SOURCE). + ver 2.21: Add support for identification of supported commands. Add missing OCF declarations for the security filter. diff --git a/configure.in b/configure.in index b7e0787c..4b58dbf9 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.21) +AM_INIT_AUTOMAKE(bluez-libs, 2.22) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit