This commit is contained in:
Wim Taymans 2025-11-06 16:29:05 +01:00
parent 7a8ecbf41d
commit 2374d034d7
2 changed files with 14 additions and 4 deletions

16
NEWS
View file

@ -1,3 +1,16 @@
# PipeWire 1.5.83 (2025-11-06)
This is the third 1.6 release candidate that is API and ABI
compatible with previous 1.4.x, 1.2.x and 1.0.x releases.
Changes since the last pre-release:
## Highlights
- Include the NEWS and updated version number.
Older versions:
# PipeWire 1.5.82 (2025-11-06) # PipeWire 1.5.82 (2025-11-06)
This is the second 1.6 release candidate that is API and ABI This is the second 1.6 release candidate that is API and ABI
@ -58,9 +71,6 @@ Changes since the last pre-release:
## Docs ## Docs
- Swap the name and id of device.product - Swap the name and id of device.product
Older versions:
# PipeWire 1.5.81 (2025-10-16) # PipeWire 1.5.81 (2025-10-16)
This is the first 1.6 release candidate that is API and ABI This is the first 1.6 release candidate that is API and ABI

View file

@ -1,5 +1,5 @@
project('pipewire', ['c' ], project('pipewire', ['c' ],
version : '1.5.82', version : '1.5.83',
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ], license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
meson_version : '>= 0.61.1', meson_version : '>= 0.61.1',
default_options : [ 'warning_level=3', default_options : [ 'warning_level=3',