summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2019-01-09 10:30:13 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2019-01-09 10:30:13 -0500
commit470ecfd00c3973c07d7af49b8970c78060e1d243 (patch)
tree142e965bf93c6df60a798c54d1f1373def155a17
parentbb9ea2b33e83918a0d49ac2bb111b5cfe1662a0f (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_3_30_2.tar.gz
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ef4d51dd..14b1083a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+==============
+Version 3.30.2
+==============
+- Translation updates
+- Fixes for build tests
+
+Media-keys:
+- Default to interactive shutdown action for power button if
+ the action is not supported.
+- Increase GSD_REENABLE_POWER_BUTTON_DELAY to 3 seconds
+- Add mapping for Ctrl + media-key for some media-keys
+
+Rfkill:
+- Fix GIOChannel encoding
+
+Color:
+- Correct temperature interpolation corner cases
+
================
Version 3.30.1.2
================
diff --git a/meson.build b/meson.build
index d2121623..41e0b840 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.30.1.2',
+ version: '3.30.2',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)