summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2017-04-28 11:30:42 +0200
committerCarlos Soriano <csoriano@gnome.org>2017-04-28 11:32:26 +0200
commitefcaf01991e499eb1aa6e6fac54750e46f2bf430 (patch)
tree942ddc3403ab33efdebd53a758586e31b9050d9d
parent2d848bba7bd24f9d29f372c1e37507aacfbedda5 (diff)
downloadnautilus-wip/csoriano/release.tar.gz
release: Prepare for 3.25.1wip/csoriano/release
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a54c9de63..c61d5ba94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Major changes in 3.25.1:
+* Ported to Meson build system (Ernestas Kulik)
+* Fix replacing directory with symlink (echo-devim)
+* Focus when a new folder is created (Kevin Lopez)
+* Do not consider directory names with dots as extensions (Evgeny Shulgin)
+* Fix move to/copy to when searching (Alex Pandelea)
+* Various fixes to the new experimental views (Carlos Soriano)
+* Fix scripts order in submenu (Carlos Soriano)
+* Fix open in new tab/window in Other Places (Carlos Soriano)
+* Show new networks available while in Other Places view (Georges Basile Stavracas Neto)
+* Avoid extraction of files if not enough space (Vyas)
+* Fix not being able to drag the window from the path bar (Carlos Soriano)
+* Add user preference for using the new views (Carlos Soriano)
+* Fix DnD when using Google Drive (Ondrej Holy)
+
Major changes in 3.24.0:
* Translations
diff --git a/meson.build b/meson.build
index 68c3f33f0..626ee03fa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('nautilus', 'c',
- version: '3.23.91',
+ version: '3.25.1',
meson_version: '>=0.37.0',
license: 'GPL2+')