-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> 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 <[email protected]> Mon, 4 Dec 2023 15:15:09 +1300 | ||
|
||
libtrace4 (4.0.23-1) unstable; urgency=medium | ||
|
||
|