summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2012-07-16 23:31:28 +0100
committerBen Hutchings <bhutchings@solarflare.com>2012-07-16 23:31:48 +0100
commit033c782976469f95128d146e85cbd02f3ff46c10 (patch)
tree2aa9763d637c068ca36615b64cbb040412092b4a
parent1cddbe64cfc66b58988c85086d6df3a77c0c61a5 (diff)
downloadethtool-033c782976469f95128d146e85cbd02f3ff46c10.tar.gz
Release version 3.4.2.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b72df24..78bd0d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 3.4.2 - July 16, 2012
+
+ * Fix: Fix regression in RX NFC rule insertion for drivers that do
+ not select rule locations (-N/-U option)
+ * Fix: Remove bogus error message when changing offload settings
+ on Linux < 2.6.39 (-K option)
+ * Fix: Use alternate method to check for VLAN tag offload on Linux
+ < 2.6.37 (-k option)
+
Version 3.4.1 - June 13, 2012
* Fix: Work around failure of ETHTOOL_GSSET_INFO for unprivileged
diff --git a/configure.ac b/configure.ac
index 11b4935..16d8e62 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.1, netdev@vger.kernel.org)
+AC_INIT(ethtool, 3.4.2, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])