summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2022-02-14 11:16:20 +1300
committerRobert Ancell <robert.ancell@canonical.com>2022-02-14 11:18:34 +1300
commit735980860b79353072e3f34a7cf348b3d41d0023 (patch)
tree650b51d24cc1ef082b02ceedaec2c087c182c9f2
parent6a9742986f8ad1cd0cc2fb103cc519318ad87498 (diff)
downloadgnome-control-center-735980860b79353072e3f34a7cf348b3d41d0023.tar.gz
40.940.9
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c7a94d5e9..5f10fb6b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
================
+Version 40.9
+================
+
+- Drop unused argument for i18n.merge_file() in Meson rules
+- Updated translations
+
+Display
+- Do not invert order when constructing modes
+
+Sound
+- Update the volume-slider after getting a valid stream
+- Clear level bar when stream is empty
+
+================
Version 40.7
================
diff --git a/meson.build b/meson.build
index be1644923..b74b25f35 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '40.8',
+ version : '40.9',
license : 'GPL2+',
meson_version : '>= 0.53.0'
)