diff options
| -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 9059aaf6..253f256e 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 | 
