summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-02-20 12:22:38 +0100
committerJens Georg <mail@jensge.org>2021-02-20 12:22:38 +0100
commit7b2c10d415616d470e7698020bbfe35e2bb21529 (patch)
treedd18c6995f1e3ba5d18730806e65f15df402fb3c
parent028d5f6ce1ad86d51c0f2f063f1f5808e7d027d9 (diff)
downloadrygel-7b2c10d415616d470e7698020bbfe35e2bb21529.tar.gz
Prepare 0.40.1rygel-0.40.1
-rw-r--r--NEWS33
-rw-r--r--meson.build2
2 files changed, 34 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e3919e87..af6e754f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+0.40.1
+======
+Server:
+ - Set albumArtUri on Videos to provide thumbnails for the PS4
+
+MediaExport:
+ - Strip xml suffix when generating titles from filenames
+
+Documentation:
+ - Fix generation and install location
+
+Tracker3:
+ - Add section to the default configuration file
+
+Translations:
+ - Various updates
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/rygel/issues/151
+ - https://gitlab.gnome.org/GNOME/rygel/issues/183
+ - https://gitlab.gnome.org/GNOME/rygel/issues/190
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Kjartan Maraas <kmaraas@gnome.org>
+ - Cheng-Chia Tseng <pswo10680@gmail.com>
+ - Juliano Camargo <julianosc@protonmail.com>
+
+Added/updated translations:
+ - nb.po, courtesy of Kjartan Maraas
+ - pt.po, courtesy of José Vieira
+ - zh_TW.po, courtesy of Cheng-Chia Tseng
+
0.40.0
======
- Translation updates
diff --git a/meson.build b/meson.build
index 48301dce..79578eec 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.40.0', meson_version : '>= 0.55.0')
+project('rygel', 'vala', 'c', version : '0.40.1', meson_version : '>= 0.55.0')
vala = meson.get_compiler('vala')
# Check for the required vala version