aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2023-11-23 22:09:49 +0100
committerMichal Kubecek <mkubecek@suse.cz>2023-11-23 22:09:49 +0100
commit02e15b078a173d87c16a4f89ccec71103521e5b5 (patch)
tree1883c3a96ad1d06053ca040ce3349e96389bb037
parent8ad503517b45d1a92ff69f6a4bd1e7c075fa2bc2 (diff)
downloadethtool-02e15b078a173d87c16a4f89ccec71103521e5b5.tar.gz
Release version 6.6.v6.6
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--ethtool.8.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e5eca95..0cc1f0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 6.6 - November, 23, 2023
+ * Feature: support for more CMIS transceiver modules (-m)
+ * Fix: fix build on systems with old kernel uapi headers
+
Version 6.5 - September 12, 2023
* Feature: register dump for hns3 driver (-d)
* Fix: fix fallback to ioctl for sset (-s)
diff --git a/configure.ac b/configure.ac
index 11efb99..a8f141c 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.5, netdev@vger.kernel.org)
+AC_INIT(ethtool, 6.6, 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 c0c37a4..ef0c4bc 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -117,7 +117,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "September 2023" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "November 2023" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.