summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2023-02-11 08:59:15 +0100
committerJens Georg <mail@jensge.org>2023-02-11 08:59:15 +0100
commit1480b9b23a69237266d075ab5f6d8976849d32eb (patch)
treef059adfec9627aeb9beb332e9ba3408ca64f44d5
parentc26ed6cc6f0b3c6e3d619b096548cae12b7dadc4 (diff)
downloadrygel-1480b9b23a69237266d075ab5f6d8976849d32eb.tar.gz
Prepare Rygel 0.42.1rygel-0.42.1
-rw-r--r--NEWS31
-rw-r--r--meson.build2
2 files changed, 32 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 28056157..f9900859 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+0.42.1 (stable)
+===============
+ - Fix incomplete API/ABI switch to 2.8
+ - Document the necessity of X.init_threads()
+ - Fix a type mismatch for the collation helper
+ - Re-enable the since checker
+ - Remove deprecated calls to GSSDP/GUPnP
+ - Many translation updates
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/rygel/issues/119
+ - https://gitlab.gnome.org/GNOME/rygel/issues/222
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Nart Tlisha <daniel.abzakh@gmail.com>
+ - Ekaterine Papava <papava.e@gtu.ge>
+ - Rico Tzschichholz <ricotz@ubuntu.com>
+ - Nathan Follens <nfollens@gnome.org>
+ - Efstathios Iosifidis <eiosifidis@gnome.org>
+ - Dušan Kazik <prescott66@gmail.com>
+ - Sabri Ünal <libreajans@gmail.com>
+
+Added/updated translations:
+ - ab.po, courtesy of Нанба Наала
+ - el.po, courtesy of Efstathios Iosifidis
+ - ka.po, courtesy of Ekaterine Papava
+ - nl.po, courtesy of Nathan Follens
+ - sk.po, courtesy of Dušan Kazik
+ - tr.po, courtesy of Emin Tufan Çetin
+
0.42.0 (stable)
===============
- Remove obsolete .desktop enries
diff --git a/meson.build b/meson.build
index 5f34cfa6..c4ede343 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('rygel', 'vala', 'c', version : '0.42.0', meson_version : '>= 0.58.0')
+project('rygel', 'vala', 'c', version : '0.42.1', meson_version : '>= 0.58.0')
vala = meson.get_compiler('vala')
# Check for the required vala version