summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-05-29 15:35:53 +0200
committerOndrej Holy <oholy@redhat.com>2020-05-29 15:36:27 +0200
commitb79a55d5526ae16a2053dcd5a8566ae018d88c3a (patch)
tree95f3614bb093be6cdb0eac73179fe42f0aa18823
parent889e5a99bf6fbf4b7633a066e4d9bf1ed5ba8a1c (diff)
downloadnautilus-b79a55d5526ae16a2053dcd5a8566ae018d88c3a.tar.gz
Release version 3.37.23.37.2
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 293959df1..20da73eaa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+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)
+* Disable select-all while directory is loading (Ujjwal Kumar)
+* Add newly created files to Recent (Sachin Daluja)
+* Port to new PackageKit DBus API (Romeo Calota)
+* Translation updates
+
Major changes in 3.37.1.1:
* Prevent jump to the old scrolling position after changing location (António Fernandes)
* Add org.gnome.Nautilus.FileOperations2 interface (Alberts Muktupāvels)
diff --git a/meson.build b/meson.build
index 03a3ff846..d227fadf7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.37.1.1',
+ version: '3.37.2',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)