Skip to content

Commit 467fd4a

Browse files
committed
1.0.9
1 parent 03e198a commit 467fd4a

File tree

2 files changed

+38
-4
lines changed

2 files changed

+38
-4
lines changed

NEWS

+37-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# PipeWire 1.0.9 (2024-10-22)
2+
3+
This is a bugfix release that is API and ABI compatible with previous
4+
1.0.x releases.
5+
6+
## Highlights
7+
- Fix an fd leak and confusion in the protocol that would cause leaks and
8+
wrong memory to be used.
9+
- Fix bug where the mixer would not be synced correctly after selecting
10+
a port, leaving the audio muted. (#4084)
11+
- Backport v4l2 systemd-logind support to avoid races when starting.
12+
(#3539 and #3960).
13+
- Other small fixed and improvements.
14+
15+
16+
## PipeWire
17+
- Fix a bug where renegotiation would sometimes fail to deactivate a link.
18+
- Fix an fd leaks and confusion in the protocol.
19+
20+
## modules
21+
- Fix a use-after-free in the rt module when stopping a thread.
22+
23+
## SPA
24+
- Fix bug where the mixer would not be synced correctly after selecting
25+
a port, leaving the audio muted. (#4084)
26+
- Fix a compilation issue with empty initializers. (#4317)
27+
- Backport v4l2 systemd-logind support to avoid races when starting.
28+
(#3539 and #3960).
29+
- Fix a potential crash when cleaning ALSA nodes.
30+
31+
## JACK
32+
- align buffers to the max cpu alignment in order to allow more
33+
optimizations.
34+
35+
Older versions:
36+
37+
138
# PipeWire 1.0.8 (2024-09-19)
239

340
This is a small bugfix release that is API and ABI compatible with previous
@@ -42,9 +79,6 @@ This is a small bugfix release that is API and ABI compatible with previous
4279
## ALSA
4380
- Handle format renegotiation. (#3856)
4481

45-
Older versions:
46-
47-
4882
# PipeWire 1.0.7 (2024-05-24)
4983

5084
This is a small bugfix release that is API and ABI compatible with previous

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('pipewire', ['c' ],
2-
version : '1.0.8',
2+
version : '1.0.9',
33
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
44
meson_version : '>= 0.61.1',
55
default_options : [ 'warning_level=3',

0 commit comments

Comments
 (0)