summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-07-03 14:52:15 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-07-03 14:52:15 +0000
commit60197f2a9074b5ca0ba9a5711b695f65089f99ec (patch)
treefb757a1145d1edbdd26ed94e6645ff6017c9ef4b
parentb9b9f3700eefd8a32af2b68fb08c008b1fad650f (diff)
Update changelog and bump version numberlibs-2.18
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fa39ba5..bb068d03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 2.18:
+ Add support for reading and writing the inquiry scan type.
+ Add definitions for connection accept timeout and scan enable.
+ Remove hci_vhci.h header file.
+ Remove hci_uart.h header file.
+
ver 2.17:
Include stdio.h in bluetooth.h header file.
Include sys/socket.h in the header files.
diff --git a/configure.in b/configure.in
index b09239bc..5b224079 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-libs, 2.17)
+AM_INIT_AUTOMAKE(bluez-libs, 2.18)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE