summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2019-01-09 00:19:25 +0100
committerCarlos Garnacho <carlosg@gnome.org>2019-01-09 00:19:25 +0100
commit25edfa4506d2c92666af207d59e26bd3073d4d37 (patch)
tree95941169e7ea1826c63f0f698cdcb1762805e02d
parent50ae238956eeefe0149ad30ccc7f6b2d6d59f85a (diff)
downloadgnome-settings-daemon-25edfa4506d2c92666af207d59e26bd3073d4d37.tar.gz
-rw-r--r--NEWS22
-rw-r--r--meson.build2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2fc7b82b..01dc77f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
==============
+Version 3.31.2
+==============
+- Translation updates
+
+Color:
+- Add DBus API to preview Night Light for a few seconds
+
+Media-keys:
+- Default to interactive shutdown action for power button if
+ the action is not supported.
+
+Power:
+- Avoid setting GError twice
+- Speed up tests by splitting into chunks
+
+Print-notification:
+- Ignore Server* messages from CUPS not meant to us
+
+Rfkill:
+- Use GUdev to monitor rfkill device pressence
+
+==============
Version 3.31.1
==============
- Translation updates
diff --git a/meson.build b/meson.build
index 7510f816..bf14cb7e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.31.1',
+ version: '3.31.2',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)