summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-08-27 13:22:50 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-08-27 13:22:50 +0000
commit364f4856732744dce0b99182a3b1f8f557fb2a7a (patch)
tree8b88b676d2faf8059e3f8720bba91e1f84c79514
parent0945829c8c01d162cdabfe96ba8d6f432769947a (diff)
Update changelog and bump version numberlibs-2.20
-rw-r--r--ChangeLog7
-rw-r--r--configure.in2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff454ae4..87442430 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 2.20:
+ Add UUIDs for video distribution profile.
+ Add UUIDs for phonebook access profile.
+ Add attribute identifier for supported repositories.
+ Add definitions for extended inquiry response.
+ Add functions for extended inquiry response.
+
ver 2.19:
Fix the GCC 4.0 warnings.
Fix the routing for dealing with raw devices.
diff --git a/configure.in b/configure.in
index d1986280..c88ae69d 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-libs, 2.19)
+AM_INIT_AUTOMAKE(bluez-libs, 2.20)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE