aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2022-06-14 00:55:11 +0200
committerMichal Kubecek <mkubecek@suse.cz>2022-06-14 00:55:11 +0200
commit9eabf30a9fe607b90ccaf1f7a24615c0b873b283 (patch)
treeff73bc6febb6f59bd30f5a14450a8e6a0ebb12cf
parent2b3ddcb35357ae34ed0a6ae2bb006dcdaec353a9 (diff)
downloadethtool-9eabf30a9fe607b90ccaf1f7a24615c0b873b283.tar.gz
Release version 5.18.v5.18
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--ethtool.8.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 50a7f46..3149d8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 5.18 - June 14, 2022
+ * Feature: get/set cqe size (-g and -G)
+ * Fix: fix typo in man page
+ * Fix: fix help text alignment
+ * Fix: improve attribute label (--show-fec)
+
Version 5.17 - April 4, 2022
* Feature: transceiver module power mode (--set-module)
* Feature: transceiver module extended state (--show-module)
diff --git a/configure.ac b/configure.ac
index 7a9b5b9..c11f2b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(ethtool, 5.17, netdev@vger.kernel.org)
+AC_INIT(ethtool, 5.18, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu subdir-objects])
diff --git a/ethtool.8.in b/ethtool.8.in
index 2e2f756..fc26b6a 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "April 2022" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "June 2022" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.