summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-09-03 01:56:41 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-09-03 01:56:41 -0700
commit467e28d995d99be98005c31734739d558919b2df (patch)
treecd49321cd9373202bb44671af32699d656783ff1
parentdd5d60af94acd9f5e5f1f810f493125a39e09034 (diff)
downloadbluez-4.51.tar.gz
Release 4.514.51
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d06f4944e..4da453a34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 4.51:
+ Add utility for basic AVDTP testing.
+ Add support for configuring L2CAP FCS option.
+ Fix discovery mode for CUPS 1.4.x and later.
+ Fix global state tracking of audio service.
+ Fix last issues with the new build system.
+
ver 4.50:
Fix issue with missing manual pages in distribution.
Fix issue with the configuration and state directories.
diff --git a/configure.ac b/configure.ac
index 9e5279dc9..f2c6d758d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.50)
+AC_INIT(bluez, 4.51)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)