summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-04-14 16:36:57 +0200
committerBenjamin Berg <bberg@redhat.com>2021-04-14 16:36:57 +0200
commite9c5057315d5e3fbb90482bb054e250773aad9ab (patch)
treee52d98b7f008ccc8d68f20025aba2d02fac9c507
parentd2200632646a0aa3cca13cff11e77687bdedabda (diff)
downloadgnome-settings-daemon-gnome-3-38.tar.gz
-rw-r--r--NEWS20
-rw-r--r--meson.build2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 30116117..a3adb8ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
==============
+Version 3.38.2
+==============
+
+rfkill:
+- Fix reading /dev/rfkill on newer kernels
+
+housekeeping:
+- Fix crash when atime is not present #556
+
+power:
+- Avoid automatic logout when inappropriate (greeter session)
+- Only one warn once when the battery of external devices runs low #108
+
+usb-protection:
+- Do not warn if usbguard is not installed #567
+
+datetime:
+- Optimizations of the required DB lookups
+
+==============
Version 3.38.1
==============
Sound:
diff --git a/meson.build b/meson.build
index 7dbee64b..80eabe5c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.38.1',
+ version: '3.38.2',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.47.0'
)