summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-07-02 11:37:29 +0200
committerJens Georg <mail@jensge.org>2022-07-02 11:59:57 +0200
commitcba7767b66ba9f52e5bfcbb2751d0e33168be83e (patch)
tree1f22863b60c169c726bd62303c669e855dfac9d6
parent97d889994aaf9e9d0a614940e208bc9671496e23 (diff)
downloadrygel-cba7767b66ba9f52e5bfcbb2751d0e33168be83e.tar.gz
Prepare 0.41.1rygel-0.41.1
-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