summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS22
-rw-r--r--meson.build2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cba39310..2464e0c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
==============
+Version 3.31.0
+==============
+- Translation updates
+- Build improvements
+- Add desktop-entry hints to notifications
+
+Power:
+- Guard against events from the wrong device type
+- Hide suspend-then-hibernate behind a meson option
+
+Media-keys:
+- Increase GSD_REENABLE_POWER_BUTTON_DELAY to 3 seconds
+- Add mapping for Ctrl + media-key for some media-keys
+
+Rfkill:
+- Fix GIOChannel encoding
+
+Color:
+- Fix check for timerfd
+- Correct temperature interpolation corner cases
+
+==============
Version 3.30.0
==============
- Translation updates
diff --git a/meson.build b/meson.build
index 47cf3722..fd21a781 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.30.0',
+ version: '3.31.0',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)