Skip to content

Commit

Permalink
Bump version to 4.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Jun 19, 2024
1 parent 24b5363 commit 935ede8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libtrace 4.0.25
libtrace 4.0.26

Code and documentation added since version 4.0.20 is
Copyright (c) 2023-2024 Shane Alcock and has been contributed as per
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
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
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ endif

AM_CPPFLAGS= @ADD_INCLS@
libtrace_la_LIBADD = @LIBTRACE_LIBS@ @LTLIBOBJS@ $(DPDKLIBS)
libtrace_la_LDFLAGS=-version-info 7:9:0 @ADD_LDFLAGS@
libtrace_la_LDFLAGS=-version-info 7:10:0 @ADD_LDFLAGS@
dagapi.c:
cp @DAG_TOOLS_DIR@/dagapi.c .

Expand Down
5 changes: 4 additions & 1 deletion rpm/libtrace4.spec
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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 935ede8

Please sign in to comment.