summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c78d1d1e3..2084b5415 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Major changes in 3.26.4
+* Fix tab lookup by coordinates in notebook (Ernestas Kulik)
+* Fix renaming of desktop files (Michael Murphy)
+* Fix crash on changes on recursive links (Ernestas Kulik, Ernestas Kulik)
+* Fix crash for non disconnected keybinding (Marco Trevisan)
+* Update Gtk-placesview code to fix crash (Marco Trevisan)
+* Avoid a11y related signals flooding on startup (Joanmarie Diggs)
+* Update flatpak generation for 3.26 (Carlos Soriano)
+* Fix Memory leaks (Rahul Verma, Wong Heung Sang)
+* Support dead_tilde key for location entry change (António Fernandes)
+* Fix middle-click for double-double-click mode (George Mocanu)
+* Updated Translations
+
Major changes in 3.26.3.1:
* Revert accidental backports of behavioral and visual changes
diff --git a/meson.build b/meson.build
index 6256193cc..0b8a6f1b0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('nautilus', 'c',
- version: '3.26.3.1',
+ version: '3.26.4',
meson_version: '>=0.40.0',
license: 'GPL3+')