diff options
author | Robert Moore <Robert.Moore@intel.com> | 2018-01-05 08:38:01 -0800 |
---|---|---|
committer | Robert Moore <Robert.Moore@intel.com> | 2018-01-05 08:38:01 -0800 |
commit | 3123a837f8206a1d94df85bda4596b8d7493273d (patch) | |
tree | abe1606832d8b9fe14f0ac91a40e35889a76c03b /documents | |
parent | 8a15e12ff9ae0cbeabf2762b621d8410f806e132 (diff) | |
download | acpica-3123a837f8206a1d94df85bda4596b8d7493273d.tar.gz |
Logfile: Changes for version 20180105
Version 20180105.
Diffstat (limited to 'documents')
-rw-r--r-- | documents/changes.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/documents/changes.txt b/documents/changes.txt index 2a72a5144..f2d6243e5 100644 --- a/documents/changes.txt +++ b/documents/changes.txt @@ -1,4 +1,37 @@ ---------------------------------------- +05 January 2018. Summary of changes for version 20180105: + + +1) ACPICA kernel-resident subsystem: + +Updated all copyrights to 2018. This affects all source code modules. + +Fixed a possible build error caused by an unresolved reference to the +AcpiUtSafeStrncpy function. + +Removed NULL pointer arithmetic in the various pointer manipulation +macros. All "(void *) NULL" constructs are converted to "(void *) 0". +This eliminates warnings/errors in newer C compilers. Jung-uk Kim. + +Added support for A32 ABI compilation, which uses the ILP32 model. Anuj +Mittal. + + +2) iASL Compiler/Disassembler and Tools: + +ASLTS: Updated all copyrights to 2018. + +Tools: Updated all signon copyrights to 2018. + +AcpiXtract: Fixed a regression related to ACPI table signatures where the +signature was truncated to 3 characters (instead of 4). + +AcpiExec: Restore the original terminal mode after the use of the -v and +-vd options. + +ASLTS: Deployed the iASL __METHOD__ macro across the test suite. + +---------------------------------------- 14 December 2017. Summary of changes for version 20171214: |