summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-08-29 00:39:59 +0200
committerCarlos Garnacho <carlosg@gnome.org>2020-08-29 00:39:59 +0200
commit1c2d57b22f801ab4fbc09792f67221a23449b8d3 (patch)
tree5193f4f211b29911367f04f68d8212207a4e5d41
parent97a75fcdcd2afcebc50f994889da6507464067a4 (diff)
downloadgnome-settings-daemon-1c2d57b22f801ab4fbc09792f67221a23449b8d3.tar.gz
-rw-r--r--NEWS17
-rw-r--r--meson.build2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1e0dbdd4..625890a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
==============
+Version 3.37.1
+==============
+- Translation updates
+
+WWan:
+- Translatable string improvements
+
+Media-keys:
+- Use well-known name for screencast proxy
+
+Xsettings:
+- Fix race condition in fontconfig timestamp test
+
+Power:
+- Drop lid switch inhibitor when session is inactive
+
+==============
Version 3.37.0
==============
- CI improvements
diff --git a/meson.build b/meson.build
index 0b314c57..7aa0573c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.37.0',
+ version: '3.37.1',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.47.0'
)