Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wireplumber
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
wireplumber
Commits
99669976
Commit
99669976
authored
4 years ago
by
George Kiagiadakis
Browse files
Options
Downloads
Patches
Plain Diff
NEWS: release 0.3.0
parent
e7d6ed45
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS.md
+22
-0
22 additions, 0 deletions
NEWS.md
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
23 additions
and
1 deletion
NEWS.md
+
22
−
0
View file @
99669976
# WirePlumber 0.3.0
The desktop-ready release!
Changes since 0.2.96:
-
Changed how the device endpoints & nodes are named
to make them look better in JACK graph tools, such as qjackctl.
JACK tools use the ':' character as a separator to distinguish the node
name from the port name (since there are no actual nodes in JACK) and
having ':' in our node names made the graph look strange in JACK
-
Fixed an issue with parsing wireplumber.conf that could cause
out-of-bounds memory access
-
Fixed some pw_proxy object leaks that would show up in the log
-
Fixed more issues with unlinking the stream volume (si-convert) node
from the ALSA sink node and suspending the both;
This now also works with PipeWire 0.3.5 and 0.3.6, so it is possible
to use these PipeWire versions with WirePlumber without disabling streams
on audio sinks.
# WirePlumber 0.2.96
Second pre-release (RC2) of WirePlumber 0.3.0
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
99669976
project
(
'wireplumber'
,
[
'c'
,
'cpp'
],
version
:
'0.
2.96
'
,
version
:
'0.
3.0
'
,
license
:
'MIT'
,
meson_version
:
'>= 0.51.0'
,
default_options
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment