summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2011-06-01 20:44:49 +0100
committerBen Hutchings <bhutchings@solarflare.com>2011-06-01 20:56:54 +0100
commit133e953f5ef589370106781a2c16e564fcc40a9c (patch)
tree0aa603f530cb76f311e23384087f3833d7a8d47f
parent6147d9d32709e3fd48bd4ed7e17b7534cdaf6d46 (diff)
downloadethtool-133e953f5ef589370106781a2c16e564fcc40a9c.tar.gz
Release version 2.6.39.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 35aad38..1b2fca2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 2.6.39 - June 1, 2011
+
+ * Feature: Report some driver features (-i option)
+ * Doc: Remove misleading 'Auto' advertising mask from manual page
+ * Doc: Improve table formatting on manual page, using tbl
+ * Doc: Remove initial blank page in printed manual page
+ * Doc: Fix line-wrapping of options
+ * Feature: Add support for ESP as a separate protocol from AH
+ (-n, -N, -u and -U options)
+ * Cleanup: Remove support for showing RX n-tuple settings
+ (-u option), which was never implemented correctly in the kernel
+ * Feature: Add support for RX network flow classifier (NFC)
+ (-u and -U options)
+ * Feature: Add support for e1000 M88 PHY registers (-d option)
+ * Cleanup: Change bug-address to netdev
+
Version 2.6.38 - March 15, 2011
* Doc: Fix spelling and spacing in online help
diff --git a/configure.ac b/configure.ac
index 53a0878..6ef57da 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.38, netdev@vger.kernel.org)
+AC_INIT(ethtool, 2.6.39, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])