Changes between Version 250 and Version 251 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2025-10-09T18:38:20Z (27 hours ago)
Author:
Jiri Svoboda
Comment:

New file, capa…

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v250 v251  
    5959  * Networking
    6060    * 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
    6163  * Remote console (i.e. telnet server)
    6264    * Added support for cursor and color control (can be disabled using option {{{--no-ctl}}})
     
    8486  * Navigator
    8587    * 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
    8689    * 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
    8793  * Fixed {{{mkfat}}} to correctly set volume label on FAT32
    8894  * Text editor
     
    129135    * Fixed incorrect blocking chain printed by fibril deadlock detector
    130136    * 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)
    131139
    132140=== Miscellaneous ===