Skip to content

Commit 56847c8

Browse files
committed
Bump version to 4.0.33
1 parent 5c5890b commit 56847c8

5 files changed

Lines changed: 16 additions & 6 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.32
1+
libtrace 4.0.33
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.32],[shane@alcock.co.nz],[libtrace])
6+
AC_INIT([libtrace],[4.0.33],[shane@alcock.co.nz],[libtrace])
77

88
LIBTRACE_MAJOR=4
99
LIBTRACE_MID=0
10-
LIBTRACE_MINOR=32
10+
LIBTRACE_MINOR=33
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.33-1) unstable; urgency=medium
2+
3+
* Fixed bug introduced in 4.0.32 where trace_get_layer3()
4+
was now returning NULL for all packets smaller than 96 bytes.
5+
6+
-- Shane Alcock <shane@alcock.co.nz> Thu, 10 Jun 2026 22:37:53 +1200
7+
18
libtrace4 (4.0.32-1) unstable; urgency=medium
29

310
* Fixed bug where trace_get_layer3() would always return NULL for

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:3:2 @ADD_LDFLAGS@
149+
libtrace_la_LDFLAGS=-version-info 9:4:2 @ADD_LDFLAGS@
150150
dagapi.c:
151151
cp @DAG_TOOLS_DIR@/dagapi.c .
152152

rpm/libtrace4.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: libtrace4
2-
Version: 4.0.32
3-
Release: 2%{?rhel_release}
2+
Version: 4.0.33
3+
Release: 1%{?rhel_release}
44
Summary: C Library for capturing and analysing network packets
55

66
License: LGPLv3
@@ -128,6 +128,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
128128

129129

130130
%changelog
131+
* Wed Jun 10 2026 Shane Alcock <shane@alcock.co.nz> - 4.0.33-1
132+
- Updated for 4.0.33 release
133+
131134
* Wed Jun 3 2026 Shane Alcock <shane@alcock.co.nz> - 4.0.32-2
132135
- Fix broken DPDK dependency
133136

0 commit comments

Comments
 (0)