This commit is contained in:
Wim Taymans 2020-11-19 16:27:20 +01:00
parent 55982c75db
commit 09d373f094
2 changed files with 46 additions and 4 deletions

48
NEWS
View file

@ -1,3 +1,48 @@
PipeWire 0.3.16
This is a bugfix release that is API and ABI compatible
with previous 0.3.x releases.
- Highlights
- Fix screensharing for old 0.2 clients
- Many pulse-server improvements. There is now a
pipewire-pulse binary that is the prefered solution for
PulseAudio compatibility. The replacement libpulse
libraries are now deprecated. This also makes audio in
Flatpak work.
- PipeWire improvements
- Fix cleanup of listeners everywhere. Force remove of
listeners in _destroy to avoid crashes.
- Add support for a journald logger module.
- Various memory leak fixes
- Silence some warnings that spammed the logs.
- Fix flush in pw_stream. This fixes small glitches when
switching streams in music players.
- Various FreeBSD fixes and improvements.
- Fix some crashes when destroying objects.
- Device support
- Reload the ALSA configuration when creating a node so that
hotplugged devices work in all cases.
- Fix memory leaks in ACP library. This also fixes issues
where the mixer device was not closed.
- Bluetooth now has support for the mSBC codec for SCO
source and sink.
- pulse-server
- Many introspection and compatibility improvements. It should
now be as good or better than the replacement library.
- Implement sample cache to make notification events work.
- JACK layer
- handle errors when linking, fixes jack_connect hang when
the ports were already linked.
Older versions:
PipeWire 0.3.15
This is a bugfix release that is API and ABI compatible
@ -48,9 +93,6 @@ with previous 0.3.x releases.
- implement pause
Older versions:
PipeWire 0.3.14
This is a bugfix release that is API and ABI compatible

View file

@ -1,5 +1,5 @@
project('pipewire', ['c' ],
version : '0.3.15',
version : '0.3.16',
license : 'MIT',
meson_version : '>= 0.49.0',
default_options : [ 'warning_level=3',