summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2019-10-12 18:16:17 +0200
committerCarlos Garnacho <carlosg@gnome.org>2019-10-12 18:16:17 +0200
commit864d28138db609469313e6f4062e938d4a477090 (patch)
tree2409951ce931438b0b3de832c9742b6096e2a59d
parent0f92d19da6141c8295644b6edb80f38be7b5c46b (diff)
downloadgnome-settings-daemon-864d28138db609469313e6f4062e938d4a477090.tar.gz
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7825c3f7..94643503 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
==============
+Version 3.34.1
+==============
+- Translation updates
+
+Media-keys:
+- Update to OSD DBus API changes
+
+Smartcards:
+- Use correct parent type for structs
+- Change manager to non-blocking
+
+Power:
+- Fix rounding of brightness value
+
+==============
Version 3.34.0
==============
- Translation updates
diff --git a/meson.build b/meson.build
index 89bf71f3..848106fd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.34.0',
+ version: '3.34.1',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.44.0'
)