diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-09-03 01:56:41 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-09-03 01:56:41 -0700 |
commit | 467e28d995d99be98005c31734739d558919b2df (patch) | |
tree | cd49321cd9373202bb44671af32699d656783ff1 | |
parent | dd5d60af94acd9f5e5f1f810f493125a39e09034 (diff) |
Release 4.514.51
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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) |