summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 06790a9..1f3dc86 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
+Version 2.6.35 - August 10, 2010
+
+ * Feature: sfc register dump support
+ * Feature: improve cmd line parsing of ints, IPv4 addresses
+ * Feature: support ethtool named flags, messaging types
+ * Feature: minor man page fixes
+ * Feature: control RX flow hash indirection
+
Version 2.6.34 - May 26, 2010
* Feature: Support n-tuple filter programming
diff --git a/configure.ac b/configure.ac
index f65ff85..4b7b757 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.34, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(ethtool, 2.6.35, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])