summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-08-07 20:31:21 +0200
committerJens Georg <mail@jensge.org>2022-08-07 20:31:21 +0200
commitf59014d99a791a980d99381c35dc3b3a9b805c29 (patch)
treec5848d6a08a30e2c1fc8c08bc387f56223920102
parent39ae1864b4d1780ab426cbb94802d85b31ff8ea2 (diff)
downloadrygel-f59014d99a791a980d99381c35dc3b3a9b805c29.tar.gz
Prepare Rygel 0.41.2rygel-0.41.2
-rw-r--r--NEWS24
-rw-r--r--meson.build2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d71bf21b..0139f5ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+0.41.2 (development)
+====================
+ - Port to GLib's UUID function
+ - Temporarily disable the Since check during build
+ - Translation updates
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Asier Sarasua Garmendia <asiersarasua@ni.eus>
+ - Марко Костић <marko.m.kostic@gmail.com>
+ - Nart Tlisha <daniel.abzakh@gmail.com>
+ - Bartłomiej Piotrowski <b@bpiotrowski.pl>
+ - Emin Tufan Çetin <etcetin@gmail.com>
+ - Zurab Kargareteli <zuraxt@gmail.com>
+ - Kukuh Syafaat <kukuhsyafaat@gnome.org>
+
+Added/updated translations:
+ - ab.po, courtesy of Нанба Наала
+ - eu.po, courtesy of Asier Sarasua Garmendia
+ - id.po, courtesy of Kukuh Syafaat
+ - ka.po, courtesy of Temuri Doghonadze
+ - sr.po, courtesy of Марко М. Костић
+ - tr.po, courtesy of Emin Tufan Çetin
+
0.41.1 (development)
====================
- Fix deprecations in meson files
diff --git a/meson.build b/meson.build
index 7a9c1aee..28c4ea92 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.41.1', meson_version : '>= 0.58.0')
+project('rygel', 'vala', 'c', version : '0.41.2', meson_version : '>= 0.58.0')
vala = meson.get_compiler('vala')
# Check for the required vala version