From 02e15b078a173d87c16a4f89ccec71103521e5b5 Mon Sep 17 00:00:00 2001 From: Michal Kubecek Date: Thu, 23 Nov 2023 22:09:49 +0100 Subject: Release version 6.6. Signed-off-by: Michal Kubecek --- NEWS | 4 ++++ configure.ac | 2 +- ethtool.8.in | 2 +- 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 . -- cgit v1.2.3