This commit is contained in:
Peter Hutterer 2021-10-21 13:19:44 +10:00
parent cddf6b8e6b
commit 5fd4b081fe
2 changed files with 13 additions and 1 deletions

12
NEWS
View file

@ -0,0 +1,12 @@
# Media Session 0.4.0 (2021-10-21)
This is the first standalone release of Media Session, previously part of the
PipeWire repository. The binary name and service files remains unchanged as
pipewire-media-session and pipewire-media-session.service.
Media Session now suppports the MEDIA_SESSION_CONFIG_DIR environment variable
as lookup location for configuration files. PIPEWIRE_CONFIG_DIR continues
to be supported as before.
The equivalent to pw-uninstalled.sh in this repository is
media-session-uninstalled.sh.

View file

@ -1,5 +1,5 @@
project('media-session', ['c'],
version : '0.3.38',
version : '0.4.0',
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
meson_version : '>= 0.56.0',
default_options : [ 'warning_level=3',