summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-29 09:40:32 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-07-29 09:40:32 +0000
commit79755a2cfbd1ed4838851cd22413daa572d4f3b7 (patch)
tree9dfaa5e52797ecf8bc3eb97ef915843a018b53a8
parentc2ce952c89bf07118d8d4d174979cc41fe047065 (diff)
Update changelog and bump version number
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ebf07e71..b00dc5af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 2.9:
+ Add L2CAP info type and info result definitions.
+ Add value for L2CAP_CONF_RFC_MODE.
+ Change RSSI value to signed instead of unsigned.
+ Allow UUID32 values as protocol identifiers.
+
ver 2.8:
Fix the event code of inquiry with RSSI.
Add defines and UUID's for audio/video profiles.
diff --git a/configure.in b/configure.in
index 6bd235a6..e0ab76f0 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-libs, 2.8)
+AM_INIT_AUTOMAKE(bluez-libs, 2.9)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE