summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS45
-rw-r--r--meson.build2
2 files changed, 46 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1515366..8ba6704 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+44.rc
+-----
+
+Enhancements:
+
+ - The About You page now makes it clear that you can choose a different avatar.
+ (#174)
+
+Bug fixes:
+
+ - Double-clicking on the headerbar no longer makes the window super small.
+ (#136)
+ - The keyboard layout list is no longer empty until you search or expand it.
+ (#165)
+ - Non-ASCII characters in location names are now displayed correctly on the
+ timezone page. Previously, changing the language on the first page would
+ cause them to be mangled. (#177)
+ - StartupWMClass is now set in the .desktop file, allowing GNOME Shell to
+ associate the app window with the desktop file. (!187)
+
+Translation updates:
+
+ - Basque
+ - Belarusian
+ - Catalan
+ - Czech
+ - Finnish
+ - Friulian
+ - Galician
+ - Georgian
+ - German
+ - Greek, Modern (1453-)
+ - Hebrew
+ - Hindi
+ - Hungarian
+ - Indonesian
+ - Korean
+ - Lithuanian
+ - Occitan (post 1500)
+ - Portuguese
+ - Serbian
+ - Slovenian
+ - Spanish
+ - Turkish
+
44.beta
-------
diff --git a/meson.build b/meson.build
index 32cbfd9..3f3cdae 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-initial-setup',
['c'],
- version: '44.beta.1',
+ version: '44.rc',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.53.0',
)