-
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
5 changed files
with
16 additions
and
5 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
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 |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
# Now you only need to update the version number in two places - below, | ||
# and in the README | ||
|
||
AC_INIT([libtrace],[4.0.25],[[email protected]],[libtrace]) | ||
AC_INIT([libtrace],[4.0.26],[[email protected]],[libtrace]) | ||
|
||
LIBTRACE_MAJOR=4 | ||
LIBTRACE_MID=0 | ||
LIBTRACE_MINOR=25 | ||
LIBTRACE_MINOR=26 | ||
|
||
# OpenSolaris hides libraries like libncurses in /usr/gnu/lib, which is not | ||
# searched by default - add it to LDFLAGS so we at least have a chance of | ||
|
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,3 +1,11 @@ | ||
libtrace4 (4.0.26-1) unstable; urgency=medium | ||
|
||
* pcapfile: fix loss of nanosecond timestamp resolution when | ||
writing to a pcapfile output. | ||
* ndag: fix very minor memory leak. | ||
|
||
-- Shane Alcock <[email protected]> Wed, 20 Jun 2024 09:06:48 +1200 | ||
|
||
libtrace4 (4.0.25-1) unstable; urgency=medium | ||
|
||
* ndag: fix issue where the most recently received packets may not | ||
|
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
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,5 +1,5 @@ | ||
Name: libtrace4 | ||
Version: 4.0.25 | ||
Version: 4.0.26 | ||
Release: 1%{?dist} | ||
Summary: C Library for capturing and analysing network packets | ||
|
||
|
@@ -127,6 +127,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' | |
|
||
|
||
%changelog | ||
* Wed Jun 20 2024 Shane Alcock <[email protected]> - 4.0.26-1 | ||
- Updated for 4.0.26 release | ||
|
||
* Thu May 9 2024 Shane Alcock <[email protected]> - 4.0.25-1 | ||
- Updated for 4.0.25 release | ||
|
||
|