summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-04-27 21:54:08 +0200
committerBenjamin Berg <bberg@redhat.com>2021-04-27 21:54:08 +0200
commita576f4db6352916dda0052a01460c75051733fc7 (patch)
treed1cbdc9daf72eb555d5ded1c3d763278e5bfae88
parent0b78a5cacc75bd5ae264a477539d42a14b089fe4 (diff)
downloadgnome-session-a576f4db6352916dda0052a01460c75051733fc7.tar.gz
Release 40.140.1
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 71ba9434..670238ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
============
+Version 40.1
+============
+
+ presence: Do not auto-start the GNOME Shell screensaver service
+ util: Unset LC_* variables as they may be unset at login time
+
+============
Version 40.0
============
diff --git a/meson.build b/meson.build
index de411776..811eec93 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-session', 'c',
- version: '40.0',
+ version: '40.1',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.53.0'