summaryrefslogtreecommitdiff
path: root/changelog.txt
blob: 199d487ac81a8d62a6eb28cdb79376b2fae76505 (plain)
1
2
3
4
5
6
7
8
9
----------------------------------------
19 November 2013. Summary of changes:

1) ACPI structures alignment to 1 byte

ACPI structures are taken directly from Linux tree. They are all wrap inside
#pragma pack(1) just to be sure 1 byte alignment requirements are satisfied.

----------------------------------------