summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
)