aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2023-02-21 15:25:14 +0100
committerMichal Kubecek <mkubecek@suse.cz>2023-02-21 15:25:14 +0100
commit82642de0751cb0122c73757a906a63f2a272a2d1 (patch)
tree055c942cc05245a812edaa16f5639580236ec1c1
parent97bbcba3ec8dbd206fdab615f8be504ecc5cca5f (diff)
downloadethtool-82642de0751cb0122c73757a906a63f2a272a2d1.tar.gz
Release version 6.2.v6.2
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--ethtool.8.in2
3 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5687c69..d836517 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 6.2 - February 21, 2023
+ * Feature: link down event statistics (no option)
+ * Feature: JSON output for coalesce (-c)
+ * Feature: new link modes (no option)
+ * Feature: JSON output for ring (-g)
+ * Feature: netlink handler for RSS get (-x)
+ * Fix: fix boolean value output in JSON output
+ * Fix: fix build errors and warnings
+
Version 6.1 - December 19, 2022
* Feature: update link mode tables
* Feature: register dump for NXP ENETC driver (-d)
diff --git a/configure.ac b/configure.ac
index 3eb4e7b..ebdfd39 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, 6.1, netdev@vger.kernel.org)
+AC_INIT(ethtool, 6.2, 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 e13229b..d5d60d5 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "December 2022" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "February 2023" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.