summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-31 16:30:17 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-31 16:30:17 +0000
commit96d225b71e83cf4f958afa56e87312d67f5a1118 (patch)
tree00ad992eab58c637bb20e70ad37062b446e82e3c
parente36da2e02f410298e5ecc0238c439e659b861c2a (diff)
downloadbluez-96d225b71e83cf4f958afa56e87312d67f5a1118.tar.gz
Update changelog and bump version numberlibs-2.22
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fe45974c3..6a01d60c5 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 b7e0787cf..4b58dbf91 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