From 07d12dab0efc3ea15ee97732fdf6ac7c2a163c21 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 25 May 2010 19:58:11 -0400 Subject: Release version 2.6.34. Signed-off-by: Jeff Garzik --- NEWS | 8 +++++++- configure.ac | 2 +- 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 ]) +AC_INIT(ethtool, 2.6.34, [Jeff Garzik ]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([ethtool.c]) AM_INIT_AUTOMAKE([gnu]) -- cgit v1.2.1