summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-09-18 15:18:06 +0200
committerCarlos Garnacho <carlosg@gnome.org>2021-09-18 15:18:06 +0200
commit6466cae65b2bf962894b71e54a62355148709e4a (patch)
treee05116f6c9fdb12e91b02a4285ecc19bb5420b95
parent2e35d4d2673189e3d7517470fc500fdaca59d5e2 (diff)
downloadgnome-settings-daemon-41.0.tar.gz
Release 41.041.0
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 969d9c45..5a02a5cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+============
+Version 41.0
+============
+- Translation updates
+
+USB protection:
+- don't crash when screensaver service is unavailable
+
+Power:
+- Fix location of comments for translators
+
=============
Version 41.rc
=============
diff --git a/meson.build b/meson.build
index 5e14adb3..6bdd7d03 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '41.rc',
+ version: '41.0',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.49.0'
)