summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-08-07 13:35:33 +0200
committerOndrej Holy <oholy@redhat.com>2020-08-07 13:35:33 +0200
commit975b66636318245a5f59f0c965c128dba49f3946 (patch)
treee549842bf8c8b7eb4fbb619146b25060430dc2dd
parent4eafdfca85999c8cbfee7d4b626f0d14a1194a44 (diff)
downloadnautilus-3.37.90.tar.gz
Release version 3.37.903.37.90
-rw-r--r--NEWS8
-rw-r--r--data/org.gnome.Nautilus.appdata.xml.in.in2
-rw-r--r--meson.build2
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 003e14a00..b5537a156 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 3.37.90:
+* Port Properties dialog to GtkBuilder including various enhancements (Apoorv Sachan, António Fernandes)
+* Prevent crashes when file operation is cancelled (Ondrej Holy)
+* Auto-escape filenames on NTFS and exFAT mounts (ignapk)
+* Preserve navigation history after opening Other Locations (Sachin Daluja)
+* Use g_clear_signal_handler instead of custom codes (Joshua Lee)
+* Translation updates
+
Major changes in 3.37.3:
* Allow changing file owner under admin:/// scheme (Apoorv Sachan)
* Update outdated appdata info (Ondrej Holy)
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 4b699d8be..3e843fe2f 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.37.3" data="2020-07-03" />
+ <release version="3.37.90" data="2020-08-07" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-2.0+</project_license>
diff --git a/meson.build b/meson.build
index 1d9f09c35..1484fe058 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.37.3',
+ version: '3.37.90',
meson_version: '>= 0.47.0',
license: 'GPL3+'