summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2017-11-13 18:36:08 +0100
committerCarlos Soriano <csoriano@gnome.org>2017-11-13 18:36:08 +0100
commit51637bc0960002b811e1c0c7be8671cf9a1cc5be (patch)
tree4db08bbc693a81c6393f1c1bf109c5b011475102
parentba438b06e3ab2605747e9a78bc936ca56ca0b84f (diff)
downloadnautilus-51637bc0960002b811e1c0c7be8671cf9a1cc5be.tar.gz
Release: Prepare for 3.26.23.26.2
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b8b32b191..b7910fa0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.26.2:
+* Fix crash in list view when expanding folders (Antonio Fernandes)
+
Major changes in 3.26.0:
* Translations
diff --git a/meson.build b/meson.build
index 0816d745f..7b8f15cf5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('nautilus', 'c',
- version: '3.26.0',
+ version: '3.26.2',
meson_version: '>=0.40.0',
license: 'GPL3+')