|
| 1 | +# PipeWire 1.4.1 (2025-03-14) |
| 2 | + |
| 3 | +This is a quick bugfix release that is API and ABI compatible with |
| 4 | +previous 1.x releases. |
| 5 | + |
| 6 | +## Highlights |
| 7 | + - Handle SplitPCM wrong channels specifications. This fixes some |
| 8 | + problems with disappearing devices. |
| 9 | + - Add backwards compatibility support for when the kernel does not |
| 10 | + support UMP. Also fix UMP output. This restores MIDI support for |
| 11 | + older kernels/ALSA. |
| 12 | + - Fix a crash in audioconvert because the resampler was not using the |
| 13 | + right number of channels. |
| 14 | + - Some compilation fixes and small improvements. |
| 15 | + |
| 16 | + |
| 17 | +## PipeWire |
| 18 | + - Don't emit events when disconnecting a stream. (#3314) |
| 19 | + - Fix some compilation problems. (#4603) |
| 20 | + |
| 21 | +## Modules |
| 22 | + - Bump the ROC requirement to version 0.4.0 |
| 23 | + |
| 24 | +## SPA |
| 25 | + - Handle SplitPCM too few or too many channels. Add an error string |
| 26 | + to the device names when the UCM config has an error. |
| 27 | + - Add backwards compatibility support for when the kernel does not |
| 28 | + support UMP. |
| 29 | + - Configure the channels in the resampler correctly in all |
| 30 | + cases. (#4595) |
| 31 | + - Fix UMP output. |
| 32 | + - Use the right samplerate of the filter-graph in audioconvert in |
| 33 | + all cases. |
| 34 | + |
| 35 | +## Bluetooth |
| 36 | + - Fix a crash with an incomming call. |
| 37 | + |
| 38 | + |
| 39 | +Older versions: |
| 40 | + |
1 | 41 | # PipeWire 1.4.0 (2025-03-06)
|
2 | 42 |
|
3 | 43 | This is the 1.4 release that is API and ABI compatible with previous
|
@@ -99,9 +139,6 @@ the 1.2 release last year, including:
|
99 | 139 | ## JACK
|
100 | 140 | - Add an option to disable the MIDI2 port flags. (#4584)
|
101 | 141 |
|
102 |
| - |
103 |
| -Older versions: |
104 |
| - |
105 | 142 | # PipeWire 1.3.83 (2025-02-20)
|
106 | 143 |
|
107 | 144 | This is the third and hopefully last 1.4 release candidate that
|
|
0 commit comments