summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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+'
)