From 7b8f3f6d04d844f8427e17dabd481b34f0ff313a Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 9 Mar 2021 00:33:41 -0700 Subject: [PATCH] NEWS for 1.1. --- NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS b/NEWS index cf5cfac..716c3e9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Changes from 1.0 to 1.1 +----------------------- + +* Added RISC-V RV32 port. + +* Cleaned up use of _GNU_SOURCE in C code. + Partially from patches contributed by osy. + +* Added automatic detection of armv7l architecture. + Patch contributed by Leandro Pereira. + +* Fixed installation path of libucontext_posix.a. + +* Work around deficiency in clang built-in assembler on AArch64 targets. + Patch contributed by osy. + Changes from 0.13.1 to 1.0 --------------------------