summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2020-05-01 09:05:52 +1200
committerRobert Ancell <robert.ancell@canonical.com>2020-05-01 09:05:52 +1200
commit209e98733d2c97c1fc3c9d075820ebcb8f51a34c (patch)
tree35d811eb3520b4cd8a012434c09b63d51b2195a0
parente678355ccb2fff202fbccf44240f39631a87111b (diff)
downloadgnome-control-center-3.36.2.tar.gz
3.36.23.36.2
-rw-r--r--NEWS27
-rw-r--r--meson.build2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 538cd60fa..1afa4ede5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
================
+Version 3.36.2
+================
+
+- Updated translations
+
+CI
+- Update Flatpak libnma, mobile-broadband-provider-info, libhandy build depends
+
+Applications
+- Fix only connected snap interfaces showing
+
+Background
+- Allow adding multiple files to backgrounds
+
+Printers
+- Add whitespace between top right buttons
+
+Sharing
+- Set label for checkbox properly
+
+Sound
+- Fix translation of "System Sounds"
+
+Info:
+- Verify data coming from switcheroo-control
+
+================
Version 3.36.1
================
diff --git a/meson.build b/meson.build
index eb3d8459f..6534dba02 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '3.36.1',
+ version : '3.36.2',
license : 'GPL2+',
meson_version : '>= 0.51.0'
)