summaryrefslogtreecommitdiff
path: root/documents
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2017-01-19 08:41:36 -0800
committerRobert Moore <Robert.Moore@intel.com>2017-01-19 08:41:36 -0800
commit4b6b54d7b142b1a42a6c2a67987006e5ccaab725 (patch)
tree149a298fe920529e8cb3aefe31e2851b41e617a8 /documents
parent43e04e75a9849072a1557b674004d8093bddb9ef (diff)
downloadacpica-4b6b54d7b142b1a42a6c2a67987006e5ccaab725.tar.gz
Logfile: Changes for version 20170119
Version 20170119.
Diffstat (limited to 'documents')
-rw-r--r--documents/changes.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/documents/changes.txt b/documents/changes.txt
index ee1634381..4e0d69e57 100644
--- a/documents/changes.txt
+++ b/documents/changes.txt
@@ -1,4 +1,39 @@
----------------------------------------
+19 January 2017. Summary of changes for version 20170119:
+
+This release is available at https://acpica.org/downloads
+
+1) General ACPICA software:
+
+Entire source code base: Added the 2017 copyright to all source code
+legal/licensing module headers and utility/tool signons. This includes
+the standard Linux dual-license header. This affects virtually every file
+in the ACPICA core subsystem, iASL compiler, all ACPICA utilities, and
+the ACPICA test suite.
+
+
+2) iASL Compiler/Disassembler and Tools:
+
+iASL: Removed/fixed an inadvertent remark when a method argument
+containing a reference is used as a target operand within the method (and
+never used as a simple argument), as in the example below. Jeffrey Hugo.
+
+ dsdt.asl 1507: Store(0x1, Arg0)
+ Remark 2146 - ^ Method Argument is never used (Arg0)
+
+All tools: Removed the bit width of the compiler that generated the tool
+from the common signon for all user space tools. This proved to be
+confusing and unnecessary. This includes similar removal of HARDWARE_NAME
+from the generic makefiles (Thomas Petazzoni). Example below.
+
+ Old:
+ ASL+ Optimizing Compiler version 20170119-32
+ ASL+ Optimizing Compiler version 20170119-64
+
+ New:
+ ASL+ Optimizing Compiler version 20170119
+
+----------------------------------------
22 December 2016. Summary of changes for version 20161222: