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
17f1d999
Commit
17f1d999
authored
Mar 03, 2017
by
Carlos Soriano Sánchez
Browse files
release: prepare for 3.23.91
parent
c0d77121
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
17f1d999
Major changes in 3.23.91:
* Fix long-time, hard to reproduce, and common crash on desktop with "auto layout" icons (Alex Pandelea)
* Port building system to meson (Ernestas Kulik)
* Make F2 toggle between selection modes, full file name or only file name withouth extension (Ernestas Kulik)
* Recent files are now always files that only the user used, rather than any program/daemon like Dropbox updating the access time (Carlos Soriano)
* Fix Nautilus tests with extexnsions points (Jan Tojnar)
* Fix crash on desktop when refreshing (Alex Pandelea)
Major changes in 3.23.90:
* Add <ctrl> Return as shortcut to open selected folder in new window (Felipe Borges)
* <ctrl> N now opens the window in the same location as the current view (Felibe Borges)
...
...
configure.ac
View file @
17f1d999
...
...
@@ -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.23.9
0
],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
AC_INIT([nautilus],[3.23.9
1
],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================
...
...
meson.build
View file @
17f1d999
project
(
'nautilus'
,
'c'
,
version
:
'3.23.9
0
'
,
version
:
'3.23.9
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