summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-08-13 13:48:35 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-08-13 13:48:35 +0000
commit4454737ea24db7e7f99c5c6f305c3d802c27b12a (patch)
tree967f816f56a56cc9a24580e06e2ae5165301cdbf
parentc64da0295f5260a07d56dfd6df14d7369859164a (diff)
Update changelog and bump version numberlibs-2.10
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b00dc5af..7f341c88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 2.10:
+ Fix and extend the unaligned access macros.
+ Make compiling with debug information optional.
+ Don't override CFLAGS from configure.
+
ver 2.9:
Add L2CAP info type and info result definitions.
Add value for L2CAP_CONF_RFC_MODE.
diff --git a/configure.in b/configure.in
index 8d4ce6dc..82b4e724 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-libs, 2.9)
+AM_INIT_AUTOMAKE(bluez-libs, 2.10)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE