summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2011-11-16 20:55:17 +0000
committerBen Hutchings <bhutchings@solarflare.com>2011-11-16 20:56:51 +0000
commitc5c63f20bb06720a8a4d19d6139cacc0438b77db (patch)
tree760ab005e6cae5f45f6241200ea69f2c57fdc2bd
parentcbb319b0213d90988afaed1547a78b9d11664812 (diff)
downloadethtool-c5c63f20bb06720a8a4d19d6139cacc0438b77db.tar.gz
Release version 3.1.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0340c5b..af36a24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 3.1 - November 16, 2011
+
+ * Fix: Show all non-zero registers for tg3 (-d option)
+ * Feature: Add support for external loopback test (-t option)
+ * Fix: Show correct flow control registers for Intel 82599 (-d option)
+ * Feature: Add support for reporting and configuring numbers of
+ channels/queues (-l and -L options)
+ * Feature: Report pause frame autonegotiation result (-a option)
+ * Doc: Change device name metavariable from 'ethX' to 'devname'
+ * Doc: Fix various layout problems
+ * Cleanup: Reorganise and add test cases for argument parsing
+ * Fix: Strictly check for extraneous or missing arguments; in
+ particular, fail if the device name is missing
+
Version 3.0 - August 4, 2011
* Feature: Report supported pause frame modes
diff --git a/configure.ac b/configure.ac
index ac5142b..0f6e198 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.0, netdev@vger.kernel.org)
+AC_INIT(ethtool, 3.1, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])