summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-03-05 10:32:49 +0200
committerErnestas Kulik <ernestask@gnome.org>2018-03-05 11:26:49 +0200
commit9ff12e580a53e19c5f8ab089eba09652654b3013 (patch)
tree25beec783c4c840ce3eb44ce0694bf4868f0e11b
parent7447f62fc70671ada9a18620546d8f3700d1bebc (diff)
downloadnautilus-9ff12e580a53e19c5f8ab089eba09652654b3013.tar.gz
release: prepare for 3.27.923.27.92
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2feecb7f7..186d7c520 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.27.92:
+* Don’t open files when double-clicking star icon (Alexandru Fazakas)
+* Fix crashes caused by extremely long error messages (Ernestas Kulik)
+* Don’t strip extensions from folder names in “Compress…” dialog (Rahul Verma)
+* Set keyboard focus when programmatically selecting in list view (António Fernandes)
+* Remove new folder name suggestion when there is an active selection (Alexandru Fazakas)
+* Hide thumbnails when using small icons (Alexandru Fazakas)
+* Reduce help overlay size (Carlos Soriano)
+
Major changes in 3.27.90:
* Enable closing tabs by middle-clicking (Carlos Soriano)
* Rename “favorite” files to “starred” (Carlos Soriano)
diff --git a/meson.build b/meson.build
index 219e4b1b9..081d8b6f2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('nautilus', 'c',
- version: '3.27.90',
+ version: '3.27.92',
meson_version: '>= 0.41.0',
license: 'GPL3+'
)