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
dc69351694
commit
dbcb5d496a
20
ChangeLog
20
ChangeLog
@ -1,3 +1,23 @@
|
||||
ver 2.17:
|
||||
Set the storage directory through ${localstatedir}.
|
||||
Add the textfile library for ASCII based file access.
|
||||
Add support for return link keys event.
|
||||
Add support for voice setting configuration.
|
||||
Add support for page scan timeout configuration.
|
||||
Add support for storing and deleting of stored link keys.
|
||||
Add support for searching for services with UUID-128.
|
||||
Add support for retrieving all possible service records.
|
||||
Add support for a raw mode view of service records.
|
||||
Add support for HID information caching in hidd.
|
||||
Add support for authentication in pand and dund.
|
||||
Add support for changing BD_ADDR of CSR chips.
|
||||
Add pskey utility for changing CSR persistent storage values.
|
||||
Add the firmware upgrade utility.
|
||||
Add connection caching for the A2DP ALSA plugin.
|
||||
|
||||
Note:
|
||||
This version needs at least bluez-libs-2.17
|
||||
|
||||
ver 2.16:
|
||||
Store link keys in ASCII based file format.
|
||||
Support device name caching.
|
||||
|
@ -5,7 +5,7 @@ dnl
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT()
|
||||
|
||||
AM_INIT_AUTOMAKE(bluez-utils, 2.16)
|
||||
AM_INIT_AUTOMAKE(bluez-utils, 2.17)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
Loading…
Reference in New Issue
Block a user