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