summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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