mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 16:54:38 +08:00
Update changelog and bump version number
This commit is contained in:
parent
4352b6d63f
commit
22dfbf5161
11
AUTHORS
11
AUTHORS
@ -1,6 +1,10 @@
|
||||
Maxim Krasnyansky <maxk@qualcomm.com>
|
||||
Original author.
|
||||
|
||||
Marcel Holtmann <marcel@holtmann.org>
|
||||
Primary maintainer.
|
||||
Various patches, fixes and other contributions.
|
||||
RFCOMM configuration utility.
|
||||
|
||||
Ilguiz Latypov <ilatypov@superbt.com>
|
||||
Patches. Suggestions.
|
||||
@ -15,10 +19,6 @@ Jean Tourrilhes <jt@hpl.hp.com>
|
||||
Thomas Moser <Thomas.Moser@tmoser.ch>
|
||||
Silicon Wave UART initialization.
|
||||
|
||||
Marcel Holtmann <marcel@holtmann.org>
|
||||
Various patches, fixes and other contributions.
|
||||
RFCOMM configuration utility.
|
||||
|
||||
Nils Faerber <nils@kernelconcepts.de>
|
||||
Man pages.
|
||||
|
||||
@ -33,3 +33,6 @@ Wolfgang Heidrich <wolfgang.heidrich@esk.fhg.de>
|
||||
|
||||
Fabrizio Gennari <fabrizio.gennari@philips.com>
|
||||
Support for link supervision timeout (hcitool).
|
||||
|
||||
Philip Blundell <pb@nexus.co.uk>
|
||||
D-Bus PIN helper support.
|
||||
|
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
ver 2.5:
|
||||
hcitool changes:
|
||||
Support for requesting authentication.
|
||||
Support for setting connection encryption.
|
||||
Fix some endian problems.
|
||||
hciconfig changes:
|
||||
Show revision information for Broadcom devices.
|
||||
Replace unprintable characters in device name.
|
||||
hcid changes:
|
||||
Add D-Bus support for PIN request.
|
||||
Report an error on PIN helper failure.
|
||||
Fix some 64-bit problems.
|
||||
Update bluepin script for GTK2.
|
||||
|
||||
ver 2.4:
|
||||
hcitool changes:
|
||||
Increase number of inquiry responses.
|
||||
|
@ -7,7 +7,7 @@ AC_INIT()
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AM_INIT_AUTOMAKE(bluez-utils, 2.4)
|
||||
AM_INIT_AUTOMAKE(bluez-utils, 2.5)
|
||||
|
||||
AC_SUBST(DISTRO)
|
||||
AC_SUBST(PCMCIA)
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Note that this is NOT a relocatable package
|
||||
%define ver 2.4
|
||||
%define ver 2.5
|
||||
%define RELEASE 1
|
||||
%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
|
||||
%define prefix /
|
||||
|
Loading…
Reference in New Issue
Block a user