From 3240f5a51be338119cffa8c6f52e60f9f21781ea Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Mon, 14 Feb 2022 14:37:47 +0100 Subject: Release 42.beta --- NEWS | 20 ++++++++++++++++++++ meson.build | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9ab15566..7464adcd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +=============== +Version 42.beta +=============== +- Translation updates + +Datetime: +- Port to GWeather 4 + +Media-keys: +- Fix launching of Settings actions +- Suppress UCM generic soundcard names on volume OSDs +- Remove screenshot key handling, done now in GNOME Shell + +Power: +- Improve battery warning debouncing logic + +XSettings: +- Adopt x11-specific code to look up GTK IM module from + gsd-keyboard + ================ Version 42.alpha ================ diff --git a/meson.build b/meson.build index 85f767f0..6156ba6f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gnome-settings-daemon', 'c', - version: '42.alpha', + version: '42.beta', license: [ 'GPL2+', 'LGPLv2+' ], meson_version: '>= 0.49.0' ) -- cgit v1.2.1