Changes between Version 64 and Version 65 of NEWS-4.8.0-pre1


Ignore:
Timestamp:
06/23/11 11:58:12 (13 years ago)
Author:
slavazanko
Comment:

#2361

Legend:

Unmodified
Added
Removed
Modified
  • NEWS-4.8.0-pre1

    v64 v65  
    44 
    55'''WARNING''': Configuration files was moved from your $HOME/.mc directory into XDG_CONFIG_* directories to respect [http://standards.freedesktop.org/basedir-spec/basedir-spec-0.7.html FDO standard]. To get more information, see ticket #1851. 
     6 
     7'''WARNING''': VFS paths now handled as {{{vfsprefix1://vfsdata/vfsprefix2://vfsdata}}} (see #2361). Also, 'bindings' user file was renamed to 'mc.ext', so you need search in this file all 
     8{{{ 
     9Open=file.ext#vfsprefix 
     10}}} 
     11and replace them to 
     12{{{ 
     13Open=file.ext/vfsprefix:// 
     14}}} 
     15After this you should rename your 'bindings' file to 'mc.ext' 
     16 
     17Old-style paths are handled too, but you couldn't mix URL-like and old style path elements in one path string. 
     18 
     19Support of old-style paths will be removed in next major release (probably in 4.9, who knows...) 
     20 
     21Be aware. 
     22 
    623 
    724== Major changes since 4.7.5 == 
     
    3350    * moved from lib/vfs/mc-vfs to lib/vfs; 
    3451    * split by directories for VFS-modules and moved to src/vfs; 
    35     * lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h 
    36  
     52    * lib/vfs/vfs-impl.h was merged into lib/vfs/vfs.h; 
     53  * VFS now used URL-like paths (#2361) 
     54   
    3755=== Editor === 
    3856  * New engine of the editor macro (#323)