summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-06-03 21:18:20 +0200
committerJens Georg <mail@jensge.org>2022-06-03 21:18:20 +0200
commitd7ffde7f9ab6428782efce59d9755a30e8bfda8e (patch)
tree278a60379c7fbc18ed419c1d7eb064541d072d83
parentae3fe63b3b5c13e130750063941b7c8b21267560 (diff)
downloadrygel-d7ffde7f9ab6428782efce59d9755a30e8bfda8e.tar.gz
Prepare Rygel 0.40.4rygel-0.40.4
-rw-r--r--NEWS28
-rw-r--r--meson.build2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7ad2bba2..c2cf8323 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+0.40.4 (stable)
+===============
+
+ - Do not install UI file if preferences are not built
+
+Renderer:
+ - Fix critical if mime_type is missing
+
+Tracker3:
+ - Do not exit if service is missing
+
+MediaExport:
+ - Fix running without media indexing
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/rygel/issues/160
+ - https://gitlab.gnome.org/GNOME/rygel/issues/196
+ - https://gitlab.gnome.org/GNOME/rygel/issues/208
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Pawan Chitrakar <chautari@gmail.com>
+ - Aleksandr Melman <Alexmelman88@gmail.com>
+
+Added/updated translations:
+ - ne.po, courtesy of Pawan Chitrakar
+ - ru.po, courtesy of Aleksandr Melman
+
0.40.3
======
diff --git a/meson.build b/meson.build
index bb38b590..e0cd2d70 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.40.3', meson_version : '>= 0.55.0')
+project('rygel', 'vala', 'c', version : '0.40.4', meson_version : '>= 0.55.0')
vala = meson.get_compiler('vala')
# Check for the required vala version