summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-10-02 14:18:30 +0200
committerOndrej Holy <oholy@redhat.com>2020-10-02 14:18:30 +0200
commit8ed4a28f285a0421e7c56babba6f74e3906440e2 (patch)
tree1c41faa8910c3f8cd11491ee18a6e42250bb6d70
parent6dfc1cd7b76749517b392868c74ed6a509cf25f4 (diff)
downloadnautilus-8ed4a28f285a0421e7c56babba6f74e3906440e2.tar.gz
Release version 3.38.13.38.1
-rw-r--r--NEWS6
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in.in2
-rw-r--r--meson.build2
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 @@
<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+'