Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Sep 28, 2022
1 parent 0e93d0b commit 05c5cf9
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
=== liblxi v1.16 ===
=== liblxi v1.17 ===



Changes since liblxi v1.16:

Perry Hung:

* vxi11: do not fail on zero length messages

Zero length messages are valid replies in VXI-11. Do not return an error
and prematurely exit.

Reads should be repeated until EOI or an error is encountered.

Holzapfel:

* Fixed missing VXI11 connect-abort multithreading synchronization

* Fixed LXI connect error memory leak



Expand All @@ -14,13 +33,13 @@ Changes since liblxi v1.14:

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.
Expand Down

0 comments on commit 05c5cf9

Please sign in to comment.