Release version 2.6.36; update maintainer

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
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])