From 045e622971689fd805b5e0dfd0e1a97f0b909e28 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 8 Dec 2020 03:49:52 -0700 Subject: [PATCH] libucontext 0.13.1. --- Makefile | 2 +- NEWS | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb5429a..081478b 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ endif LIBUCONTEXT_C_SRC = $(wildcard arch/${ARCH}/*.c) LIBUCONTEXT_S_SRC = $(wildcard arch/${ARCH}/*.S) -LIBUCONTEXT_VERSION := 0.13 +LIBUCONTEXT_VERSION := 0.13.1 LIBUCONTEXT_OBJ = ${LIBUCONTEXT_C_SRC:.c=.o} ${LIBUCONTEXT_S_SRC:.S=.o} LIBUCONTEXT_SOVERSION = 0 LIBUCONTEXT_NAME = libucontext.so diff --git a/NEWS b/NEWS index bf73672..23ae285 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Changes from 0.13 to 0.13.1 +--------------------------- + +* Fix installation of libucontext.pc. + Patch contributed by Ă–mer Faruk IRMAK. + Changes from 0.12 to 0.13 -------------------------