diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-05-08 20:36:18 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-05-08 20:36:18 +0000 |
commit | 997224301bb21bcd345026e9634d2d501e6918e7 (patch) | |
tree | 4351130a0bfec21f4b344f1f34f8b31aa5253d0a | |
parent | 15f0222e04e33cbfc622007d6bac851e44477dd9 (diff) |
Update changelog and bump version numberlibs-2.7
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | libs.spec | 2 |
3 files changed, 11 insertions, 2 deletions
@@ -1,3 +1,12 @@ +ver 2.7: + Fix display of decoded LMP features. + Update company identifiers. + Add AFH related types. + Add first bits from EDR prototyping specification. + Add support for inquiry with RSSI. + Add HCRP related SDP functions. + Add HIDP header file. + ver 2.6: Use R2 for default value of pscan_rep_mode. Add new company identifiers. diff --git a/configure.in b/configure.in index 9059aaf6e..253f256e4 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.6) +AM_INIT_AUTOMAKE(bluez-libs, 2.7) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 2.6 +%define ver 2.7 %define RELEASE 1 %define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} %define prefix /usr |