|
| 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 | + |
1 | 38 | # PipeWire 1.0.8 (2024-09-19)
|
2 | 39 |
|
3 | 40 | 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
|
42 | 79 | ## ALSA
|
43 | 80 | - Handle format renegotiation. (#3856)
|
44 | 81 |
|
45 |
| -Older versions: |
46 |
| - |
47 |
| - |
48 | 82 | # PipeWire 1.0.7 (2024-05-24)
|
49 | 83 |
|
50 | 84 | This is a small bugfix release that is API and ABI compatible with previous
|
|
0 commit comments