diff --git a/CHANGES b/CHANGES index 1c1b0c8c32f49e507e413ae574c628f56aa2e084..e2941994968d4fe2a74b9a680950337882e070c8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,14 @@ +Changes since Pike 8.0.702 (release 13) + +o Compiler + + - Adhere to the calling convention more in the machine code + generator on amd64, namely by keeping the stack pointer aligned + before calling into C code. + GCC 8 started to emit instructions relying on the correct, + alignment, causing General Protection Faults. + + Changes since Pike 8.0.610 (release 12) New Features @@ -42,12 +53,6 @@ o Compiler Fix some bugs triggered in the supporter subsystem when executing in an inherited CompilerEnviroment. - - Adhere to the calling convention more in the machine code - generator on amd64, namely by keeping the stack pointer aligned - before calling into C code. - GCC 8 started to emit instructions relying on the correct, - alignment, causing General Protection Faults. - o Filesystem.Monitor - Fix NULL-dereference in bump().