aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2022-04-04 00:23:32 +0200
committerMichal Kubecek <mkubecek@suse.cz>2022-04-04 00:23:32 +0200
commit37f0586eff42acbcd1c7425c04ca996a22e0c05d (patch)
tree9715fb9cd0b9af3f225647ee47a0965bd05fbff8
parent8c2984c4db62a16e6614eb97056c45e2ed0f7ea4 (diff)
downloadethtool-37f0586eff42acbcd1c7425c04ca996a22e0c05d.tar.gz
Release version 5.17.v5.17
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 38af413..50a7f46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 5.17 - April 4, 2022
+ * Feature: transceiver module power mode (--set-module)
+ * Feature: transceiver module extended state (--show-module)
+ * Feature: get/set rx buffer length (-g and -G)
+ * Feature: tx copybreak buffer size (--get-tunable and --set-tunable)
+ * Feature: JSON output for features (-k)
+ * Feature: support OSFP transceiver modules (-m)
+ * Fix: add missing free() calls (--get-tunable and --set-tunable)
+
Version 5.16 - January 19, 2022
* Feature: use memory maps for module EEPROM parsing (-m)
* Feature: show CMIS diagnostic information (-m)
diff --git a/configure.ac b/configure.ac
index 8fc93c8..7a9b5b9 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.16, netdev@vger.kernel.org)
+AC_INIT(ethtool, 5.17, 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 28170ae..12940e1 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "January 2022" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "April 2022" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.