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: