SHA256
1
0
forked from pool/wireplumber

Accepting request 945249 from home:alarrosa:branches:multimedia:libs

- Reformat .changes file to limit lines to 67 chars when possible.

  * Fix briefly switching output to a secondary device when
    switching device profiles (#85)
  * Scripts are now also looked up in
    $XDG_CONFIG_HOME/wireplumber/scripts
  * Add support for using strings as log level selectors in
    WIREPLUMBER_DEBUG.
- Drop patches merged upstream:
  * 0001-m-reserve-device-replace-the-hash-table-key-on-new-insert.patch
  * 0002-policy-node-wait-for-nodes-when-we-become-unlinked.patch
- Add patch from upstream to fix a pulse client hanging issue:
  * 0001-policy-node-schedule-rescan-without-timeout-if-defined-target-is-not-found.patch
- Add patch from upstream to fix an issue with
  libpipewire-module-echo-cancel:
  * 0002-policy-node-find-best-linkable-if-default-one-cannot-be-linked.patch

OBS-URL: https://build.opensuse.org/request/show/945249
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=18
This commit is contained in:
Antonio Larrosa 2022-01-10 09:51:25 +00:00 committed by Git OBS Bridge
parent 3c7ac99186
commit 74b9876921

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 10 09:50:15 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>
- Reformat .changes file to limit lines to 67 chars when possible.
-------------------------------------------------------------------
Sat Jan 8 16:12:57 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
@ -11,8 +16,8 @@ Sat Jan 8 16:12:57 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
* Fix an issue where "udevadm trigger" would break wireplumber.
* Fix an issue where switching profiles of a device could kill
client nodes.
* Fix briefly switching output to a secondary device when switching device
profiles (#85)
* Fix briefly switching output to a secondary device when
switching device profiles (#85)
* Fix "wpctl status" showing default device selections when
dealing with module-loopback virtual sinks and sources.
* WirePlumber now ignores hidden files from the config directory.
@ -22,17 +27,20 @@ Sat Jan 8 16:12:57 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
* Fix a crash in the journald logger with NULL debug messages.
* Enable real-time priority for the bluetooth nodes to run in RT.
* Make the default stream volume configurable.
* Scripts are now also looked up in $XDG_CONFIG_HOME/wireplumber/scripts
* Scripts are now also looked up in
$XDG_CONFIG_HOME/wireplumber/scripts
* Update documentation on configuring WirePlumber and fixed some
more documentation issues.
* Add support for using strings as log level selectors in WIREPLUMBER_DEBUG.
- Drop 0001-m-reserve-device-replace-the-hash-table-key-on-new-insert.patch,
0002-policy-node-wait-for-nodes-when-we-become-unlinked.patch:
merged upstream.
- Add 0001-policy-node-schedule-rescan-without-timeout-if-defined-target-is-not-found.patch:
fix a pulse client hanging issue.
- Add 0002-policy-node-find-best-linkable-if-default-one-cannot-be-linked.patch:
fix an issue with libpipewire-module-echo-cancel.
* Add support for using strings as log level selectors in
WIREPLUMBER_DEBUG.
- Drop patches merged upstream:
* 0001-m-reserve-device-replace-the-hash-table-key-on-new-insert.patch
* 0002-policy-node-wait-for-nodes-when-we-become-unlinked.patch
- Add patch from upstream to fix a pulse client hanging issue:
* 0001-policy-node-schedule-rescan-without-timeout-if-defined-target-is-not-found.patch
- Add patch from upstream to fix an issue with
libpipewire-module-echo-cancel:
* 0002-policy-node-find-best-linkable-if-default-one-cannot-be-linked.patch
-------------------------------------------------------------------
Wed Dec 15 13:48:27 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>