summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f3ae7a6c..96def4c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+===============
+Version 3.35.91
+===============
+- Translation updates
+- Add capability to disable USB while the lockscreen is on
+
+Power:
+- Increase permissible runtime for some tests
+
+Color:
+- Look for builtin profiles in UEFI
+
==============
Version 3.35.0
==============
diff --git a/meson.build b/meson.build
index 86e17dd5..d4401413 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.35.0',
+ version: '3.35.91',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)