aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2024-01-29 00:05:00 +0100
committerMichal Kubecek <mkubecek@suse.cz>2024-01-29 00:05:00 +0100
commit0aadd41eab7ea76501e557ccba705a08c07ce088 (patch)
treefee8f5c9e37f1a9f0842e026876c8af541fa2e86
parent8f58bb80c665d274d6a369992faf85290376bba4 (diff)
downloadethtool-0aadd41eab7ea76501e557ccba705a08c07ce088.tar.gz
Release version 6.7.v6.7
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--ethtool.8.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 50029d6..7b47e5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 6.7 - January 29, 2024
+ * Feature: support for setting TCP data split
+ * Fix: fix new gcc14 warning
+ * Fix: fix SFF-8472 transceiver module identification (-m)
+ * Misc: code cleanup
+
Version 6.6 - November 23, 2023
* Feature: support for more CMIS transceiver modules (-m)
* Fix: fix build on systems with old kernel uapi headers
diff --git a/configure.ac b/configure.ac
index a8f141c..c871558 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.6, netdev@vger.kernel.org)
+AC_INIT(ethtool, 6.7, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([ethtool.c])
diff --git a/ethtool.8.in b/ethtool.8.in
index dc7d4df..7a3080f 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "November 2023" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "January 2024" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.