Skip to content

Commit 41b24fb

Browse files
committed
Bump version to 4.0.31
1 parent fdeead7 commit 41b24fb

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libtrace 4.0.30
1+
libtrace 4.0.31
22

33
Code and documentation added since version 4.0.20 is
44
Copyright (c) 2023-2026 Shane Alcock and has been contributed as per

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# Now you only need to update the version number in two places - below,
44
# and in the README
55

6-
AC_INIT([libtrace],[4.0.30],[shane@alcock.co.nz],[libtrace])
6+
AC_INIT([libtrace],[4.0.31],[shane@alcock.co.nz],[libtrace])
77

88
LIBTRACE_MAJOR=4
99
LIBTRACE_MID=0
10-
LIBTRACE_MINOR=30
10+
LIBTRACE_MINOR=31
1111

1212
# OpenSolaris hides libraries like libncurses in /usr/gnu/lib, which is not
1313
# searched by default - add it to LDFLAGS so we at least have a chance of

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
libtrace4 (4.0.31-1) unstable; urgency=medium
2+
3+
* Fixed crash in ndag/ndagtcp when a multi-stream sender connects
4+
to a libtrace ndag recipient.
5+
6+
-- Shane Alcock <shane@alcock.co.nz> Wed, 18 Feb 2026 14:18:05 +1300
7+
18
libtrace4 (4.0.30-1) unstable; urgency=medium
29

310
* Fixed issue where packets captured using ring: were being batched

lib/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ endif
146146

147147
AM_CPPFLAGS= @ADD_INCLS@
148148
libtrace_la_LIBADD = @LIBTRACE_LIBS@ @LTLIBOBJS@ $(DPDKLIBS)
149-
libtrace_la_LDFLAGS=-version-info 9:1:2 @ADD_LDFLAGS@
149+
libtrace_la_LDFLAGS=-version-info 9:2:2 @ADD_LDFLAGS@
150150
dagapi.c:
151151
cp @DAG_TOOLS_DIR@/dagapi.c .
152152

rpm/libtrace4.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: libtrace4
2-
Version: 4.0.30
2+
Version: 4.0.31
33
Release: 1%{?rhel_release}
44
Summary: C Library for capturing and analysing network packets
55

@@ -127,6 +127,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
127127

128128

129129
%changelog
130+
* Wed Feb 18 2026 Shane Alcock <shane@alcock.co.nz> - 4.0.31-1
131+
- Updated for 4.0.31 release
132+
130133
* Wed Feb 11 2026 Shane Alcock <shane@alcock.co.nz> - 4.0.30-1
131134
- Updated for 4.0.30 release
132135

0 commit comments

Comments
 (0)