aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2020-06-04 14:09:25 -0400
committerJohn W. Linville <linville@tuxdriver.com>2020-06-04 14:09:25 -0400
commit0b5e31c8d6b00ad2e97e3ea159cb2c98f7f41b71 (patch)
treea471c13ec79fc551ab9382f03d508fc397383d92
parent684f3e6c31bd096ef50725267957e0423b7932c6 (diff)
downloadethtool-0b5e31c8d6b00ad2e97e3ea159cb2c98f7f41b71.tar.gz
Release version 5.7.v5.7
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--ethtool.8.in2
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 557905d..9219b24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 5.7 - Jun 4, 2020
+ * Feature: ethtool: Add support for Low Latency Reed Solomon
+ * Fix: ethtool.c: Report transceiver correctly
+ * Feature: features: accept long legacy flag names when setting features
+ * Feature: refactor interface between ioctl and netlink code
+ * Feature: netlink: use genetlink ops information to decide about fallback
+ * Feature: netlink: show netlink error even without extack
+ * Feature: ethtool: add support for newer SFF-8024 compliance codes
+ * Feature: Rewrite printf() due to -Werror=format-security
+
Version 5.6 - May 12, 2020
* Feature: add --debug option to control debugging messages
* Feature: use named initializers in command line option list
diff --git a/configure.ac b/configure.ac
index 1169b7f..0e9716c 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.6, netdev@vger.kernel.org)
+AC_INIT(ethtool, 5.7, 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 f8b09e0..4c5b6c5 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -113,7 +113,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "May 2020" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "Jun 2020" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.