summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-09-18 19:02:59 +0200
committerJens Georg <mail@jensge.org>2021-09-18 19:05:35 +0200
commit4cc71529e53acaae16957d38a6565396a7ebf6b4 (patch)
tree96c83de86bae12bc9fdc36d34180465d16ce3a7a
parentc74a45911d57a907cf72eea2b5b16ce5d08fca27 (diff)
downloadrygel-4cc71529e53acaae16957d38a6565396a7ebf6b4.tar.gz
Prepare Rygel 0.40.2rygel-0.40.2
-rw-r--r--NEWS21
-rw-r--r--meson.build2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index af6e754f..6ed08b25 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+0.40.2
+======
+
+- Disable tracker2 in default build options
+- Updated translations
+- Fixed potential race condition in meson build
+
+All contributors to this release:
+ - Rico Tzschichholz <ricotz@ubuntu.com>
+ - Quentin PAGÈS <pages_quentin@hotmail.com>
+ - Yaron Shahrabani <sh.yaron@gmail.com>
+ - Pawan Chitrakar <chautari@gmail.com>
+ - Charles Monzat <charles.monzat@free.fr>
+ - Fran Dieguez <frandieguez@gnome.org>
+
+Added/updated translations:
+ - fr.po, courtesy of Guillaume Bernard
+ - gl.po, courtesy of Fran Dieguez
+ - he.po, courtesy of Yaron Shahrabani
+ - ne.po, courtesy of Pawan Chitrakar
+
0.40.1
======
Server:
diff --git a/meson.build b/meson.build
index 79578eec..73d7b760 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.40.1', meson_version : '>= 0.55.0')
+project('rygel', 'vala', 'c', version : '0.40.2', meson_version : '>= 0.55.0')
vala = meson.get_compiler('vala')
# Check for the required vala version