Changelog for
mc-4.8.20-123.1.x86_64.rpm :
Tue Nov 28 13:00:00 2017 ecsosAATTopensuse.org
- Update to Version 4.8.20
*
* Core
* Rename key bindings:
- [main].PanelListingSwitch -> [panel].CycleListingFormat
- [main].PanelListingChange -> [main].SetupListingFormat
* Speed up of UTF-8 normalization for frequent cases (#3616)
*
* VFS
* extfs helpers tester:
- diff of failed tests is now included in output to ease bug reporting (#3784)
*
* Editor
* Syntax:
- ES2015 support (#3793)
- TypeScript support (#3794)
- Ada 95 updates (#3804)
- Apache Hive QL support (#3828)
- SQL & PHP keyword updates (MidnightCommander/mc#129)
- Simplification of case insensitive file name patterns in /usr/share/mc/syntax/Syntax file (#3829)
- Markdown (initial support) (#3864)
- Protocol Buffers and gRPC support (#3868)
* Add %c (cursor offset from BOF) support for user menu macros (#3867)
*
* Viewer
*
* Diff viewer
*
* Misc
* Unify curses initialization for various curses implementations (#3697)
* Highlight txz extension as archive like tgz, etc. (#3782)
* Add new media extensions to filehighlight.ini (#3834)
*
* Fixes
* Wrong --help message for mcview, mcedit and mcdiff (#3805)
* Compression from menu broken due to bad quoting (#3840)
* --with-homedir gives \"yes\" as config directory (#3836)
* External panelize: opening a file with an absolute path fails (#2942)
* Filter isn\'t cleared when entering empty string (#3813)
* Panelization is not kept while switching panel listing mode (#3810)
* Cannot tab out of a QuickView panel (#3815)
* Cannot use the F10 key in a QuickView panel (#3816)
* Wromg INPUT_COMPLETE_CD flag handling in the QuickDialog? engine (#3870)
* mcview: file interpreted as latin1 instead of utf8 (#3783)
* mcview: incomplete read of filtering data (#3817)
* mcview: search doesn\'t grow file as much as needed (#3819, #3855)
* mcview: goto doesn\'t grow file as much as needed (#3826)
* mcview: quick view panel: crash on slow startup while switching panel mode (#3846)
* mcedit: fix broken encoding into UTF-8 for 8-bit displays (#3843)
* mcedit: incorrect %f macro substitution in the user menu (#3861)
* man pages: wrong paths of mc.hint and mc.hlp (#3806)
* subshell: fix broken tcsh 6.20+ cd escaping (#3852)
* VFS: incremental tar doesn\'t contain empty directories (#2297)
* VFS: incremental tar: wrong directories owner for tar --numeric-owner -g (#3709)
* VFS: timestamps not being preserved due to uninitialized struct stat st_[acm]tim.tv_nsec (#3821)
* VFS: ftp: can\'t retrieve password from .netrc when user is in URL (#3869)
* VFS: tests: locale issue causing helpers using \'sort\' to fail (#3787)
* VFS: tests: unportable \'echo\' use causing one rpm helper test to fail (#3786)
* Spelling errors in the manual page (#3839)
Mon Mar 6 13:00:00 2017 dnhAATTopensuse.org
- Update to Version 4.8.19
*
* Core
* Replace $MC_HOME with $MC_PROFILE_ROOT (#3684)
* Allow rebind TAB key to change panel (#3672)
* Support for True Color (16 millions colors) (#3145)
* Color aliases in skin files (#3711)
*
* VFS
* Support timestamps with nanosecond precision for copy/move operations (#3575)
* Introduce EXTFS helpers tester (#3730, #3744, #3752, #3753, #3751)
* Teach u7z to parse archive listings w/o sizes and/or dates (#2707)
* Teach rpm helper about transaction scripts (#3750)
* Fix hp48, uace & uarc extfs which used an obsolete date format (#3729, #3747)
*
* Editor
* Syntax:
- updates of HTML and ebuild highlighting
- highlight
*.t (Perl test) files as Perl scripts
- disassociate .cl file extension from LISP syntax (#3691)
* Add syntax highlighting:
- OpenCL (#3690)
- OpenShadingLanguage (#3762)
- R
- YAML (#3293)
*
* Misc
* Code cleanup (#3693, #3703, #3721, #3763)
* Add true color skins: \'Four seasons\' (#3724)
* Activate `--enable-tests` by default if `check` is found (#3708)
* Added new skin: YADT (MidnightCommander/mc#115)
*
* Fixes
* Segfault on switching left panel to Info (#3700)
* Broken compatibility with ncurses (#3697)
* Setting MC_HOME makes mc ignore ~/.bashrc (#3684)
* mc_tmpdir() use a buffer of only 64 characters (#3736)
* Some bugs in the parsing of hexadecimal search patterns (#3694)
* Hexadecimal search fails on binary data (#3589)
* Broken file list resorting on double click on panel header line (#3715)
* Wrong dialog resizing and positioning (#3714, #3723)
* Widget\'s \'disabled\' status is not toggled immediately (#3716)
* Last item of \'Options/Layout/Horizontal\' radiobuttons remains highlighted (#3717)
* \'Options/Layout/Equal split\' checkbox gets reverted (#3718)
* Panels: cannot show more than one \"column\" in user defined listing mode (#3757)
* Mix of MSG_NOTIFY and MSG_FOCUS messages (#3731)
* skins: \'window-state-char\' and \'window-close-char\' are parsed as colors (#3710)
* Pressing
and in the hotlist dialog doesn\'t refresh it (#3775)
* mcview: an error message about bad regexp isn\'t shown (#3720)
* mcedit: fix etags filenames parsing (#3698)
* mcedit: fix mouse active area for maximize / close buttons (#3774)
* mcedit: frames (MDI interface) don\'t reflect the focus state (#3766)
* mcedit: frames (MDI interface) sometimes obscure the buttonbar (#3760)
* mcedit doesn\'t show search error messages when searching backwards (#3735)
* help viewer: tab characters handled incorrectly (#3754)
* VFS: incorrect zoo archive listing (#3696)
* VFS: segfault in VFSs not setting block size in stat (#3749)
- removed obsolete 02_ignore_ftp_chmod_error.patch
if ignore_ftp_chattr_errors=true (the default?) in
~/.config/mc/ini, errors are ignored anyway, and if if set to false,
the user get the error (e.g. permission denied). With the patch, the
user never will see an error and wonder, why it\'s not working. It
might have been, that this option has not worked in (much) older
versions and the patch introduced because of this.
- removed obsolete 09_uzip_broken_528239.patch
it is correctly detected during configure
- rebased mc-rpm.patch
Mon Oct 3 14:00:00 2016 dnhAATTopensuse.org
- Update to Version 4.8.18
- Core
* Alt-Enter, Ctrl-Enter and Ctrl-Shift-Enter shortcuts are bindable in file manager (#3075)
* Internals:
* Refactoring of widget subsystem (#2919, #3632)
- Editor
* Add syntax highlighting:
* GLSL (#3683)
* CUDA (#3686)
- Misc
* Code cleanup (#3641, #3652)
- Fixes
* Build failure on FreeBSD (#3643)
* Incompatibility with NetBSD curses (#3665)
* Memory leaks (#3637)
* Subshell output lost on window resize under tmux, GNU screen (#3639)
* --with-subshell=optional does not work (#3642)
* Backward search is not interruptible (#3648)
* \"Output lines\" has no effect (#3655)
* Wrong handling of mouse clicks in long listing mode (#3661)
* Panelize resets marks on marked files in many cases (#3663)
* Cannot change directory in the active panel in some cases (#3669)
* Filtered View doesn\'t work (#3646, #3660)
* mcedit: don\'t kill bookmarks when open file from \"Find File\" dialog (#3668)
* man pages use \"the MC\" instead of \"MC\" (#3644)
Mon May 9 14:00:00 2016 dnhAATTopensuse.org
- Update to 4.8.17:
=== Core ===
* Minimal version of Gettext is 0.18.1 (#1885)
* Optimization of copy/move operations (use adaptive buffer as in coreutils) (#2193)
* Recognize csh as tcsh (#2742)
* Сentered scrolling of file panel (#3130)
* Internals:
* Switch to new high-level mouse API (#3571)
=== VFS ===
* FISH helpers: remove executable bit (#3610)
=== Editor ===
* Improvements of syntax highlighting:
* F90 (#3618)
* Java (MidnightCommander/mc#95)
=== Misc ===
* Code cleanup (#3598, #3607)
* Install mc.keymap as a symlink to mc.default.keymap (#3609)
* File highlight: add more common file formats
=== Fixes ===
* Segfault due to incorrect value of SHELL environment variable (#3606)
* Segfault when copying files under FreeBSD 9.3 (#3617)
* Segfault when entering into some cpio archives (#3621)
* Subshell output lost on window resize under tmux, GNU screen (#3639)
* Subshell cursor position lost after window resizing (#3640)
* Listbox no longer scrolls when dragging outside widget (#3559)
* VFS: extfs: incorrect date parsing in unzip (#3622)
* VFS: extfs: buffer overflow (#3605)
* VFS: patchfs: syntax error (#3620)
* VFS: fish: mistakes in ls Perl helper (#3611)
- remove upstreamed Patch99: mc-patchfs_lzip-syntax-error.patch
Fri Apr 1 14:00:00 2016 dnhAATTopensuse.org
- Add no-brainer patch mc-patchfs_lzip-syntax-error.patch from upstream
that fixes a syntax error in the patchfs helper script (bsc#972789).
Mon Mar 14 13:00:00 2016 dnhAATTopensuse.org
- Update to 4.8.16:
Core
Support for ash + bugfixes for bash, fish (#2742)
Find file: empty file name matches any file name (#3593)
Find file: empty value of \"Content\" is used instead of \"Search for content\" checkbox to disable search for content (#3594)
Listbox: don\'t wraparound on mouse scroll (#3554)
Internals:
Listbox: various fixups (#3569: #3562, #3563, #3565, #3161)
Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566)
VFS
Support lzip compression format (#2673, #1541)
Support lz4 compression format (#3523)
patchfs: support xz compression (#3443)
Update uc1541 version (#3527)
Add mc.ext patterns for initramfs / initrd (#3115)
Editor
Add golang syntax (MidnightCommander?/mc#84)
Update Puppet syntax (MidnightCommander?/mc#86)
Misc
Code cleanup (#3555, #3547, #3587)
Better subshell documentation (#3556)
Fixes to the English man pages by Denys Vlasenko
Fixes
Insufficient quoting in mc.menu (#2947)
Broken ./configure --without-internal-edit (#3601)
Memory leaks (#3547, #3561, #3567, #3572)
No preallocation if appending during file copy (#3577)
Cannot set mini-format for \"brief\" listing type (#3588)
Info panel: incorrect inode information in some cases (#3214)
Info panel: wrong device name with symbolic link (#3412)
Info panel: buffer overflow (#3582)
Regression: match filename, not full path in mc.ext (#3578)
Broken case insensitive search in non-unicode locale (#3491)
Error message prefixed with no sense \"0:\" (#3269)
mcedit: buffer overflow (#3579)
mcedit: \"Lower case selection\" command in User Menu (#3586)
mcedit: close on ctrl-g (#3557)
mcview: \"Not found\" result isn\'t reported in some cases (#3543)
VFS: isofs doesn\'t show .dotfiles (#3537)
VFS: isofs: cannot copy file from iso when Joliet without RockRidge? is used (#2851)
VFS: extfs/unzip: enter into zip file fails with \"inconsistent extfs archive\" (#3433)
VFS: SFTP: various bugs (#3581)
VFS: FISH: provide major/minor info for block/char devices (#3599)
Bashism in gitfs+ extfs helper (#3379)
Non-portable invocation of man (#3509)
mc-wrapper leaves MC_USER set (#3550)
Broken silent opening of files in background (#3574)
Run identify on JPEGs even if exif is not installed (#3568)
- rebased a bunch of patches
Mon Nov 9 13:00:00 2015 astiegerAATTsuse.com
- verify the sha256 hash during build
Mon Nov 9 13:00:00 2015 pthAATTsuse.de
- Tag .sha256 file as source.
Mon Nov 9 13:00:00 2015 dnhAATTopensuse.org
- Update to 4.8.15:
* Core:
Minimal version of GLib is 2.26.0
Use the PATH environment variable to search for the executable when opening pipe (#3444)
Support more than 2 (up to 9) columns in file panel in brief mode (#3212)
Clarify file sorting in \"Unsorted\" mode (#3496)
WGroupbox: respect dialog\'s colors (#3468)
Highlight find file\'s result in internal viewer (#3530)
* VFS:
s3 extfs vfs: bugfixes and improvements (#3470, #3502)
* Editor:
Add hidden option to choose full or base file name in the status line (#3445)
Improvements of syntax highlighting:
Lua (#3471)
PKGBUILD (#3484)
* Misc:
Text alignment in Info panel (#3155)
Select of menu file edit: change default button to \"User\" (#3493)
Recognize .gmo files as well as .mo ones (#3422)
Fix mc.pot comment tripping up Transifex and unportable inplace sed (#3479)
A lot of code clean up (#3420, #3424, #3426, #3427, #3428, #3429, #3430, #3431, #3434, #3435, #3437, #3463, #3464, #3465, #3466, #3467, #3494, #3495, #3539)
Documentation updates:
Spanish man and help: Diff Viewer section and minor fixes (#3477)
VFS garbage collection (#3472)
* Fixes:
Various memory leaks (#3438, #3439, #3440, #3457, #3458, #3459, #3460, #3461, #3462, #3475, #3520, #3521, #3522)
Linux kernel-specific segfault on startup (#3441)
Lost of Panelize contents in some cases (#3032, #3489, #3498, #3507)
Wrong highlight of search result in case of \"Regular expression\" and \"Whole words\" (#3524)
\"Whole words\" search works only in Normal mode (#3525)
SFTP VFS: segfault (#3456)
Segfault in \"Find file\" due to invalid UTF-8 sequences (#3449)
Bash variable \'PROMPT_COMMAND\' in pantheon-terminal (#3534)
- rebased mc-extd-xdg.patch against upstream changes
Tue Mar 24 13:00:00 2015 astiegerAATTsuse.com
- GNU Midnight Commander 4.8.14:
* Core:
+ Minimal version of GLib is 2.14.0
+ Add new panel binding \"SelectExt\" to select/unselect files
with the same extension as the current file
+ Speed up of directory size calculation
+ Support of italic text
* Editor:
+ New syntax highlighting support: puppet
* Viewer:
+ Rewrite mcview\'s rendering and scrolling
+ Use VIEW_SELECTED_COLOR in plain mode
+ In QuickView panel, don\'t pass any chars to command line to
avoid unexpected command execution
* Misc:
+ Code cleanup
+ Bind poedit to Edit action for .po files
+ Better grammar mcedit user menu
* Various bug fixes
Sat Sep 6 14:00:00 2014 dnhAATTopensuse.org
- remove file mc-Syntax.cmake.patch / cmds in .spec
- remove file mc-vfs_fish_helpers_ls-formatstring.diff
(extraneous patches seem to cause factory-auto to decline the submit)
cf. e.g. https://build.opensuse.org/request/show/247789
Fri Sep 5 14:00:00 2014 dnhAATTopensuse.org
- update to 4.8.13
various bugfixes and minor improvements, see NEWS file for details
- comment out mc-Syntax.cmake.patch, fixed upstream, to be removed
Wed Apr 2 14:00:00 2014 dnhAATTopensuse.org
- update to 4.8.12
- remove mc-vfs_fish_helpers_ls-formatstring.diff (fixed upstream)
- change mc-extfs-iso9660-xorriso.patch to work with upstream fix
Sat Mar 15 13:00:00 2014 dnhAATTopensuse.org
- fix bug (\"%i\" is not an appropriate format for off_t) in
mc-vfs_fish_helpers_ls-formatstring.diff, thanks to andrew_b
of upstream in mc-ticket:2983
Sat Mar 15 13:00:00 2014 dnhAATTopensuse.org
- add mc-vfs_fish_helpers_ls-formatstring.diff
fixing possible format-string attack via filename
http://www.midnight-commander.org/ticket/2983
until http://www.midnight-commander.org/ticket/3128
is fixed, fish should stay disabled though!
Thu Jan 30 13:00:00 2014 jengelhAATTinai.de
- Spec metadata update, remove redundant %clean section,
do parallel build with %_smp_mflags
Tue Jan 14 13:00:00 2014 dnhAATTopensuse.org
- add preliminary patch by Sebastian Siebert
mc-vfs-fish-deleted_source_file.patch
bnc#856501 and http://www.midnight-commander.org/ticket/3128
Fri Jan 10 13:00:00 2014 dnhAATTopensuse.org
- disable the ssh/fish vfs due to
http://www.midnight-commander.org/ticket/3128 and
https://bugzilla.novell.com/show_bug.cgi?id=856501
- remove unneccessary build-dep on recode
Wed Jan 1 13:00:00 2014 andreas.stiegerAATTgmx.de
- update to 4.8.11:
- Core
* Live update of panels size when editing layout
* Support \"Compute totals\" option in move file operation
- VFS
* rpm extfs
- show dependency version
- support tar payload
- improve support for EPOCH tag
- add support for PREINPROG/POSTINPROG/PREUNPROG/POSTUNPROG,
VERIFYSCRIPTPROG and TRIGGERSCRIPTS/TRIGGERSCRIPTPROG tags
- Editor
* Support \"bracketed paste mode\" of xterm
* Clarify Java syntax highlighting
- Misc
* Print warnings about unknown \'--with-\' / \'--enable-\' configure options
* Code cleanup and refactoring
- Fixes:
* Segfault while moving files
* Broken handling of mc command line arguments
* Copy/move doesn\'t work if num_history_items_recorded=0
* No subdir path completion in current dir, if stub is not starting with \'./\'
* Deprecated \"find -perm +xxx\" syntax is used
* Home, End, Shift-Fn keys don\'t work in tmux
* Improper [en|dis]abling of layout dialog split adjustment buttons
* Bogus strings in \'Confirmation\' config dialog
* \"Configure options\" first entry not highlighted
* \"Setup saved to ~/.config/mc/ini\" message is misleading
* Typo in mc.lib: \"less=%filename +%linenog\" instead of \"+%lineno\"
* Wrong order of filename and line number for external editor
* mcedit: tabs are lost when text is pasted
* mcedit: question on large file treats Escape as Yes
* Broken case-sensitive search in editor/viewer/diffviewer
* Changes to files in nested .zip archives are lost
* Incorrect handling of filenames with spaces with unrar v5
* iso9660 VFS: filenames truncating in ISO file listing
* vfs_path_from_str_flags() doesn\'t support VPF_STRIP_HOME
* Bright colors are used as background colors in 16-color skins
* Various defects in documentation
- removed patches:
* mc-extfs-helpers-urar.patch, committed upstream
- modified patches:
* mc-extfs-iso9660-xorriso.patch, adjust for upstream change
* mc-multi-press-f-keys.patch, remove fuzz
* mc-rpm.patch, adjust for upstream change in context
Thu Dec 12 13:00:00 2013 dnhAATTopensuse.org
- fix the iso9660 some more and fall back from xorriso to isoinfo as
xorriso fails on many DVD-iso files (well, that\'s UDF actually ..)
Thu Dec 12 13:00:00 2013 dnhAATTopensuse.org
- add mc-extfs-iso9660-xorriso.patch
fixing iso9660 extfs directory handling using xorriso
see http://www.midnight-commander.org/ticket/3122
Thu Nov 28 13:00:00 2013 dnhAATTopensuse.org
- Reimplementation of mcrar5fs_list in vfs/extfs/helpers/urar using
\'unrar vt\' fixing the \"trailing space\" problem with \'unrar [lv]\'
closing http://www.midnight-commander.org/ticket/3073 and bnc#849082
Mon Nov 25 13:00:00 2013 dnhAATTopensuse.org
- What a ghastly %description ... Where\'d that come from? ;) Fixed
with text from the README and a little added mention of Norton Cmdr
Mon Nov 25 13:00:00 2013 dnhAATTopensuse.org
- What\'s with those \"trailing spaces\" for filenames with length <13?
Mon Nov 25 13:00:00 2013 dnhAATTopensuse.org
- fix the urar patch (add trailing whitespace) (thanks to D. Werner again)
Sat Nov 23 13:00:00 2013 dnhAATTopensuse.org
- fix the urar patch (thanks to D. Werner again)
Sat Nov 23 13:00:00 2013 dnhAATTopensuse.org
- fix SLE
* %post scriptlet error (%set_permissions not available)
Fri Nov 22 13:00:00 2013 dnhAATTopensuse.org
- make urar-helper patch portable (tested with busybox awk)
Fri Nov 15 13:00:00 2013 dnhAATTopensuse.org
- four argument (\"seps\") gawk split() is new in 4.0.0, so explicitly
require a gawk new enough
Tue Nov 12 13:00:00 2013 dnhAATTopensuse.org
- add mc-extfs-helpers-urar.patch to fix urar extfs failing on files
with spaces when unrar5 is used (bnc#849082). Thanks to D. Werner
for finding the problem and proposing the fix.
Mon Sep 30 14:00:00 2013 sbrabecAATTsuse.cz
- Fix invalid mc.png (IDAT TFB error).
Fri Sep 27 14:00:00 2013 nadvornikAATTsuse.com
- mc-startup-timeout.patch: reduce the timeout when a dns server does
not respond (bnc#824729)
Fri Aug 23 14:00:00 2013 dnhAATTopensuse.org
- update to 4.8.10
- remove patch90 mc-bf3034-zip_in_tar.diff, fixed upstream
- remove patch91 mc-bf3040-mcedit_fd_leak.diff, fixed upstream
- more bugfixes: #3041, #3043, #3047, #2713, #3036
see https://www.midnight-commander.org/ticket/
- add libssh2 for sftp
Thu Jul 18 14:00:00 2013 subchaser1AATTgmail.com
- most annoying bug fixes imported from upcomming 4.8.10
* add mc-bf3034-zip_in_tar.diff: Cannot enter into zip archive
in tar one (mc#3034)
* add mc-bf3034-editor-fd-leak.diff: file descriptor leak in
mcedit (mc#3040)
Wed Jul 17 14:00:00 2013 subchaser1AATTgmail.com
- Update to new upstream release 4.8.9
* extfs: support unrar-5
* extfs: use xorriso (if exists) for writing into ISO images
* extfs: display additional info while vieweing .iso files
with F3
* mcedit: support unlimited file size
- The changes since 4.8.1.7 are to numerous to list here,
please read the file /usr/share/doc/packages/mc/NEWS for
a complete list
- modify mc-multi-press-f-keys.patch: adopted for changes in
sources
- modify mc-esc-seq.patch: adopted for changes in sources
- modify mc-rpm.patch: adopted for changes in sources
- modify mc-Syntax.cmake.patch: added .cmake file ext for cmake
syntax highlighting
- changes made for ext.d hanlers
* add mc-ext-audio.patch: view action added for all audio files
* add mc-extd-sound.patch: implement old functionality
* add mc-extd-video.patch: implement old functionality
* remove mc-apps-mediainfo.patch: implementation is moved to
mc-extd-sound.patch and mc-extd-video.patch
* add mc-extd-misc.patch: implement old functionality
* remove mc-apps-torrent.patch: moved to mc-extd-misc.patch
* add mc-extd-doc.patch: use elinks only when installed
* remove mc-word_docs.patch: Word docs now handled correctly
using xdg-open utility
* add mc-extd-xdg.patch: use xdg-open in X11 sessions only
* remove mc-apps.patch: re-implemented in patches for ext.d
handlers
* remove mc-extensions.patch: implementations is moved to
sound/video/doc patches for ext.d handlers
* remove mc-x11browser.diff: obsolated, implemented in ext.d/web.sh
- remove mc-palmsupport.patch: Palm Pilot support removed from
system-wide menu file
Thu Mar 7 13:00:00 2013 subchaser1AATTgmail.com
- Update to 4.8.1.7 (latest stable release):
The changes since 4.8.1.4 are to numerous to list here.
Please see the file NEWS in the documentation for a complete list.
Mon Jul 23 14:00:00 2012 subchaser1AATTgmail.com
- extfs deb helper: execute uar helper as fall-back if deb utilities is not installed
Sat Jul 21 14:00:00 2012 subchaser1AATTgmail.com
- fixed deb file extension support, use dpkg-deb from \'deb\' package
if installed
Sat Jul 21 14:00:00 2012 subchaser1AATTgmail.com
Updated to version 4.8.1.4
- Misc
* Tweak and cleanup of code in case of --disable-charset option usage (#2827)
* File extension support:
- .gem - rubygems (#2797)
- .cpio.xz - compressed cpio archives (#2798)
- Fixes
* Build failure on FreeBSD 6 (#2808)
* src/filemanager/filegui.c does not compile on Solaris due to missing macros (#2825)
* Loss of data on copy to full partition (#2829)
* Misinterpretation of dirs as command line arguments (#2783, #2805)
* Number of panelized files was limited to 127 (#2813)
* URL with port was stored wrong in history (#2833)
* Can\'t find 00 (zeroes) in patterns in hex search (#2795)
* Hotkey conflicts in \'Search\' dialog (#2843)
* Garbage directory listing in ftpfs (#2800)
* Incomplete sand256 skin (#2807)
* mcedit scripts are installed as data files (#1437)
* Tests failure on PowerPC,S390,S390x (#2804)
* Fail to compile if --without-vfs configure option specified (#2834)
* do_panel_cd: FTBFS with --enable-tests on [kfreebsd-i386,kfreebsd-amd64,ia64,armhf] (#2803)
Mon May 28 14:00:00 2012 subchaser1AATTgmail.com
- cmake syntax revisited
Thu May 10 14:00:00 2012 subchaser1AATTgmail.com
- Samba VFS restored, fixed path to smb.conf
Thu Apr 26 14:00:00 2012 subchaser1AATTgmail.com
- Update to 4.8.1.3 (regression fix release):
This release fixes two regressions in the just-released
previous stable version: a crash in the chown and symlink dialogs,
and an erroneous error popup when entering a tar archive.
Mon Apr 23 14:00:00 2012 subchaser1AATTgmail.com
- Update to 4.8.1.2 (bugfix release):
The changes since 4.8.1.1 are to numerous to list here.
Please see the file NEWS in the documentation for a complete list.
- mc-mcviewsegfault.patch removed, fixed in changeset 95fdd2
Wed Apr 4 14:00:00 2012 subchaser1AATTgmail.com
- .torrent extension viewer fixed
Sat Mar 24 13:00:00 2012 subchaser1AATTgmail.com
- x11_browser issues fixed
* use xdg-open if it possible
* HTML-files openning fixed
* firefox & chromium detection added
Wed Mar 21 13:00:00 2012 subchaser1AATTgmail.com
- Update to 4.8.1.1. Major changes is:
* License version updated to GPL3+ (#1551)
* Configuration files was moved from your $HOME/.mc directory into
XDG_CONFIG_
* directories to respect FDO standard
* VFS structure and paths is changed
* keybinding names was renamed to provide some unification
The changes since 4.7.5 are to numerous to list here.
Please see the file NEWS in the documentation for a complete list.
- an CMake language syntax highlighting for mcedit added
- added .torrent extension
- use meadiainfo (if exists) to view multimemedia files
Fri Feb 3 13:00:00 2012 dlovaskoAATTsuse.com
- Fixed rpmlint warning - added -fpie and -pie to compilation and linking of consaver
Wed Nov 23 13:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to avoid implicit dependency
Thu Aug 11 14:00:00 2011 vladspbruAATTgmail.com
- update to 4.7.5.3
* numerous changes and enhancements, see
/usr/share/doc/packages/mc/NEWS
Mon Apr 25 14:00:00 2011 lazy.kentAATTopensuse.org
- Don\'t convert Russian and Ukrainian docs. They have been already
in UTF-8 (bnc#686483).
- Install help and hints for non-english locales (bnc#681060).
Wed Mar 23 13:00:00 2011 pcernyAATTnovell.com
- keep english version of help and hints in the main package
Wed Feb 9 13:00:00 2011 vcizekAATTnovell.com
- update to 4.7.5.1
* numerous changes and enhancements, see
/usr/share/doc/packages/mc/NEWS
Wed Dec 29 13:00:00 2010 ajAATTsuse.de
- Delete beAATTtarask translation.
Tue Sep 14 14:00:00 2010 pthAATTsuse.de
- Fix wrapper script for sh, change Makefile to substitute
datadir (bnc#639044).
- Update to 4.7.0.9. Changes since 4.7.0.7:
* Translation updates.
* Added Galician translation.
* Fix potential division by zero in Info panel.
* Regexp replace only transforms the first occurence correctly.
* Fix remaining plain int types in VFS.
* Add \"Toggle syntax highlighting\" menu item.
* Fix restoring of signals even if fork() fails.
* Fix Segfault in replacement confirmation in editor.
Thu Sep 9 14:00:00 2010 ajAATTsuse.de
- BuildRequire gpm-devel
Wed Sep 8 14:00:00 2010 pthAATTnovell.com
- Add missing changes entry.
- Update to 4.7.0.7. The changes since 4.6.2 are to numerous to
list here. Please see the file NEWS in the documentation for
a complete list.
- Remove unneeded patches.
Tue Jul 13 14:00:00 2010 pthAATTsuse.de
- Fix pointer <-> int casts.
- Install x11_browser to _datadir/mc.
Thu Mar 18 13:00:00 2010 prusnakAATTsuse.cz
- little cleanup
Sun Oct 11 14:00:00 2009 msebenAATTnovell.com
- added mc-mkdir_mc_home.patch - create .mc home dir at startup (bnc#533262)
Mon Jul 13 14:00:00 2009 cooloAATTnovell.com
- only things that can be split into bundles can go into -lang
- do not require but recommend the -lang package
Wed May 20 14:00:00 2009 nadvornikAATTsuse.cz
- really apply 05_add_lzma_xz_support.patch
Wed May 6 14:00:00 2009 nadvornikAATTsuse.cz
- fixed crash in utf-8 patch [bnc#500516]
- allow to specify port number in the shell link [bnc#483249]
Thu Mar 12 13:00:00 2009 prusnakAATTsuse.cz
- added xz support (05_add_lzma_xz_support.patch)