summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-08-29 18:33:49 +0300
committerErnestas Kulik <ernestask@gnome.org>2018-08-29 18:33:49 +0300
commitdb92b6a6cf97ea183650b48ba9fa212da09ec162 (patch)
tree7bea77f8eb72578133955e362b117e8d646dfe07
parent150bcc926b51570f462da74a27aee0ded9eab949 (diff)
downloadnautilus-db92b6a6cf97ea183650b48ba9fa212da09ec162.tar.gz
Prepare for 3.29.923.29.92
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 54cc0f477..7c8dad3a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Major changes in 3.29.92:
+* Revert showing search filter popover on ctrl-f (António Fernandes)
+* Add more tests (Alexandru Fazakas) (woo!)
+* Replace ambiguous slash with trash icon in path bar (Yi-Soo An)
+* Fix path bar buttons not working with keyboard (António Fernandes, Carlo Lobrano)
+* t (Carlos Soriano)
+* Fix crash when opening broken bookmarks from other locations (Ernestas Kulik)
+* Add warning about exceeded file name limit when renaming, etc. (António Fernandes)
+* Add plumbing for desktop extension (clipboard, undo/redo, etc.) (Carlos Soriano)
+* Tweak path bar styling (António Fernandes, Alexander Mikhaylenko, Jakub Steiner)
+
Major changes in 3.29.90.1:
* Flatpak improvements. Improved user facing experience and developer experience (Ernestas Kulik, Carlos Soriano)
* CI & CD set up. Increases stability, buildability and feedback cycle (Jordan Petridis, Ernestas Kulik, Carlos Soriano)
diff --git a/meson.build b/meson.build
index ab7af0d63..3dee15622 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.29.90.1',
+ version: '3.29.92',
meson_version: '>= 0.46.0',
license: 'GPL3+'
)