summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-09-05 00:25:13 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-09-05 13:02:22 +0200
commitfc523ea635fb5d8062fad5873adf51f7d681458c (patch)
tree1d9719cfd49ea3961096b4377410bac476216c31
parentd1fe7167d4f496700840b535a5ff4144aa35459d (diff)
downloadgnome-settings-daemon-43.rc.tar.gz
Release 43.rc43.rc
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9803501a..8566c243 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+=============
+Version 43.rc
+=============
+- Translation updates
+
+Color:
+- Night light and color management functionality moved to Mutter
+
+Housekeeping:
+- Notify of applications being closed due to OOM
+
===============
Version 43.beta
===============
diff --git a/meson.build b/meson.build
index aec2ec2c..cc41689b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '43.beta',
+ version: '43.rc',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.57.0'
)