summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d1f5ab4..ba4cf05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+42.0.1
+------
+
+* The dark theme preference support introduced in 42.rc caused a regression in
+ Initial Setup's handling of the login keyring. The effect was that the new
+ user's login keyring password does not match their system password, and so
+ cannot be unlocked. This regression is fixed in this release. Thanks to Adam
+ Williamson for diagnosing the problem & Matthias Clasen for suggesting the
+ fix. (#141)
+
42.0
----
diff --git a/meson.build b/meson.build
index 4b0e1e1..f2e34f6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-initial-setup',
['c'],
- version: '42.0',
+ version: '42.0.1',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.53.0',
)