- old version did not work
- current github head does work (tested)
- new from head sees itself as 2.1.0, but not yet released, so...
PR: 203774
Requested by: emaste
Version 1.40.1 (released 11/08/2015)
- fixed archive extensions like tar.gz, tar.bz2, tar.xz that were
uncorrectly displayed as gz, bz2 and xz in file lists
- applied fixes from Coverity analysis
- fixed bug #181 (USB drive requires manual refresh on re-mount)
- fixed a bug in the PathLinker where a path such as /test was
incorrectly found as being a part of a path like
/home/test/temp
- fixed bug #204 (Can't overwrite folders ). The rename command now
forbids renaming files or directories to a destination that already exists
- set focus on the cancel button in some confirmation dialogs
- when pressing the return key on a multiple selection of files and
directories, the files are now opened and the directories are ignored
- fixed missing suffixes when creating directory copies from
copy / paste operation
- fixed the user and group combo box sizes in the Properties dialog
- fixed wrong icon size in xferc for aac and flac types
- fixed wrong if test in onCmdPopupMenu() for FilePanel.cpp and
SearchPanel.cpp (Coverity)
- fixed the path linker button text when the directory name contains
'&' characters
- implemented natural sorting in DirList
- fixed natural file sorting in compare_locale() and compare_nolocale()
(bug #203)
- updated spanish translation (thanks to jcsl <trcs@gmx.com>)
- fixed a bash-ism in configure.ac (bug #200)
- fixed Ctrl-C, Ctrl-V, Ctrl-X and Ctrl-A shortcuts that didn't
work in text fields with caps lock enabled
- in the search window, pressing the Return key does not launch
another search when the panel has the focus
- fixed a problem where data count is wrongly reset when moving
files between different file systems
- updated hungarian translation (thanks to Sndor Sipos
<ss1978@freestart.hu>)
- fixed a freeze problem with the uim input method and changed the
way input methods are detected. We now use the XMODIFIERS environment
variable. This works well with ibus, uim and fcitx input methods.
There remains a problem where composed characters don't work with
the SCIM input method, can't find why
- fixed a compilation problem in non Linux systems (cmd variable
not declared in main.cpp, bug #198)
PR: 203762
Submitted by: Walter Schwarzenfeld <w.litter@aon.at>
Modify make describe to automatically prepend ${PORTSDIR} if the path for the
port is not absolute
Checked with poudriere, portmaster, portupgrade
PR: 203685
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D3866