From 8ed4a28f285a0421e7c56babba6f74e3906440e2 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Fri, 2 Oct 2020 14:18:30 +0200 Subject: Release version 3.38.1 --- NEWS | 6 ++++++ data/org.gnome.Nautilus.appdata.xml.in.in | 2 +- meson.build | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 33c765353..14cac1167 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Major changes in 3.38.1 +* Update starred URIs on move & rename (António Fernandes) +* Prevent recursion to speed up emptying trash (Ondrej Holy) +* Prevent stale items to be shown in starred view (António Fernandes) +* Revert icon emblem fixes in order to prevent performance issues (António Fernandes) + Major changes in 3.38.0: * Fix missing Extract/Compress menu items (António Fernandes) * Translation updates diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in index b8f8660ac..95b7cf735 100644 --- a/data/org.gnome.Nautilus.appdata.xml.in.in +++ b/data/org.gnome.Nautilus.appdata.xml.in.in @@ -27,7 +27,7 @@ https://wiki.gnome.org/TranslationProject @appid@.desktop - + GNOME GPL-2.0+ diff --git a/meson.build b/meson.build index 3593221e6..a25ce482c 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project('nautilus', 'c', # Do not forget when releasing: # * Update version in data/org.gnome.Nautilus.appdata.xml.in.in # * Update GTK-based codes over src/gtk/gtk-code-generator.sh - version: '3.38.0', + version: '3.38.1', meson_version: '>= 0.49.0', license: 'GPL3+' -- cgit v1.2.1