Changes between Version 166 and Version 167 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2022-12-03T16:52:04Z (17 months ago)
Author:
Jiri Svoboda
Comment:

Reset

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v166 v167  
    1313=== General ===
    1414
    15  * HelenOS build for 486 CPU works correctly again
    16  * HelenOS works correctly in {{{Qemu -M isapc}}}
    17 
    1815=== Kernel ===
    1916
    20  * Fixed ia32 kernel deadlocking during boot if lazy FPU context switching is disabled during build
    21  * Fixed km_unmap_unaligned() trying to unmap the entire kernel ASID - fixes kernel test mapping1 on sparc64
    22 
    23 === User Interface ===
    24 
    25  * Added the Task Bar (a panel containing a clock and buttons for switching the active window)
    26  * Menu can be navigated more quickly using the keyboard thanks to accelerator keys support
    27  * Added scrollbars
    28  * Resizable windows can now be maximized/unmaximized (e.g. UI Demo)
    29  * File dialogs now actually allow browsing files
    30  * Window captions are abbreviated with ... if they are too long
    31 
    3217=== Services and Drivers ===
    33 
    34  * Graphical mode is now used for Qemu/sun4u thanks to improved driver support
    35  * HelenOS in Qemu -M isapc now correctly falls back to EGA text mode
    36    * Correctly detect that the Qemu SuperVGA adapter does not support linear frame buffer in this case
    37  * Fixed graphical console not displaying correctly in resolutions greater than 1024x768
    38  * Fixed arrow keys not working in !VirtualBox
    39  * Fixed Intel HD audio stuttering in !VirtualBox
    40  * Fixed audio server (Hound) crashing at the end of playback
    41  * Fixed some platforms shipping all (i.e. even irrelevant) drivers
    4218
    4319=== File Systems ===
     
    4521=== Networking ===
    4622
    47  * Fixed {{{netecho}}} failing to send any messages
    48  * Fixed two issues in DHCP client that prevented it from working properly in !VirtualBox
    49 
    5023=== Applications ===
    5124
    52  * Barber now has a proper window caption (which is rendered abbreviated)
    53 
    5425=== Libraries ===
    55 
    56  * User interface library (libui)
    57    * Fixed two use-after-free bug when closing a window / dialog that could lead to random application crashes
    58    * Added File List control (used in file dialog)
    59  * Text rendering library (libgfxfont)
    60    * gfx_puttext() can now abbreviate text that does not fit within the specified width with ...
    6126
    6227=== Miscellaneous ===