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
e0af13c92c
commit
ddefb55b4f
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
ver 2.19:
|
||||
Fix the GCC 4.0 warnings.
|
||||
Fix off by one memory allocation error.
|
||||
Fix security problem with escape characters in device name.
|
||||
Send D-Bus signals for inquiry results and remote name resolves.
|
||||
Add support for device specific SDP records.
|
||||
|
||||
Note:
|
||||
This version needs at least bluez-libs-2.19
|
||||
|
||||
ver 2.18:
|
||||
Support D-Bus 0.23 and 0.33 API versions.
|
||||
Support reading of complex BCCMD values.
|
||||
|
@ -5,7 +5,7 @@ dnl
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT()
|
||||
|
||||
AM_INIT_AUTOMAKE(bluez-utils, 2.18)
|
||||
AM_INIT_AUTOMAKE(bluez-utils, 2.19)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
Loading…
Reference in New Issue
Block a user