summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6ed08b25..7ad2bba2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.40.3
+======
+
+Tracker3:
+ - Fix deadlock on start-up
+ - Use the correct graph name for Videos
+
+All contributors to this release:
+ - Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+ - Jens Georg <mail@jensge.org>
+ - Quentin PAGÈS <pages_quentin@hotmail.com>
+
0.40.2
======
diff --git a/meson.build b/meson.build
index 73d7b760..bb38b590 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.40.2', meson_version : '>= 0.55.0')
+project('rygel', 'vala', 'c', version : '0.40.3', meson_version : '>= 0.55.0')
vala = meson.get_compiler('vala')
# Check for the required vala version