summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-10-08 21:21:31 +0200
committerCarlos Garnacho <carlosg@gnome.org>2020-10-08 22:30:20 +0200
commit4607668092130370e2e71ba502d7bcebc9152e1c (patch)
treed00b5aa1e9fa5bd646a4104b30a9f95079a9136c
parent1f22740246e9e2dad961a91a0f1641e926388b2f (diff)
downloadgnome-settings-daemon-4607668092130370e2e71ba502d7bcebc9152e1c.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 bdc7ba80..30116117 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
==============
+Version 3.38.1
+==============
+Sound:
+- Update g-v-c dependency. Necessary to support related UCM
+ changes in ALSA and Pulseaudio
+
+Media-keys:
+- Don't throw unnecessary warnings
+
+Print-notification:
+- Disable plugin if CUPS is diabled
+
+- Translation updates
+
+==============
Version 3.38.0
==============
- Translation updates
diff --git a/meson.build b/meson.build
index 82c41592..7dbee64b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.38.0',
+ version: '3.38.1',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.47.0'
)