From 2656a165bf36793fad779b07e7ea3b1e1cdf6fb2 Mon Sep 17 00:00:00 2001 From: Shane Alcock Date: Mon, 4 Dec 2023 15:16:15 +1300 Subject: [PATCH] Update debian changelog --- debian/changelog | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7f46d973..e7472140 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,23 @@ -libtrace4 (4.0.24-1) unstable; urgency=medium +libtrace4 (4.0.24-1~rc02) unstable; urgency=medium * ndagtcp: fix miscalculation of ERF header length that would prevent packets from being able to be decoded correctly. * traceucast: do not exit if the client disconnects, instead try to reconnect and resume unicasting. - - -- Shane Alcock Sat, 25 Nov 2023 09:58:02 +1300 + * traceucast: fix memory errors when attempting to send a captured + packet that is larger than 10K bytes. + * ndagtcp: fix issue that would cause input to silently stop reading + if it received a packet larger than 10K bytes. + * ndagtcp: fix lock-up that occurred when trying to halt a program + that was reading from an ndagtcp input. + * ndagtcp: fix erroneous "Malformed beacon" message when an ndagtcp + input reconnects to traceucast. + * traceucast: fix getaddrinfo memory leak. + * traceucast: fix endless reconnection loop bug. + * traceucast: fix race condition that would prevent Ctrl-C from + halting traceucast properly. + + -- Shane Alcock Mon, 4 Dec 2023 15:15:09 +1300 libtrace4 (4.0.23-1) unstable; urgency=medium