aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
.