summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-08-06 08:13:06 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-08-06 08:13:06 +0000
commit21afc09548463710e61451a2e37946a1b515bc6f (patch)
tree5760540696e8d861ed87c1ff286d627503bc9cea
parente739d2ea50020d8bf8a470a0972ea80db6c3d563 (diff)
Update changelog and bump version numberlibs-2.19
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb068d03..ff454ae4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 2.19:
+ Fix the GCC 4.0 warnings.
+ Fix the routing for dealing with raw devices.
+ Add per device service record functions.
+
ver 2.18:
Add support for reading and writing the inquiry scan type.
Add definitions for connection accept timeout and scan enable.
diff --git a/configure.in b/configure.in
index 5b224079..d1986280 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-libs, 2.18)
+AM_INIT_AUTOMAKE(bluez-libs, 2.19)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE