Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marco Trevisan
nautilus
Commits
3a3af1d3
Commit
3a3af1d3
authored
Apr 22, 2017
by
Carlos Soriano Sánchez
Browse files
release: Prepare for 3.24.1
parent
27a72df3
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
3a3af1d3
Major changes in 3.24.1:
* 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)
Major changes in 3.24.0:
* Translations
...
...
configure.ac
View file @
3a3af1d3
...
...
@@ -19,7 +19,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 5)
m4_define(nautilus_extension_revision, 0)
AC_INIT([nautilus],[3.24.
0
],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
AC_INIT([nautilus],[3.24.
1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================
...
...
meson.build
View file @
3a3af1d3
project
(
'nautilus'
,
'c'
,
version
:
'3.2
3.9
1'
,
version
:
'3.2
4.
1'
,
meson_version
:
'>=0.37.0'
,
license
:
'GPL2+'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment