NEWS: prepare for 1.2
continuous-integration/woodpecker the build was successful Details

pull/36/head
Ariadne Conill 2022-02-13 06:38:00 +00:00
parent 9403b481bc
commit 9943d4f5fc
2 changed files with 16 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2018-2020 Ariadne Conill <ariadne@dereferenced.org>
Copyright (c) 2018-2022 Ariadne Conill <ariadne@dereferenced.org>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above

15
NEWS
View File

@ -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
-----------------------