summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2022-02-14 10:57:02 +1300
committerRobert Ancell <robert.ancell@canonical.com>2022-02-14 10:57:02 +1300
commitd08fac3f0be63f0a4c65d26f47d3b77f8738cfab (patch)
tree54bc58a0a830ec11731779a1bbbf4e4ffca23010
parent212ab19dfde8573782d5b5ddee230b4e9afda2a2 (diff)
downloadgnome-control-center-d08fac3f0be63f0a4c65d26f47d3b77f8738cfab.tar.gz
41.441.4
-rw-r--r--NEWS22
-rw-r--r--meson.build2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3c49d1e8c..d104904cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
================
+Version 41.4
+================
+
+- Drop unused argument for i18n.merge_file() in Meson rules
+- Updated translations
+
+Applications
+- Set the Icon key in desktop file to a icon that exists
+
+Display
+- Do not invert order when constructing modes
+
+Network
+- Show configuration button only for active/connecting connections
+
+Printers
+- Fix error cancelling PPD dialog
+
+Sound
+- Clear level bar when stream is empty
+
+================
Version 41.2
================
diff --git a/meson.build b/meson.build
index 0a301e71a..81dd56ff9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '41.3',
+ version : '41.4',
license : 'GPL2+',
meson_version : '>= 0.53.0'
)