File tree 2 files changed +32
-4
lines changed
2 files changed +32
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
32
# PipeWire 1.2.3 (2024-08-22)
2
33
3
34
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.
39
70
- pw-cli can now handle arbitrarily large input and params. (#4166)
40
71
- Avoid some compiler warnings in pw-top.
41
72
42
- Older versions:
43
-
44
-
45
73
# PipeWire 1.2.2 (2024-07-31)
46
74
47
75
This is a bugfix release that is API and ABI compatible with the
Original file line number Diff line number Diff line change 1
1
project (' pipewire' , [' c' ],
2
- version : ' 1.2.3 ' ,
2
+ version : ' 1.2.4 ' ,
3
3
license : [ ' MIT' , ' LGPL-2.1-or-later' , ' GPL-2.0-only' ],
4
4
meson_version : ' >= 0.61.1' ,
5
5
default_options : [ ' warning_level=3' ,
You can’t perform that action at this time.
0 commit comments