Accepting request 212578 from home:AndreasStieger:branches:Base:System

update to 4.8.11

OBS-URL: https://build.opensuse.org/request/show/212578
OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=82
This commit is contained in:
OBS User mrdocs
2014-01-01 22:05:39 +00:00
committed by Git OBS Bridge
parent dbec6cdb7f
commit a9afda7d60
9 changed files with 100 additions and 133 deletions

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Wed Jan 1 19:48:54 UTC 2014 - andreas.stieger@gmx.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 12:10:32 UTC 2013 - dnh@opensuse.org