[nautilus] Release version 3.37.3



commit f485401c398fdfa9bcb3eb8fe5d418abcd867d8f
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Jul 3 14:22:53 2020 +0200

    Release version 3.37.3

 NEWS                                      | 5 +++++
 data/org.gnome.Nautilus.appdata.xml.in.in | 2 +-
 meson.build                               | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 20da73eaa..003e14a00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.37.3:
+* Allow changing file owner under admin:/// scheme (Apoorv Sachan)
+* Update outdated appdata info (Ondrej Holy)
+* Translation updates
+
 Major changes in 3.37.2:
 * Fix broken tracker search engine under some locales (Cristiano Nunes, António Fernandes)
 * Use tabular numbers for progress info (Diego Escalante Urrelo)
diff --git a/data/org.gnome.Nautilus.appdata.xml.in.in b/data/org.gnome.Nautilus.appdata.xml.in.in
index 4f0646cb3..4b699d8be 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.2" data="2020-05-29" />
+    <release version="3.37.3" data="2020-07-03" />
   </releases>
   <project_group>GNOME</project_group>
   <project_license>GPL-2.0+</project_license>
diff --git a/meson.build b/meson.build
index 5d4d7e7b0..374327344 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('nautilus', 'c',
   default_options: ['c_std=c11'],
   # Do not forget to update release version in appdata file when releasing
-  version: '3.37.2',
+  version: '3.37.3',
   meson_version: '>= 0.47.0',
   license: 'GPL3+'
 )


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]