summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-01-31 23:09:22 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-01-31 23:09:22 +0000
commit49ce09906c8786d890da498fe2708c0cd6484c6c (patch)
tree102ac60638d8199282f726a08a1ed57fdb7e0feb
parent25efdcf40470f471d7d4412f3c5d11e918b8452e (diff)
Update changelog and bump version numberlibs-2.15
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bbf3c8f..8f46894c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 2.15:
+ Use better way for unaligned access.
+ Remove sdp_internal.h and its usage.
+ Add deprecated functions for reading the name.
+ Add function for reading the clock.
+ Add function for reading the local Bluetooth address.
+ Add function for reading the local supported features.
+
ver 2.14:
Add function for reading the RSSI.
Add function for reading the link quality.
diff --git a/configure.in b/configure.in
index 2f6373f0..f9ab66e5 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-libs, 2.14)
+AM_INIT_AUTOMAKE(bluez-libs, 2.15)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE