Changes between Version 19 and Version 20 of NEWS-4.7.0.3
- Timestamp:
- 02/24/10 09:06:13 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.7.0.3
v19 v20 20 20 21 21 === Fixes === 22 * Memory leaks (#2028 )22 * Memory leaks (#2028, #2053) 23 23 * MC crashes at exit due to race conditions of destroying subshell and file manager (#2008) 24 24 * Missing includes (#2017) … … 27 27 * Extra quoting of shell variables in user menu (#1967) 28 28 * Editor's search parameters are not retained across editing session (#1572) 29 * !EditColumnMark can't go up through newline (#1998) 29 30 * Missed \s symbol in Syntax file (#2010) 30 31 * !ViewContinueSearch segfault on empty search (#1996) … … 33 34 * Contents of RAR archives with filenames that contain / \d\d:\d\d / are not listed correctly (#2029) 34 35 * FTPFS: strcpy() is used for overlaping strings (#2018) 35 * EditColumnMark can't go up through newline (#1998)