summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2011-01-05 16:08:15 +0000
committerBen Hutchings <bhutchings@solarflare.com>2011-01-05 16:10:02 +0000
commit4ac6871bca89eabd54a49b00b1bcc471af68df9c (patch)
tree73385708ebe4f99e0066f8485d20eb0267e0d8da
parentf3393b2bbb7c8869ad590ea0e671627c876322bf (diff)
downloadethtool-4ac6871bca89eabd54a49b00b1bcc471af68df9c.tar.gz
Release version 2.6.37.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cc86eff..7f4d98b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 2.6.37 - January 5, 2011
+
+ * Fix: Build fix for distributions with kernel headers from
+ Linux 2.6.9 or earlier
+
Version 2.6.36 - November 16, 2010
* Fix: RX n-tuple masks and documentation
diff --git a/configure.ac b/configure.ac
index 2e31e3a..9bc8c26 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.36, [Ben Hutchings <bhutchings@solarflare.com>])
+AC_INIT(ethtool, 2.6.37, [Ben Hutchings <bhutchings@solarflare.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])