summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
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