libucontext 0.13.1.

pull/23/head libucontext-0.13.1
Ariadne Conill 2020-12-08 03:49:52 -07:00
parent 4a91eacd41
commit 045e622971
2 changed files with 7 additions and 1 deletions

View File

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

6
NEWS
View File

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