From 1933fc19d782241a432657b14813b8f9b77c8044 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sun, 19 Mar 2023 11:06:36 +0100 Subject: Prepare Rygel 0.42.2 --- NEWS | 27 +++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f9900859..2e7af3c2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +0.42.2 (stable) +=============== + +Server + - Fix issue with urls having "." in them + - Export disc numbers + +Tracker3 + - Export disc numbers + +MediaExport + - Export disc numbers + +All + - Translation updates + +Bugs fixed in this release: + - https://gitlab.gnome.org/GNOME/rygel/issues/225 + - https://gitlab.gnome.org/GNOME/rygel/issues/223 + +All contributors to this release: + - Jens Georg + - Sabri Ünal + +Added/updated translations: + - tr.po, courtesy of Sabri Ünal + 0.42.1 (stable) =============== - Fix incomplete API/ABI switch to 2.8 diff --git a/meson.build b/meson.build index c4ede343..4c1376e7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('rygel', 'vala', 'c', version : '0.42.1', meson_version : '>= 0.58.0') +project('rygel', 'vala', 'c', version : '0.42.2', meson_version : '>= 0.58.0') vala = meson.get_compiler('vala') # Check for the required vala version -- cgit v1.2.1