From d8dfd749616de512190379a80f2c49028fe212a9 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Fri, 3 Jul 2020 18:52:18 +0200 Subject: Prepare 0.38.4 --- NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e6f6e431..96eba915 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,46 @@ +0.38.4 +====== + +Core: + - Actually use the pretty hostname if found + +Server: + - Fix missing nullable argument + +Rygel: + - Add debug output regarding the currently applied + ACL policy + +Server: + - Fix TimeSeekRange headers being locale-dependent + +Tracker: + - Some fixes for compatibility with recent vala + - nmm:albumTitle was removed ages ago, use nie:title + +GStreamer Media Engine: + - Do not seek on encodebin + + Translation updates + +Bugs fixed in this release: + - https://gitlab.gnome.org/GNOME/rygel/issues/157 + - https://gitlab.gnome.org/GNOME/rygel/issues/161 + - https://gitlab.gnome.org/GNOME/rygel/issues/165 + +All contributors to this release: + - Jens Georg + - sicklylife + - Daniel Korostil + - Danial Behzadi + - Umarzuki Bin Mochlis Moktar + +Added/updated translations: + - fa.po, courtesy of Danial Behzadi + - ja.po, courtesy of sicklylife + - ms.po, courtesy of abuyop + - uk.po, courtesy of Yuri Chornoivan + 0.38.3 ====== diff --git a/meson.build b/meson.build index 0e1d9f8e..f0f415bc 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('rygel', 'vala', 'c', version : '0.38.3') +project('rygel', 'vala', 'c', version : '0.38.4') vala = meson.get_compiler('vala') # Check for the required vala version -- cgit v1.2.1