Skip to content

Commit 261f184

Browse files
committed
Minor version bump (release 4.2.0)
1 parent 0677f97 commit 261f184

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
List of contributors in alphabetical order.
22

3+
anonymix007 <[email protected]>
34
45
Christoph Scheurer <[email protected]>
56
Đoàn Trần Công Danh <[email protected]>
7+
Gioele Barabucci <[email protected]>
68
Graham Horner <[email protected]>
79
Guillaume Zin <[email protected]>
810

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
unreleased
22
==========
33

4+
bluez-alsa v4.2.0 (2024-05-11)
5+
==========
6+
47
- optional support for BLE MIDI 1.0 profile as a GATT server
58
- optional support for HFP LC3-SWB (Super Wide Band) codec
69
- command line option to set real-time priority for IO threads
710
- command line option to filter log messages based on severity
811
- allow to select individual extended controls in ALSA plug-in
912
- codec-specific delay adjustment with ALSA control and persistency
13+
- improved AAC codec support to be conformant with A2DP v1.4
1014
- fix for SBC codec and audio scaling on big-endian platforms
1115
- fix mSBC decode for MTU > 60 bytes (e.g. Realtek USB adapters)
1216
- bluealsa-aplay: option to auto-select volume mode for used PCM
1317
- support use of libfreeaptx for apt-X and apt-X HD codecs
18+
- stability fixes for ALSA PCM I/O plug-in
1419

1520
bluez-alsa v4.1.1 (2023-06-24)
1621
==============================

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ([2.60])
55
AC_INIT([BlueALSA],
6-
[m4_normalize(esyscmd([test -d .git && git describe --always --dirty || echo v4.1.1]))],
6+
[m4_normalize(esyscmd([test -d .git && git describe --always --dirty || echo v4.2.0]))],
77
[[email protected]], [bluez-alsa], [https://github.com/arkq/bluez-alsa])
88
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror])
99

0 commit comments

Comments
 (0)