Release version 3.4.2.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
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])