summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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