forked from ariadne/libucontext
NEWS: prepare for 1.2
parent
9403b481bc
commit
9943d4f5fc
2
LICENSE
2
LICENSE
|
@ -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
15
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
|
||||
-----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue