summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-12-02 08:36:05 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-12-02 08:36:05 +0000
commit027ee4fcad36b7f6926fecef47a449038eefdbc5 (patch)
tree915d78ef56c89e4d3578107c2fa774dac81c2228
parent603532d2b4141998d2c943c0b5f4077e27f6060f (diff)
Update changelog and bump version numberlibs-2.12
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 73a15640..b7a293b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 2.12:
+ Correct kernel interface for CMTP and HIDP support.
+ Add service classes and profile ids for WAP.
+ Add simple AM_PATH_BLUEZ macro.
+
ver 2.11:
Initial support for the kernel security manager.
Use bit zero for vendor packets in the filter type bitmask.
diff --git a/configure.in b/configure.in
index 765b6896..d44f85cf 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-libs, 2.11)
+AM_INIT_AUTOMAKE(bluez-libs, 2.12)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE