From a6fc65beec03dd602d032a8046c004dce6634cb1 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 4 Aug 2011 23:01:37 +0100 Subject: Release version 3.0. Signed-off-by: Ben Hutchings --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1b2fca2..0340c5b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Version 3.0 - August 4, 2011 + + * Feature: Report supported pause frame modes + * Feature: Support firmware dump (-w and -W options) + * Feature: Report advertised and supported 20G link modes + * Feature: Add an 'l4data' option for ip4 filters (-U option) + * Fix: Correct swapped h_source and h_dest fields for ether filters + (-U option) + * Fix: Set ip_ver field correctly for ip4 filters (-U option) + * Fix: Correct parameter validation for -e and -E options; in + particular, treat the 'magic' value as unsigned + Version 2.6.39 - June 1, 2011 * Feature: Report some driver features (-i option) diff --git a/configure.ac b/configure.ac index 6ef57da..8bc8a56 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, 2.6.39, netdev@vger.kernel.org) +AC_INIT(ethtool, 3.0, netdev@vger.kernel.org) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([ethtool.c]) AM_INIT_AUTOMAKE([gnu]) -- cgit v1.2.1