From 4720d08371ef54aa377c1943020082a3091d270d Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 22 Jan 2022 06:13:35 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4fcd0b1..f50de8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,24 @@ -=== liblxi v1.14 === +=== liblxi v1.15 === + + + +Changes since liblxi v1.14: + + * Fix meson libtirpc dependency + + Remove the hardcoded include patch to libtirpc and replace it with one + dynamically resolved via pkg-config. + + The reason for implementing the meson dependency check this way is to + avoid linking with libtirpc because it is broken with regards to its Sun + RPC implementation so instead we link with the RPC implementation which + still reside in glibc. However, glibc removed their RPC header files so + we need the headers from libtirpc. + + Further investigation is required to find and fix the bug in the + libtirpc RPC implementation so we can get back to normal. They changed + something moving it out of glibc and they shouldn't have. + Changes since liblxi v1.13: