diff options
author | Ondrej Holy <oholy@redhat.com> | 2020-10-02 14:18:30 +0200 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2020-10-02 14:18:30 +0200 |
commit | 8ed4a28f285a0421e7c56babba6f74e3906440e2 (patch) | |
tree | 1c41faa8910c3f8cd11491ee18a6e42250bb6d70 | |
parent | 6dfc1cd7b76749517b392868c74ed6a509cf25f4 (diff) | |
download | nautilus-8ed4a28f285a0421e7c56babba6f74e3906440e2.tar.gz |
Release version 3.38.13.38.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | data/org.gnome.Nautilus.appdata.xml.in.in | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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 @@ <url type="translate">https://wiki.gnome.org/TranslationProject</url> <launchable type="desktop-id">@appid@.desktop</launchable> <releases> - <release version="3.38.0" date="2020-09-11" /> + <release version="3.38.1" date="2020-10-02" /> </releases> <project_group>GNOME</project_group> <project_license>GPL-2.0+</project_license> 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+' |