[rygel] Prepare Rygel 0.39.2



commit 38bc7d4a269f38690eb4289b45e0b0f7f90e8a35
Author: Jens Georg <mail jensge org>
Date:   Sun Aug 9 23:33:30 2020 +0200

    Prepare Rygel 0.39.2

 NEWS        | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 71 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 09e7ce07..eafeec3d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,73 @@
+0.39.2
+======
+
+Core:
+ - Allow loading plugin that conflicts with a disabled plugin
+
+Server:
+ - Check for subtitles only on "local" files
+
+Rygel:
+ - Support IPv6 if supported by GUPnP context manager
+
+Tracker:
+ - Add missing default in case
+
+Tracker3:
+ - Make it an optional dependency
+ - Add mising default in case
+ - Update for API break in 2.99
+
+GstLaunch:
+ - Fix critical about missing media engine
+ - Fix missing updated() call
+ - Update resolution of examples
+
+MediaExport:
+ - Fix missing title in virtual containers
+
+Examples:
+ - Change device name for fullscreen renderer example
+ - Bind "Space" to Play/Pause toggle for fullscreen renderer
+ - Drop init system examples that are not systemd
+ - Fix a typo in mx-info
+ - Fix removing files from ignorelist in mx-info
+
+Tests:
+ - Remove some compiler warnings
+ - Add test for loading conflicting but disabled modules
+
+Documentation:
+ - Remove outdated Ubuntu docs
+ - Minor updates for man pages
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/rygel/issues/159
+ - https://gitlab.gnome.org/GNOME/rygel/issues/167
+ - https://gitlab.gnome.org/GNOME/rygel/issues/169
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Yuri Chornoivan <yurchor ukr net>
+ - Sam Thursfield <sam afuera me uk>
+ - Daniel Mustieles <daniel mustieles gmail com>
+ - Jordi Mas <jmas softcatala org>
+ - Efstathios Iosifidis <eiosifidis gnome org>
+ - Florentina Mușat <florentina musat 28 gmail com>
+ - Aurimas Černius <aurisc4 gmail com>
+ - Piotr Drąg <piotrdrag gmail com>
+ - Fabio Tomat <f t public gmail com>
+ - Daniel Șerbănescu <daniel serbanescu dk>
+
+Added/updated translations:
+ - ca.po, courtesy of Carles Ferrando Garcia
+ - el.po, courtesy of Efstathios Iosifidis
+ - es.po, courtesy of Daniel Mustieles
+ - fur.po, courtesy of Fabio Tomat
+ - lt.po, courtesy of Aurimas Černius
+ - ro.po, courtesy of Florentina Mușat
+ - uk.po, courtesy of Yuri Chornoivan
+
 0.39.1
 ======
 
diff --git a/meson.build b/meson.build
index 15d31c19..620d461e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.39.1', meson_version : '>= 0.50.0')
+project('rygel', 'vala', 'c', version : '0.39.2', meson_version : '>= 0.50.0')
 vala = meson.get_compiler('vala')
 
 # Check for the required vala version


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]