summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--meson.build2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eacc9f57..d71bf21b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.41.1 (development)
+====================
+ - Fix deprecations in meson files
+ - Adapt to VAPI changes in GUPnP
+ - Translation updates
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Daniel Mustieles <daniel.mustieles@gmail.com>
+ - Aurimas Černius <aurisc4@gmail.com>
+ - Aleksandr Melman <Alexmelman88@gmail.com>
+
+Added/updated translations:
+ - es.po, courtesy of Daniel Mustieles García
+ - lt.po, courtesy of Aurimas Černius
+ - ru.po, courtesy of Aleksandr Melman
+
0.41.0 (development)
====================
diff --git a/meson.build b/meson.build
index 2a7fd63c..27bde61f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.41.0', meson_version : '>= 0.58.0')
+project('rygel', 'vala', 'c', version : '0.41.1', meson_version : '>= 0.58.0')
vala = meson.get_compiler('vala')
# Check for the required vala version