summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2010-11-16 19:31:19 +0000
committerBen Hutchings <bhutchings@solarflare.com>2010-11-16 19:31:19 +0000
commit9d6cd2ae2c62520e5d263cee1421e1dbbd20ffee (patch)
tree61c0583c8b1b842e698a45e36f10fe3989b0527c
parentfbb8a1c8b230b711b507a976ac5c413d4146d92f (diff)
downloadethtool-9d6cd2ae2c62520e5d263cee1421e1dbbd20ffee.tar.gz
Release version 2.6.36; update maintainer
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1f3dc86..cc86eff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 2.6.36 - November 16, 2010
+
+ * Fix: RX n-tuple masks and documentation
+ * Feature: Ethernet-level RX n-tuple filtering and 'clear' action
+ * Feature: stmmac register dump support
+ * Feature: get permanent address (-P) option
+ * Feature: VLAN acceleration control
Version 2.6.35 - August 10, 2010
diff --git a/configure.ac b/configure.ac
index 4b7b757..f2401a4 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.35, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(ethtool, 2.6.36, [Ben Hutchings <bhutchings@solarflare.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])