diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-10-03 17:57:05 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-10-03 17:57:05 +0000 |
| commit | 98117aa0347721c1b33897e435818da3673040ca (patch) | |
| tree | 7b4084951c17201963b5099e6d92e11529a026fc /changes.txt | |
| parent | 73d55968743da26d1ff63e9939f191d217aea206 (diff) | |
Notes
Diffstat (limited to 'changes.txt')
| -rw-r--r-- | changes.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt index c416898bb48e8..c84aab6238093 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,18 @@ ---------------------------------------- +03 October 2018. Summary of changes for version 20181003: + + +2) iASL Compiler/Disassembler and Tools: + +Fixed a regression introduced in version 20180927 that could cause the +compiler to fault, especially with NamePaths containing one or more +carats (^). Such as: ^^_SB_PCI0 + +Added a new remark for the Sleep() operator when the sleep time operand +is larger than one second. This is a very long time for the ASL/BIOS code +and may not be what was intended by the ASL writer. + +---------------------------------------- 27 September 2018. Summary of changes for version 20180927: |
