From e76906a8c580e337146d7d480e15d99ec9a3641f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 3 Aug 2012 20:34:21 +0100 Subject: ethtool.8: Correct full name of EEE Signed-off-by: Ben Hutchings --- ethtool.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethtool.8.in b/ethtool.8.in index ff3255b..7253832 100644 --- a/ethtool.8.in +++ b/ethtool.8.in @@ -822,7 +822,7 @@ Sets the device's private flags as specified. Sets the state of the named private flag. .TP .B \-\-show\-eee -Queries the specified network device for its support of Efficient Energy +Queries the specified network device for its support of Energy-Efficient Ethernet (according to the IEEE 802.3az specifications) .TP .B \-\-set\-eee -- cgit v1.2.1 From f2bab48e3e5cd3c6bf2e316bf126fa37b6ff4aa6 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 2 Aug 2012 22:37:10 +0100 Subject: Release version 3.5. Signed-off-by: Ben Hutchings --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 78bd0d7..81580cc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Version 3.5 - August 2, 2012 + + * Feature: Display support for 1000BASE-KX and 10GBASE-KX4 link modes + * Feature: Energy-Efficient Ethernet (EEE) configuration + (--show-eee and --set-eee options) + * Fix: Don't trust drivers to null-terminate strings + * Feature: Display support for 40G link modes + * Package: Update RPM summary, description and URL + * Package: Exclude redundant documentation from RPM + Version 3.4.2 - July 16, 2012 * Fix: Fix regression in RX NFC rule insertion for drivers that do diff --git a/configure.ac b/configure.ac index 16d8e62..b803f21 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, 3.4.2, netdev@vger.kernel.org) +AC_INIT(ethtool, 3.5, netdev@vger.kernel.org) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([ethtool.c]) AM_INIT_AUTOMAKE([gnu]) -- cgit v1.2.1