summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-04-26 14:04:32 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-04-26 14:04:32 -0300
commitfdaecc3eacafef144f6f40af8f030bc87b591c97 (patch)
tree65ae56ca23c6d3b41daf843574e75bd8625c63d7
parentfd12b1b3f6e193d57f5783a65c2cfb97b2353869 (diff)
downloadgnome-control-center-fdaecc3eacafef144f6f40af8f030bc87b591c97.tar.gz
42.142.1
-rw-r--r--NEWS23
-rw-r--r--meson.build2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d7eaad463..452ff33fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
================
+Version 42.1
+================
+
+- Updated translations
+
+Display
+- Various small behavior improvements
+- Fix monitor labels
+
+Network
+- Improve handling of VPN connections
+
+Online Accounts
+- Fix behavior of helper application on X11
+- Fix changes to online accounts services not applying correctly
+
+User Accounts
+- Various small polishments
+
+Wacom
+- Properly translate various strings
+
+================
Version 42.0
================
diff --git a/meson.build b/meson.build
index 09aa30f84..43c5943e2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '42.0',
+ version : '42.1',
license : 'GPL2+',
meson_version : '>= 0.53.0'
)