aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2021-07-09 00:08:35 +0200
committerMichal Kubecek <mkubecek@suse.cz>2021-07-09 00:08:35 +0200
commit799146bcad0f57f7b649fd0df37a9d589e2e0e2e (patch)
tree13f4999efa4d4d2cc632f286c71e80bfce2747f9
parent601ea409cb54485bfead833454e8a828d850a8bb (diff)
downloadethtool-799146bcad0f57f7b649fd0df37a9d589e2e0e2e.tar.gz
Release version 5.13.
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 4e8b25c..c8fd678 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 5.13 - July 9, 2021
+ * Feature: netlink handler for FEC (--show-fec and --set-fec)
+ * Feature: FEC stats support (--show-fec)
+ * Feature: standard based stats support (-S)
+ * Feature: netlink handler for module EEPROM dump (-m)
+ * Feature: page, bank and i2c selection in module dump (-m)
+
Version 5.12 - May 2, 2021
* Feature: support lanes count (no option and -s)
* Fix: fix help message for master-slave parameter (-s)
diff --git a/configure.ac b/configure.ac
index 730576b..6b620bf 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.12, netdev@vger.kernel.org)
+AC_INIT(ethtool, 5.13, 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 115322a..f83d6d1 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "May 2021" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "July 2021" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.