Release version 2.6.34.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
diff --git a/NEWS b/NEWS
index 21aae71..06790a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
 
+Version 2.6.34 - May 26, 2010
+
+	* Feature: Support n-tuple filter programming
+	* Feature: Support rx hashing, v2 (targetted for 2.6.35)
+	* Feature: Add names of newer Marvell chips
+
 Version 2.6.33 - February 24, 2010
 
 	This version introduces a new release numbering scheme, based
@@ -15,7 +21,7 @@
 	* Feature: support for block writing of EEPROMs
 	* Feature: marvell register dump update
 	* Feature: at76c50x-usb, e1000e, igb, ixgbe, r8169 register dump support
-	* Cleanup: remove support for RX hasing by port (was removed in
+	* Cleanup: remove support for RX hashing by port (was removed in
 	  kernel by 59089d8d162ddcb5c434672e915331964d38a754)
 	* Doc: Explicitly ship GPLv2 license, rather than relying
 	  on autotools to supply it for us (autotools started auto-installing
diff --git a/configure.ac b/configure.ac
index 1b4ac5a..f65ff85 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.33, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(ethtool, 2.6.34, [Jeff Garzik <jgarzik@pobox.com>])
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([ethtool.c])
 AM_INIT_AUTOMAKE([gnu])