summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-04-24 15:56:41 +0200
committerOndrej Holy <oholy@redhat.com>2020-04-24 15:56:46 +0200
commitf27842e80bf3124fcbf5e7d3aecb6d5b97404d65 (patch)
tree9224e4331395f0ff4e8fe414a15e1a45b9331e85
parenta4d7148210970c5eb874df736b900f577684a13b (diff)
downloadnautilus-f27842e80bf3124fcbf5e7d3aecb6d5b97404d65.tar.gz
Release version 3.37.1.13.37.1.1
I made .1 release by mistake before some time. Let's make .1.1 release now to be still in sync with the GNOME release schedule.
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aacc7cf06..293959df1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+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)
+* Fix content type detection when opening files from remote locations (Ondrej Holy)
+* Show notification on completion of file transfers if the window isn't focused (Sachin Daluja)
+* Add support for zoom media keys (Sabri Ünal)
+* Add dynamic tooltip for the toggle views button (Ujjwal Kumar)
+
Major changes in 3.37.1:
* Always show pathbar background to fix styling glitches (António Fernandes)
* Fix check to not clear clipboard after each move/copy operation (Artem Serostanov)
diff --git a/meson.build b/meson.build
index 88f500f1e..644c58e54 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.37.1',
+ version: '3.37.1.1',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)