summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-11-20 14:36:41 +0100
committerOndrej Holy <oholy@redhat.com>2020-11-20 14:36:41 +0100
commitf9ef978f701208133b7e9b25ea81e08c47bd9d23 (patch)
treeb341936108088fa6d7360498ef965717e42f959d
parent5f07c8db552d70768a83eaa3e76fc9864b8b05db (diff)
downloadnautilus-f9ef978f701208133b7e9b25ea81e08c47bd9d23.tar.gz
Release version 3.38.23.38.2
-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 14cac1167..734a869fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.38.2
+* Search for tracker3 in PATH (Antoine Jacoutot)
+* Fix batch rename dialog crashes (Ondrej Holy)
+* Fix double-click row check (António Fernandes)
+* Translation updates
+
Major changes in 3.38.1
* Update starred URIs on move & rename (António Fernandes)
* Prevent recursion to speed up emptying trash (Ondrej Holy)
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 95b7cf735..aa8f50868 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.1" date="2020-10-02" />
+ <release version="3.38.2" date="2020-11-20" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-2.0+</project_license>
diff --git a/meson.build b/meson.build
index a25ce482c..291380ebf 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.1',
+ version: '3.38.2',
meson_version: '>= 0.49.0',
license: 'GPL3+'