Skip to content

Commit 5695fda

Browse files
committed
1.2.4
1 parent a141858 commit 5695fda

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

NEWS

+31-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# PipeWire 1.2.4 (2024-09-19)
2+
3+
This is a bugfix release that is API and ABI compatible with the
4+
previous 1.2.x and 1.0.x releases.
5+
6+
## Highlights
7+
- Avoid a crash in cleanup of globals. (#4250)
8+
- Use systemd-logind to scan for new devices in v4l2.
9+
- Some more bugfixes and improvements.
10+
11+
12+
## PipeWire
13+
- Avoid a crash in cleanup of globals. (#4250)
14+
- Improve RequestProcess dispatch.
15+
16+
## Tools
17+
- Improve float parsing. (#4234)
18+
19+
## SPA
20+
- Clear the ringbuffer when stopping in libcamera.
21+
- Use systemd-logind to scan for new devices in v4l2. (#3539, #3960)
22+
- Queue dropped first buffer in v4l2.
23+
- Unlink pcm devices when moving drivers to avoid broken pipe.
24+
25+
## JACK
26+
- Emit buffer_size callback in jack_activate() to improve
27+
compatibility with GStreamer. (#4260)
28+
29+
Older versions:
30+
31+
132
# PipeWire 1.2.3 (2024-08-22)
233

334
This is a bugfix release that is API and ABI compatible with the
@@ -39,9 +70,6 @@ previous 1.2.x and 1.0.x releases.
3970
- pw-cli can now handle arbitrarily large input and params. (#4166)
4071
- Avoid some compiler warnings in pw-top.
4172

42-
Older versions:
43-
44-
4573
# PipeWire 1.2.2 (2024-07-31)
4674

4775
This is a bugfix release that is API and ABI compatible with the

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('pipewire', ['c' ],
2-
version : '1.2.3',
2+
version : '1.2.4',
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)