aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2022-01-19 00:11:42 +0100
committerMichal Kubecek <mkubecek@suse.cz>2022-01-19 00:11:42 +0100
commitc01963ea0e7ed9cb669b86e0e41a6f2c7882881e (patch)
tree58d157475fa82d4e5c7414e1709b0a14f0049771
parent32457a912a5793bc75d0e55a83bf7eceb9e2cf8b (diff)
downloadethtool-c01963ea0e7ed9cb669b86e0e41a6f2c7882881e.tar.gz
Release version 5.16.v5.16
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--ethtool.8.in2
3 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 798f3ac..38af413 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 5.16 - January 19, 2022
+ * Feature: use memory maps for module EEPROM parsing (-m)
+ * Feature: show CMIS diagnostic information (-m)
+ * Fix: fix dumping advertised FEC modes (--show-fec)
+ * Fix: ignore cable test notifications from other devices (--cable-test)
+ * Fix: do not show duplicate options in help text (--help)
+
Version 5.15 - November 9, 2021
* Feature: new extended link substates for bad signal (no arg)
* Feature: coalesce cqe mode attributes (-c and -C)
diff --git a/configure.ac b/configure.ac
index d49eda6..8fc93c8 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.15, netdev@vger.kernel.org)
+AC_INIT(ethtool, 5.16, 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 d2c7e5c..38fb68f 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "November 2021" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "January 2022" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.