Changes between Version 47 and Version 48 of NEWS-4.8.16
- Timestamp:
- 03/05/16 09:03:45 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified NEWS-4.8.16
v47 v48 34 34 35 35 === Fixes === 36 * Broken ./configure --without-internal-edit (#3601) 36 37 * Memory leaks (#3547, #3561, #3567, #3572) 37 * Bashism in gitfs+ extfs helper (#3379) 38 * Broken case insensetive search in non-unicode locale (#3491) 39 * Broken silent opening of files in background (#3574) 38 * No preallocation if appending during file copy (#3577) 40 39 * Cannot set mini-format for "brief" listing type (#3588) 41 * Error message prefixed with no sense "0:" (#3269)42 * Fix preallocation if appending during file copy (#3577)43 * Info panel: buffer overflow (#3582)44 40 * Info panel: incorrect inode information in some cases (#3214) 45 41 * Info panel: wrong device name with symbolic link (#3412) 42 * Info panel: buffer overflow (#3582) 43 * Regression: match filename, not full path in mc.ext (#3578) 44 * Broken case insensitive search in non-unicode locale (#3491) 45 * Error message prefixed with no sense "0:" (#3269) 46 46 * mcedit: buffer overflow (#3579) 47 47 * mcedit: "Lower case selection" command in User Menu (#3586) 48 48 * mcview: "Not found" result isn't reported in some cases (#3543) 49 * VFS: isofs doesn't show .dotfiles (#3537) 50 * VFS: isofs: cannot copy file from iso when Joliet without RockRidge is used (#2851) 51 * VFS: extfs/unzip: enter into zip file fails with "inconsistent extfs archive" (#3433) 52 * VFS: SFTP: various bugs (#3581) 53 * VFS: FISH: provide major/minor info for block/char devices (#3599) 54 * Bashism in gitfs+ extfs helper (#3379) 55 * Non-portable invocation of man (#3509) 49 56 * mc-wrapper leaves MC_USER set (#3550) 50 * Non-portable invocation of man (#3509) 51 * Regression: match filename, not full path in mc.ext (#3578) 52 * VFS: extfs/unzip: enter into zip file fails with "inconsistent extfs archive" (#3433) 53 * VFS: FISH: provide major/minor info for block/char devices (#3599) 54 * VFS: isofs: cannot copy file from iso when Joliet without RockRidge is used (#2851) 55 * VFS: isofs doesn't show .dotfiles (#3537) 56 * VFS: SFTP: various bugs (#3581) 57 * Broken ./configure --without-internal-edit (#3601) 57 * Broken silent opening of files in background (#3574)