Skip to content

Commit b5b199f

Browse files
committed
Bump version to v1.5.2
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 1557696 commit b5b199f

File tree

10 files changed

+13
-10
lines changed

10 files changed

+13
-10
lines changed

lib/libxdp/libxdp.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "libxdp" "3" "January 14, 2025" "v1.5.1" "libxdp - library for loading XDP programs"
1+
.TH "libxdp" "3" "January 14, 2025" "v1.5.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.5.1
2+
Version: 1.5.2
33
Release: 1%{?dist}
44
Summary: Utilities and example programs for use with XDP
55
%global _soversion 1.5.0
@@ -121,6 +121,9 @@ make install V=1
121121
%{_libdir}/pkgconfig/libxdp.pc
122122

123123
%changelog
124+
* Wed Feb 19 2025 Toke Høiland-Jørgensen <[email protected]> 1.5.2-1
125+
- Upstream version bump
126+
124127
* Tue Jan 14 2025 Toke Høiland-Jørgensen <[email protected]> 1.5.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.5.1"
1+
TOOLS_VERSION := "1.5.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" "NOVEMBER 19, 2024" "V1.5.1" "A simple XDP benchmarking tool"
1+
.TH "xdp-bench" "8" "NOVEMBER 19, 2024" "V1.5.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.5.1" "a simple tcpdump like tool for capturing packets at the XDP layer"
1+
.TH "xdpdump" "8" "JANUARY 13, 2021" "V1.5.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.5.1" "A simple XDP-powered packet filter"
1+
.TH "xdp-filter" "8" "SEPTEMBER 5, 2022" "V1.5.2" "A simple XDP-powered packet filter"
22

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

xdp-forward/xdp-forward.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-forward" "8" "OCTOBER 11, 2024" "V1.5.1" "XDP program loader"
1+
.TH "xdp-forward" "8" "OCTOBER 11, 2024" "V1.5.2" "XDP program loader"
22

33
.SH "NAME"
44
xdp-forward \- the XDP forwarding plane

xdp-loader/xdp-loader.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "xdp-loader" "8" "SEPTEMBER 12, 2024" "V1.5.1" "XDP program loader"
1+
.TH "xdp-loader" "8" "SEPTEMBER 12, 2024" "V1.5.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.5.1" "A simple XDP monitoring tool"
1+
.TH "xdp-monitor" "8" "DECEMBER 12, 2022" "V1.5.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" "JANUARY 9, 2025" "V1.5.1" "An XDP-based traffic generator"
1+
.TH "xdp-trafficgen" "8" "JANUARY 9, 2025" "V1.5.2" "An XDP-based traffic generator"
22

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

0 commit comments

Comments
 (0)