diff --git a/LICENSE b/LICENSE index 5c333bd..9fbc5d3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018-2020 Ariadne Conill +Copyright (c) 2018-2022 Ariadne Conill Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/NEWS b/NEWS index 716c3e9..bed8ac2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Changes from 1.1 to 1.2 +----------------------- + +* Added Loongarch64 port. + +* Fixed various build system issues: + - libucontext_posix.so is no longer underlinked + - Executable stacks are now disabled when using GNU-like toolchains + - CPPFLAGS is used consistently + - Users may now build on Darwin without using Meson + +* aarch64 now implements the necessary SIMD register save/restore as + mandatory in AAPCS64. + Patches contributed by Richard Campbell. + Changes from 1.0 to 1.1 -----------------------