summaryrefslogtreecommitdiff
path: root/changes.txt
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-06-18 17:27:40 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-06-18 17:27:40 +0000
commitf3bbb1ca6c1b2b877d015a8f5f0c67e48a7a57ae (patch)
tree621303c71b8318af14f03b2d426d3026537e2dfb /changes.txt
parent764ef0515d13e66403dc8a0578ff91b88675ade6 (diff)
Notes
Diffstat (limited to 'changes.txt')
-rw-r--r--changes.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt
index e3ecef022b00..9abe7355c582 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,4 +1,20 @@
----------------------------------------
+19 June 2015. Summary of changes for version 20150619:
+
+Two regressions in version 20150616 have been addressed:
+
+Fixes some problems/issues with the C library macro removal (ACPI_STRLEN,
+etc.) This update changes ACPICA to only use the standard headers for
+functions, or the prototypes for the local versions of the C library
+functions. Across the source code, this required some additional casts
+for some Clib invocations for portability. Moved all local prototypes to
+a new file, acclib.h
+
+Fixes several problems with recent changes to the handling of the FACS
+table that could cause some systems not to boot.
+
+
+----------------------------------------
16 June 2015. Summary of changes for version 20150616: