mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-21 11:53:56 +08:00
Update changelog and bump version number
This commit is contained in:
parent
368e7cfd1e
commit
8327293fd9
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
ver 3.3:
|
||||
Don't change inquiry mode for Bluetooth 1.1 adapters.
|
||||
Add udev rules for Bluetooth serial PCMCIA cards.
|
||||
Add Cancel and Release methods for passkey agents.
|
||||
Add GetRemoteClass method.
|
||||
Convert to using ppoll() and pselect().
|
||||
Initialize allocated memory to zero.
|
||||
Remove bcm203x firmware loader.
|
||||
|
||||
Note:
|
||||
This version needs at least bluez-libs-3.3
|
||||
|
||||
ver 3.2:
|
||||
Only check for the low-level D-Bus library.
|
||||
Update possible device minor classes.
|
||||
|
@ -1,7 +1,7 @@
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT()
|
||||
|
||||
AM_INIT_AUTOMAKE(bluez-utils, 3.2)
|
||||
AM_INIT_AUTOMAKE(bluez-utils, 3.3)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
Loading…
Reference in New Issue
Block a user