summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2011-08-04 23:01:37 +0100
committerBen Hutchings <bhutchings@solarflare.com>2011-08-04 23:01:45 +0100
commita6fc65beec03dd602d032a8046c004dce6634cb1 (patch)
tree5b1ecd02506baddbbc5cda169812426036901d86
parentbec03631c75f10237f118a6d9c9688506347f163 (diff)
downloadethtool-a6fc65beec03dd602d032a8046c004dce6634cb1.tar.gz
Release version 3.0.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
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])