summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--meson.build2
2 files changed, 21 insertions, 1 deletions
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'
)