mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 17:24:32 +08:00
Update changelog and bump version number
This commit is contained in:
parent
d842176ec2
commit
c3e6624351
@ -1,3 +1,11 @@
|
||||
ver 3.26:
|
||||
Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAX.
|
||||
Improve handling of different audio transports.
|
||||
Enable services by default and keep old daemons disabled.
|
||||
|
||||
Note:
|
||||
This version needs at least bluez-libs-3.26
|
||||
|
||||
ver 3.25:
|
||||
Add limited support for Handsfree profile.
|
||||
Add limited support for MPEG12/MP3 codec.
|
||||
|
@ -1,7 +1,7 @@
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT()
|
||||
|
||||
AM_INIT_AUTOMAKE(bluez-utils, 3.25)
|
||||
AM_INIT_AUTOMAKE(bluez-utils, 3.26)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
Loading…
Reference in New Issue
Block a user