Skip to content

Commit 0b99443

Browse files
committed
Update packaging changelogs for 4.0.31 release
* add ubuntu 26.04 to build test workflow * disable dag test workflow * bump libtool version revision for libpacketdump
1 parent d740e2a commit 0b99443

5 files changed

Lines changed: 19 additions & 6 deletions

File tree

.github/workflows/dag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: DAG tests
22
on:
3-
push:
3+
# push:
44
workflow_dispatch:
55
jobs:
66
pre_job:

.github/workflows/libtrace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-22.04, ubuntu-24.04]
26+
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-26.04]
2727
c_compiler: [gcc, clang]
2828
cxx_compiler: [g++, clang++]
2929
exclude:

debian/changelog

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@ libtrace4 (4.0.31-1) unstable; urgency=medium
22

33
* Fixed crash in ndag/ndagtcp when a multi-stream sender connects
44
to a libtrace ndag recipient.
5-
6-
-- Shane Alcock <shane@alcock.co.nz> Wed, 18 Feb 2026 14:18:05 +1300
5+
* Fix memory errors in the ndag / ndagtcp code.
6+
* Fixed data corruption bugs in `etsilive:` format when packets are being
7+
delivered by multiple sources.
8+
* Fixed memory leak in libpacketdump when decoding TRI records received via
9+
`etsilive:`.
10+
* Fixed a number of bugs in the code path that converts from `etsifile:` to
11+
`pcapfile:`.
12+
* Fixed crash when trying to convert a headerless format (e.g. `etsifile:`)
13+
to `pcapng:`.
14+
* `ring:` and `int:` formats now correctly recognise gretap interfaces and
15+
are now able to parse packets correctly when capturing from them.
16+
* DPDK inputs now report useful stats (e.g. dropped packet counts) on a
17+
per-thread basis, depending on the NIC vendor.
18+
19+
-- Shane Alcock <shane@alcock.co.nz> Tue, 28 Apr 2026 12:47:21 +1200
720

821
libtrace4 (4.0.30-1) unstable; urgency=medium
922

libpacketdump/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ AM_CPPFLAGS= @ADD_INCLS@ -I../lib
198198
# a shared library.
199199
libpacketdump_la_LIBADD = @LIBPKTDUMP_LIBS@
200200
libpacketdump_la_LDFLAGS=\
201-
-version-info 5:9:0 \
201+
-version-info 5:10:0 \
202202
@ADD_LDFLAGS@
203203

204204
AM_CXXFLAGS=-g -Wall -DDIRNAME=\"$(plugindir)\" $(AM_CPPFLAGS)

rpm/libtrace4.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ 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
130+
* Tue Apr 28 2026 Shane Alcock <shane@alcock.co.nz> - 4.0.31-1
131131
- Updated for 4.0.31 release
132132

133133
* Wed Feb 11 2026 Shane Alcock <shane@alcock.co.nz> - 4.0.30-1

0 commit comments

Comments
 (0)