Skip to content

Commit

Permalink
Minor version bump (release 4.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed May 23, 2023
1 parent e3fce50 commit 165e15b
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/spellcheck-wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ SRC
SRV
TLV
TODO
TSAN
UI
UUID
UUIDs
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Lars Wendler <polynomial-c@gentoo.org>
mcz <emcze@ya.ru>
Michał Kępień <github@kempniu.pl>
Ming Liu <liu.ming50@gmail.com>
Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Parthiban Nallathambi <pn@denx.de>
René Rebe <rene@exactcode.com>
Sebastian Würl <bastiwuerl@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2016-2022 Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
Copyright (c) 2016-2023 Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 11 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
unreleased
==========

bluez-alsa v4.1.0 (2023-05-23)
==============================

- removed deprecated org.bluealsa.Manger1 D-Bus interface
- persistent storage for PCM volume and mute state
- PCM volume control with oFono HFP-AG and HFP-HF profiles
- export transport running state via PCM D-Bus interface
- transport running state exported in PCM D-Bus interface
- A2DP codec configuration blob exported in PCM D-Bus interface
- optional non-dynamic operation mode for ALSA control plug-in
- optional extended controls for ALSA control plug-in
- change RFCOMM D-Bus API features property to array of strings
- changed RFCOMM D-Bus API features property to array of strings
- fix for SCO link establishment for oFono HFP-AG profile
- fix for volume control for HSP-HS and HFP-HF profiles
- stability fixes for ALSA PCM I/O and control plug-ins
- bluealsa-aplay: fix for volume synchronization
- lots of fixes for race conditions (TSAN)
- lots of updates to the manual pages

bluez-alsa v4.0.0 (2022-06-03)
==============================
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ([2.60])
AC_INIT([BlueALSA],
[m4_normalize(esyscmd([test -d .git && git describe --always --dirty || echo v4.0.0]))],
[m4_normalize(esyscmd([test -d .git && git describe --always --dirty || echo v4.1.0]))],
[arkadiusz.bokowy@gmail.com], [bluez-alsa], [https://github.com/arkq/bluez-alsa])
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror])

Expand Down
2 changes: 1 addition & 1 deletion doc/bluealsa-aplay.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,4 @@ SEE ALSO
``amixer(1)``, ``aplay(1)``, ``bluealsa-rfcomm(1)``, ``bluealsa(8)``

Project web site
https://github.com/Arkq/bluez-alsa
https://github.com/arkq/bluez-alsa
2 changes: 1 addition & 1 deletion doc/bluealsa-cli.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ SEE ALSO
``bluealsa(8)``, ``bluealsa-aplay(1)``, ``bluealsa-rfcomm(1)``

Project web site
https://github.com/Arkq/bluez-alsa
https://github.com/arkq/bluez-alsa
2 changes: 1 addition & 1 deletion doc/bluealsa-plugins.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ SEE ALSO
``bluealsa(8)``, ``bluetoothd(8)``

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

ALSA configuration file syntax
https://www.alsa-project.org/alsa-doc/alsa-lib/conf.html
Expand Down
2 changes: 1 addition & 1 deletion doc/bluealsa-rfcomm.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ SEE ALSO
``bluealsa-aplay(1)`` ``bluealsa(8)``

Project web site
https://github.com/Arkq/bluez-alsa
https://github.com/arkq/bluez-alsa
2 changes: 1 addition & 1 deletion doc/bluealsa.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -442,4 +442,4 @@ SEE ALSO
``bluetoothctl(1)``, ``bluealsa-plugins(7)``, ``bluetoothd(8)``

Project web site
https://github.com/Arkq/bluez-alsa
https://github.com/arkq/bluez-alsa
2 changes: 1 addition & 1 deletion doc/hcitop.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ SEE ALSO
``btmon(1)``, ``hciconfig(1)``, ``hcitool(1)``

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

0 comments on commit 165e15b

Please sign in to comment.