summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-05-09 12:27:49 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-05-09 12:27:49 +0000
commit67c565bcf20f7293b70aaa15a9a0651ff61ff52b (patch)
tree096ae99b547f002cd15e4d60996911b3842f1137
parent4e2579e42570a214353809903f6c8bc59db7d5ef (diff)
Update changelog and bump version numberlibs-2.17
-rw-r--r--ChangeLog7
-rw-r--r--configure.in2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6559577e..1fa39ba5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 2.17:
+ Include stdio.h in bluetooth.h header file.
+ Include sys/socket.h in the header files.
+ Add functions for stored link keys.
+ Add definitions for PIN type and unit key.
+ Add SDP_WAIT_ON_CLOSE flag for sdp_connect().
+
ver 2.16:
Fix buffer allocation for features to string conversion.
Add function for reading local supported commands.
diff --git a/configure.in b/configure.in
index 2b58fbad..b09239bc 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-libs, 2.16)
+AM_INIT_AUTOMAKE(bluez-libs, 2.17)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE