Changes between Version 250 and Version 251 of ReleaseNotes/Mainline
- Timestamp:
- 2025-10-09T18:38:20Z (27 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v250 v251 59 59 * Networking 60 60 * DHCP can be disabled for a network interface by configuring any static IP address on it 61 * Console 62 * Carriage return character is now properly handled 61 63 * Remote console (i.e. telnet server) 62 64 * Added support for cursor and color control (can be disabled using option {{{--no-ctl}}}) … … 84 86 * Navigator 85 87 * Added File / Edit (Ctrl-E) to open selected file in text editor 88 * Added File / New File (Ctrl-M) to create new empty or zero-filled file 86 89 * Opening a {{{.txt}}} file starts the text editor 90 * New file management utility 91 * displays progress if operation takes a long time 92 * {{{newfile}}} creates a new empty or zero-filled file 87 93 * Fixed {{{mkfat}}} to correctly set volume label on FAT32 88 94 * Text editor … … 129 135 * Fixed incorrect blocking chain printed by fibril deadlock detector 130 136 * Fixed reader-writer lock to prevent writers from starving 137 * Addded {{{capa_format_buf()}}} to format capacity in pre-allocated buffer 138 * Added {{{capa_blocks_format()}}}, {{{capa_blocks_format_buf()}}} to simply convert number of bytes to capacity string (e.g. 1.02 MB) 131 139 132 140 === Miscellaneous ===