summaryrefslogtreecommitdiff
path: root/documents
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2018-10-03 07:08:52 -0700
committerRobert Moore <Robert.Moore@intel.com>2018-10-03 07:08:52 -0700
commitb067b50349047febe6818bf4a4bbb9c53d2cb4de (patch)
tree19eeb52b5c32562b02a325dbc6625466c4251cbf /documents
parent8c63311dbaf231894396b2208d332db237ab1f12 (diff)
downloadacpica-b067b50349047febe6818bf4a4bbb9c53d2cb4de.tar.gz
Logfile: Changes for version 20181003
Version 20181003
Diffstat (limited to 'documents')
-rw-r--r--documents/changes.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/documents/changes.txt b/documents/changes.txt
index c416898bb..c84aab623 100644
--- a/documents/changes.txt
+++ b/documents/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: