summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS34
-rw-r--r--meson.build2
2 files changed, 35 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3bfde4cc4..e8fe04bcc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,38 @@
================
+Version 3.36.5
+================
+
+Applications:
+- Fix NULL hash table being unreffed.
+- Ensure private types used by the template.
+
+Keyboard:
+- Fix behavior of "Replace" when adding custom shortcut
+- fix gtk_widget_get_can_default assertion error.
+
+Network:
+- Correctly detect when ethernet devices are hotplugged.
+- Fix overlapping text rows in connection editor.
+
+Printers:
+- Make printers panel have a smaller minimum width.
+- Fix leak of printer name in callbacks.
+
+Sharing:
+- Disable Tracker 3.
+- Replace vino with gnome-remote-desktop for X11 sessions.
+
+Sound:
+- Update the profile list after getting the signal from gvc.
+- Fix subwoofer slider.
+
+Users:
+- Don't segfault trying to get the user initials.
+
+Wacom:
+- Fix a critical warning if loading a cursor fails.
+
+================
Version 3.36.4
================
diff --git a/meson.build b/meson.build
index 5f3bcf54c..b824f2a56 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '3.36.4',
+ version : '3.36.5',
license : 'GPL2+',
meson_version : '>= 0.51.0'
)