summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <wjt@endlessos.org>2023-02-13 21:35:49 +0000
committerWill Thompson <wjt@endlessos.org>2023-02-13 21:35:49 +0000
commit37197ab2f0a3a690519eb12083c91fc3ccd253f0 (patch)
treec3431450eb2d1b4ec41baed1676db0b005c15bb9
parent2e074eae5f9fd65ff99b6d23fb3ffa1eaad9bc1d (diff)
downloadgnome-initial-setup-44.beta.tar.gz
NEWS for 44.beta44.beta
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a064f03..1515366 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+44.beta
+-------
+
+* Correctly align the 'Preview' links on the keyboard page. (#150, Automeris
+ naranja)
+
+* Update for removal of WebKitGTK sandbox API in 2.39.5. (!177, Michael Catanzaro)
+
+* Update password page to Adwaita style. (!178, Cassidy James Blaede)
+
44.alpha.2
----------
diff --git a/meson.build b/meson.build
index 5db41de..0a3cf1a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-initial-setup',
['c'],
- version: '44.alpha.2',
+ version: '44.beta',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.53.0',
)