[nautilus] Release version 3.37.1.1



commit f27842e80bf3124fcbf5e7d3aecb6d5b97404d65
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Apr 24 15:56:41 2020 +0200

    Release version 3.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.

 NEWS        | 8 ++++++++
 meson.build | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
---
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+'
 )


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