summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-01-12 01:16:39 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-01-12 01:27:01 +0100
commitc1dc46852f35fc033cf2cd84c02ca23035852663 (patch)
treecb3876828ed2f8a9d199bcf82e2bcd6450bbf7b2
parent157521ffc794d754563c06fad3e5bb220db85302 (diff)
downloadgnome-settings-daemon-c1dc46852f35fc033cf2cd84c02ca23035852663.tar.gz
Release 40.alpha40.alpha
-rw-r--r--NEWS27
-rw-r--r--meson.build2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 30116117..2b59d1dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+================
+Version 40.alpha
+================
+- Translation updates
+- CI/test fixes
+
+Housekeeping:
+- Fix crash when atime is not present
+
+Power:
+- Avoid automatic logout in GDM/greeter
+- Do not warn more than once per warning level for devices
+
+USB-protection:
+- Do not warn about ServiceUnknown errors for USBGuard
+
+Datetime:
+- Query GWeather DB on the fly instead of caching
+
+Color:
+- Use the windowing system color transform matrix if available
+- Consider night-light active when disabled until tomorrow
+
+Xsettings:
+- Use font aa/hinting/rgba-order from gsettings-desktop-schemas
+- Use mouse drag-threshold/double-click from gsettings-desktop-schemas
+
==============
Version 3.38.1
==============
diff --git a/meson.build b/meson.build
index bee1ff7e..dffc0167 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '3.38.1',
+ version: '40.alpha',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.47.0'
)