Skip to content

Commit 009f456

Browse files
committed
Bump version to v1.4.2
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 66d5764 commit 009f456

File tree

9 files changed

+12
-9
lines changed

9 files changed

+12
-9
lines changed

lib/libxdp/libxdp.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libxdp" "3" "June 29, 2023" "v1.4.1" "libxdp - library for loading XDP programs"
1+
.TH "libxdp" "3" "June 29, 2023" "v1.4.2" "libxdp - library for loading XDP programs"
22

33
.SH "NAME"
44
libxdp \- library for attaching XDP programs and using AF_XDP sockets

packaging/rpm/xdp-tools.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: xdp-tools
2-
Version: 1.4.1
2+
Version: 1.4.2
33
Release: 1%{?dist}
44
Summary: Utilities and example programs for use with XDP
55
%global _soversion 1.4.0
@@ -121,6 +121,9 @@ make install V=1
121121
%{_libdir}/pkgconfig/libxdp.pc
122122

123123
%changelog
124+
* Tue Jan 30 2024 Toke Høiland-Jørgensen <[email protected]> 1.4.2-1
125+
- Upstream version bump
126+
124127
* Fri Oct 20 2023 Toke Høiland-Jørgensen <[email protected]> 1.4.1-1
125128
- Upstream version bump
126129

version.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TOOLS_VERSION := "1.4.1"
1+
TOOLS_VERSION := "1.4.2"
22

33
# Conditionally defined make target makes it possible to print the version
44
# defined above by running 'make -f version.mk'

xdp-bench/xdp-bench.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-bench" "8" "JUNE 8, 2023" "V1.4.1" "A simple XDP benchmarking tool"
1+
.TH "xdp-bench" "8" "OCTOBER 26, 2023" "V1.4.2" "A simple XDP benchmarking tool"
22

33
.SH "NAME"
44
XDP-bench \- a simple XDP benchmarking tool

xdp-dump/xdpdump.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.4.1" "a simple tcpdump like tool for capturing packets at the XDP layer"
1+
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.4.2" "a simple tcpdump like tool for capturing packets at the XDP layer"
22

33
.SH "NAME"
44
xdpdump \- a simple tcpdump like tool for capturing packets at the XDP layer

xdp-filter/xdp-filter.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-filter" "8" "SEPTEMBER 5, 2022" "V1.4.1" "A simple XDP-powered packet filter"
1+
.TH "xdp-filter" "8" "SEPTEMBER 5, 2022" "V1.4.2" "A simple XDP-powered packet filter"
22

33
.SH "NAME"
44
xdp-filter \- a simple XDP-powered packet filter

xdp-loader/xdp-loader.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-loader" "8" "JUNE 8, 2023" "V1.4.1" "XDP program loader"
1+
.TH "xdp-loader" "8" "JUNE 8, 2023" "V1.4.2" "XDP program loader"
22

33
.SH "NAME"
44
xdp-loader \- an XDP program loader

xdp-monitor/xdp-monitor.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-monitor" "8" "DECEMBER 12, 2022" "V1.4.1" "A simple XDP monitoring tool"
1+
.TH "xdp-monitor" "8" "DECEMBER 12, 2022" "V1.4.2" "A simple XDP monitoring tool"
22

33
.SH "NAME"
44
XDP-monitor \- a simple BPF-powered XDP monitoring tool

xdp-trafficgen/xdp-trafficgen.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-trafficgen" "8" "FEBRUARY 4, 2023" "V1.4.1" "An XDP-based traffic generator"
1+
.TH "xdp-trafficgen" "8" "FEBRUARY 4, 2023" "V1.4.2" "An XDP-based traffic generator"
22

33
.SH "NAME"
44
XDP-trafficgen \- an XDP-based traffic generator

0 commit comments

Comments
 (0)