summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2023-04-21 11:39:42 +1200
committerRobert Ancell <robert.ancell@canonical.com>2023-04-21 11:39:42 +1200
commitda661203820d5766ff10fd7f64d2117470c70a2a (patch)
tree9a0d205b863bad2a48b35b783e505eca1397ecef
parent1cdcf0b47bd77c0437e9b71fc51b3adaa4d1ba36 (diff)
downloadgnome-control-center-da661203820d5766ff10fd7f64d2117470c70a2a.tar.gz
44.144.1
-rw-r--r--NEWS37
-rw-r--r--meson.build2
2 files changed, 38 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f8f6a1343..b4ccb1bae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,41 @@
================
+Version 44.1
+================
+
+- Updated translations
+
+Common
+- Update hostname only after apply is clicked
+- Add widget name and css class to CcIllustratedRow and CcSplitRow
+
+Color
+- Do not try to access to null pointer in destruction
+
+Date & Time
+- Fix NTP switch getting out of sync
+
+Display
+- Allow configuring all monitors and apply settings at once
+- Disconnect config manager changed handler
+- Don't leak config manager proxy
+
+Network
+- Fix crash when removing a connection
+
+Region
+- Fix label of formats for the login screen
+
+Sharing
+- Fix network row visible name bug
+
+Shell
+- Add workaround to make disabled pictures are painted as such
+
+Sound
+- Prevent duplicate sound device entries
+- Revert accidental libgvc downgrade
+
+================
Version 44.0
================
diff --git a/meson.build b/meson.build
index 9f364c7b3..d4bdbb3ee 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '44.0',
+ version : '44.1',
license : 'GPL2+',
meson_version : '>= 0.57.0'
)