Changes between Version 49 and Version 50 of NEWS-4.8.33
- Timestamp:
- 01/12/25 07:46:10 (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.8.33
v49 v50 12 12 * Improve fish 4.0 shell support (#4597) 13 13 * Add support for bash PROMPT_COMMAND being an array (#4599) 14 * Don't override ENV variable for ash/dash subshell (#4605) 14 15 * Don't disable verbose mode if tty baudrate can't be reliably determined (#2452) 15 16 16 17 === VFS === 18 * extfs vfs: chmod/chown inside extfs (e.g. zip archive) silently fails (#4629) 17 19 18 20 === Editor === … … 24 26 === Misc === 25 27 * Code cleanup (#4572, #4593, #4595, #4598) 28 * Adjust mc-wrappers to work with the new MC_TMPDIR creation logic (#4575) 26 29 * Prefer console players for sound, images and video in non-graphical sessions (#4479, #4596) 27 30 * New keymap for vim users (#4588) 28 * Adjust mc-wrappers to work with the new MC_TMPDIR creation logic (#4575)29 31 * Support `TERM=xterm-clear` for FreeBSD users (#2633) 30 * Move CI from Travis to !GitHub Actions (#4170, #3738, #4602)31 32 * mc.ext.ini: 32 33 * Support for Rust crates file format (#4609) 33 34 * Support for OpenEmbedded ipk archives (#4626) 34 35 * ext.d: select browser at runtime (#4615) 36 * Move CI from Travis to !GitHub Actions (#4170, #3738, #4602) 35 37 36 38 === Fixes === … … 49 51 * tar vfs: double free (#4616) 50 52 * sftpfs vfs: use after free (#4620) 51 * extfs vfs: chmod/chown inside extfs (e.g. zip archive) silently fails (#4629)52 53 * tests: fix charset-related code on non-glibc platforms (Alpine, Illumos) (#3972, #4495) 53 54 * tests: use weak symbols instead of symbol duplication to support non-GNU linkers / macOS (#4584, #3542)