summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-09-07 14:08:11 +0200
committerCarlos Garnacho <carlosg@gnome.org>2020-09-07 14:08:11 +0200
commit65fda909ddb829bfe1699c7bac540b93eafea7f7 (patch)
tree302db5fa2cc8b10e4c35ecd89276a97c40f0b684
parentd2305fcc8e84ae746ed0110d3f00093d6ed6effd (diff)
downloadgnome-settings-daemon-65fda909ddb829bfe1699c7bac540b93eafea7f7.tar.gz
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 625890a5..906aed51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+===============
+Version 3.37.92
+===============
+- Translation updates
+
+USB-protection:
+- Relax the whitelist to all HIDs and HUBs
+
==============
Version 3.37.1
==============
diff --git a/meson.build b/meson.build
index 7aa0573c..65ddb988 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.37.1',
+ version: '3.37.92',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.47.0'
)