This commit is contained in:
Wim Taymans 2020-05-11 13:35:32 +02:00
parent df8ad59e37
commit ba215efed0
2 changed files with 36 additions and 3 deletions

37
NEWS
View file

@ -1,3 +1,38 @@
PipeWire 0.3.5
This is a bugfix release that is API and ABI compatible
with previous 0.3.x releases.
- Compiler fixes
- Add pw-midiplay and pw-midirecord aliases
- Add pw-mididump tool
- Add pw-metadata tool to inspect, add and remove metadata
for objects.
- Docs updates, man pages
- install alsa config files
- Fix linked sink/source in pulseaudio
- ratelimit graph processing warnings
- improve buffer handling in GStreamer elements
- Fix power usage by removing the queue for the alsa
sequencer system announce messages.
- Fix metadata clear() method dispatch.
- Improve parameter enumeration, make it possible to detect
missing parameters vs no-compatible parameters so that we
can use defaults in the first case and error in the second
case.
- Fix cleanup of proxy objects. Stability improvements on
plug/unplug in session manager.
- Make it possible to set log level from config file
- improve debug of param negotiation errors. Log the
parameters to stderr/journal.
- Make it possible to configure global logger
implementation.
- Fix NEON detection
- JACK and PulseAudio compatibility improvements
Older versions:
PipeWire 0.3.4
This is a bugfix release that is API and ABI compatible
@ -6,8 +41,6 @@ with previous 0.3.x releases.
- A quick update with some important stability fixes.
Older versions:
PipeWire 0.3.3
This is a bugfix release that is API and ABI compatible

View file

@ -1,5 +1,5 @@
project('pipewire', ['c' ],
version : '0.3.4',
version : '0.3.5',
license : 'MIT',
meson_version : '>= 0.50.0',
default_options : [ 'warning_level=3',