diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-05-08 18:10:55 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-05-08 18:10:55 +0000 |
commit | c7fe43df360e722274513d9e47c1358a580c8a9b (patch) | |
tree | 3b6f20cad9ae91c9c0fbe664b1699f7e20c1faf4 /changes.txt | |
parent | 5dc04bcfd5c1bd0942e4a6640bf39d15f464af4f (diff) |
Notes
Diffstat (limited to 'changes.txt')
-rw-r--r-- | changes.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt index 906b336360d29..8273d37b26884 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,25 @@ ---------------------------------------- +8 May 2018. Summary of changes for version 20180508: + + +1) ACPICA kernel-resident subsystem: + +Completed the new (recently deployed) package resolution mechanism for +the Load and LoadTable ASL/AML operators. This fixes a regression that +was introduced in version 20180209 that could result in an +AE_AML_INTERNAL exception during the loading of a dynamic ACPI/AML table +(SSDT) that contains package objects. + + +2) iASL Compiler/Disassembler and Tools: + +AcpiDump and AcpiXtract: Implemented support for ACPI tables larger than +1 MB. This change allows for table offsets within the acpidump file to be +up to 8 characters. These changes are backwards compatible with existing +acpidump files. + + +---------------------------------------- 27 April 2018. Summary of changes for version 20180427: |