Skip to content

Commit 165e15b

Browse files
committed
Minor version bump (release 4.1.0)
1 parent e3fce50 commit 165e15b

11 files changed

+21
-10
lines changed

.github/spellcheck-wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ SRC
4545
SRV
4646
TLV
4747
TODO
48+
TSAN
4849
UI
4950
UUID
5051
UUIDs

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Lars Wendler <[email protected]>
1313
1414
Michał Kępień <[email protected]>
1515
16+
Nicolas Cavallari <[email protected]>
1617
Parthiban Nallathambi <[email protected]>
1718
René Rebe <[email protected]>
1819
Sebastian Würl <[email protected]>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2016-2022 Arkadiusz Bokowy <[email protected]>
3+
Copyright (c) 2016-2023 Arkadiusz Bokowy <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

NEWS

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
unreleased
22
==========
33

4+
bluez-alsa v4.1.0 (2023-05-23)
5+
==============================
6+
7+
- removed deprecated org.bluealsa.Manger1 D-Bus interface
48
- persistent storage for PCM volume and mute state
59
- PCM volume control with oFono HFP-AG and HFP-HF profiles
6-
- export transport running state via PCM D-Bus interface
10+
- transport running state exported in PCM D-Bus interface
11+
- A2DP codec configuration blob exported in PCM D-Bus interface
712
- optional non-dynamic operation mode for ALSA control plug-in
813
- optional extended controls for ALSA control plug-in
9-
- change RFCOMM D-Bus API features property to array of strings
14+
- changed RFCOMM D-Bus API features property to array of strings
1015
- fix for SCO link establishment for oFono HFP-AG profile
1116
- fix for volume control for HSP-HS and HFP-HF profiles
17+
- stability fixes for ALSA PCM I/O and control plug-ins
18+
- bluealsa-aplay: fix for volume synchronization
19+
- lots of fixes for race conditions (TSAN)
20+
- lots of updates to the manual pages
1221

1322
bluez-alsa v4.0.0 (2022-06-03)
1423
==============================

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.0.0]))],
6+
[m4_normalize(esyscmd([test -d .git && git describe --always --dirty || echo v4.1.0]))],
77
[[email protected]], [bluez-alsa], [https://github.com/arkq/bluez-alsa])
88
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror])
99

doc/bluealsa-aplay.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ SEE ALSO
263263
``amixer(1)``, ``aplay(1)``, ``bluealsa-rfcomm(1)``, ``bluealsa(8)``
264264

265265
Project web site
266-
https://github.com/Arkq/bluez-alsa
266+
https://github.com/arkq/bluez-alsa

doc/bluealsa-cli.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,4 @@ SEE ALSO
218218
``bluealsa(8)``, ``bluealsa-aplay(1)``, ``bluealsa-rfcomm(1)``
219219

220220
Project web site
221-
https://github.com/Arkq/bluez-alsa
221+
https://github.com/arkq/bluez-alsa

doc/bluealsa-plugins.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ SEE ALSO
561561
``bluealsa(8)``, ``bluetoothd(8)``
562562

563563
Project web site
564-
https://github.com/Arkq/bluez-alsa
564+
https://github.com/arkq/bluez-alsa
565565

566566
ALSA configuration file syntax
567567
https://www.alsa-project.org/alsa-doc/alsa-lib/conf.html

doc/bluealsa-rfcomm.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ SEE ALSO
6464
``bluealsa-aplay(1)`` ``bluealsa(8)``
6565

6666
Project web site
67-
https://github.com/Arkq/bluez-alsa
67+
https://github.com/arkq/bluez-alsa

doc/bluealsa.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,4 +442,4 @@ SEE ALSO
442442
``bluetoothctl(1)``, ``bluealsa-plugins(7)``, ``bluetoothd(8)``
443443

444444
Project web site
445-
https://github.com/Arkq/bluez-alsa
445+
https://github.com/arkq/bluez-alsa

doc/hcitop.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ SEE ALSO
104104
``btmon(1)``, ``hciconfig(1)``, ``hcitool(1)``
105105

106106
Project web site
107-
https://github.com/Arkq/bluez-alsa
107+
https://github.com/arkq/bluez-alsa

0 commit comments

Comments
 (0)