mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-13 08:06:31 +00:00
Update ChangeLog with ISO9660 details.
This commit is contained in:
parent
41e11d93b1
commit
63d0612e5d
2 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,13 @@
|
|||
$WW,1$$FG,5$$TX+CX,"ChangeLog"$$FG$
|
||||
$IV,1$----04/16/22 18:47:11----$IV,0$
|
||||
* Raised version number to 1.13.
|
||||
* Added ISO9660 support from "TempleOSCD_2017-05-21T03 56 09.ISO".
|
||||
- $LK+PU,"DiskISO9660.ZC",A="FI:::/System/Boot/DiskISO9660.ZC"$
|
||||
- $LK+PU,"FileSysISO.ZC",A="FI:::/Kernel/BlkDev/FileSysISO.ZC"$
|
||||
- $MA-X+PU,"ISO9660 Filesystem support",LM="Find(\"case FSt_ISO9660\", \"::/Kernel\");Find(\"case FSt_ISO9660\", \"::/System\");View;"$
|
||||
- $LK+PU,"FMMakeISO",A="MN:FMMakeISO"$ reverted to 2 args, second arg is ISO type.
|
||||
- Updated documentation to mention ISO9660 support.
|
||||
|
||||
$IV,1$----04/01/22 00:20:08----$IV,0$
|
||||
* Added $LK+PU,"ST_WIN_INHIBIT_FLAGS",A="MN:ST_WIN_INHIBIT_FLAGS"$, $LK+PU,"ST_TASK_FLAGS",A="MN:ST_TASK_FLAGS"$, $LK+PU,"ST_DISPLAY_FLAGS",A="MN:ST_DISPLAY_FLAGS"$, $LK+PU,"WIf_FLAGS_NUM",A="MN:WIf_FLAGS_NUM"$, $LK+PU,"TASKf_FLAGS_NUM",A="MN:TASKf_FLAGS_NUM"$, $LK+PU,"DISPLAYf_FLAGS_NUM",A="MN:DISPLAYf_FLAGS_NUM"$.
|
||||
* Added verbose Bool argument to $LK+PU,"TaskRep",A="MN:TaskRep"$, add logic to $LK+PU,"TaskRepTask",A="MN:TaskRepTask"$ to print out detailed task information. Default parameter value is FALSE.
|
||||
|
|
|
@ -13,7 +13,7 @@ CTask *sys_winmgr_task,
|
|||
U8 *rev_bits_table; //Table with U8 bits reversed
|
||||
CDate local_time_offset;
|
||||
F64 *pow10_I64,
|
||||
sys_os_version = 1.12;
|
||||
sys_os_version = 1.13;
|
||||
|
||||
CAutoCompleteDictGlobals acd;
|
||||
CAutoCompleteGlobals ac;
|
||||
|
|
Loading…
Reference in a new issue