summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2010-05-25 19:58:11 -0400
committerJeff Garzik <jgarzik@redhat.com>2010-05-25 19:58:11 -0400
commit07d12dab0efc3ea15ee97732fdf6ac7c2a163c21 (patch)
tree55f46724f535f1b908d8aea543a27aed125ea639
parent5ecd94a2c36b67a541c22dc7ddfe62f1612d9a4a (diff)
downloadethtool-07d12dab0efc3ea15ee97732fdf6ac7c2a163c21.tar.gz
Release version 2.6.34.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 2 deletions
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 @@ Version 2.6.33 - February 24, 2010
* 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])