summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2023-02-15 13:18:59 +0100
committerCarlos Garnacho <carlosg@gnome.org>2023-02-15 13:18:59 +0100
commitb879bb230b3a5806d6afe3b0e87f50b9a56338d7 (patch)
tree26986a4bf4037f31848ca6240468ebafb4cabe0a
parent3232eda863c4ad408447cbc752b9be13686e487a (diff)
downloadgnome-settings-daemon-b879bb230b3a5806d6afe3b0e87f50b9a56338d7.tar.gz
Release 44.beta44.beta
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6da30c43..1a101968 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+===============
+Version 44.beta
+===============
+Housekeeping:
+- Fix capitalization of systemd notifications
+
+Power:
+- Improve low power notifications
+
+Xsettings:
+- Always fallback to IBus IM for X11 clients
+
+- Translation updates
+
============
Version 43.0
============
diff --git a/meson.build b/meson.build
index 0fcd0140..473d5626 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-settings-daemon', 'c',
- version: '43.0',
+ version: '44.beta',
license: [ 'GPL2+', 'LGPLv2+' ],
meson_version: '>= 0.57.0'
)