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