summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2021-01-16 22:17:09 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-01-16 23:24:58 +0100
commitd97808f2b7900414f2c5c1f2a1f2544a0174b2f4 (patch)
tree417f7b40236699125b92d5ff0e91ae1a5f04d6f0
parent82d88014dfca2df7e081712870e1fb017c16b808 (diff)
downloadgnome-settings-daemon-d97808f2b7900414f2c5c1f2a1f2544a0174b2f4.tar.gz
Release 40.alpha.140.alpha.1
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2b59d1dc..2b2032aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+==================
+Version 40.alpha.1
+==================
+- Translation updates
+- Use pathless "false" on dummy desktop files
+- Auto-start screen saver service
+
+Datetime:
+- Make use of new gweather API
+
+Xsettings:
+- Fix mouse schema location
+- Fix updates after font settings changes
+
================
Version 40.alpha
================
diff --git a/meson.build b/meson.build
index 05fef19c..f704f2f1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '40.alpha',
+ version: '40.alpha.1',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.47.0'
)