summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-06-20 22:47:05 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-06-20 22:47:05 +0200
commit068785ab3f2cbf3ff8284eb8c0a1e05ae75d720c (patch)
tree7384653f787ef71a08e97b30fc375fb7c2bda4ec
parent6f8b69ea9c24fc08fa9a718c591a4cfd3500fb02 (diff)
downloadgnome-settings-daemon-068785ab3f2cbf3ff8284eb8c0a1e05ae75d720c.tar.gz
-rw-r--r--NEWS21
-rw-r--r--meson.build2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0b1a6edd..8d36a3d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
==============
+Version 3.29.0
+==============
+- Translation updates
+
+Media-keys:
+- Make mic mute key configurable
+- Handle Ctrl+Shift+TouchpadToggle
+- Wait forever for GrabAccelerators to succeed
+
+Datetime:
+- Debugging improvements
+
+Power:
+- Add SuspendAndHibernate
+- Drop X11-specific code to handle idle times
+
+Color:
+- Cancel smooth transitions on color temperature changes
+- Define "disabled until tomorrow" as moving past sunrise
+
+==============
Version 3.28.0
==============
- Translation updates
diff --git a/meson.build b/meson.build
index aa57f833..b09ac307 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.28.0',
+ version: '3.29.0',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)