summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS32
-rw-r--r--meson.build2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 270aa5f9e..8a157ee0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,36 @@
================
+Version 3.38.2
+================
+
+- Updated translations
+
+Applications:
+- Fix NULL hash table being unreffed.
+
+Keyboard:
+- fix gtk_widget_get_can_default assertion error.
+
+Network:
+- Correctly detect when ethernet devices are hotplugged.
+
+Printers:
+- Make printers panel have a smaller minimum width.
+- Fix leak of printer name in callbacks.
+
+Sharing:
+- Disable Tracker 3.
+
+Sound:
+- Update libgvc to add support for recent UCM related changes in ALSA and
+ PulseAudio.
+
+Users:
+- Fix free of const string.
+
+Wacom:
+- Fix a critical warning if loading a cursor fails.
+
+================
Version 3.38.1
================
diff --git a/meson.build b/meson.build
index 48044cc98..a8984fddb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '3.38.1',
+ version : '3.38.2',
license : 'GPL2+',
meson_version : '>= 0.51.0'
)