From 133e953f5ef589370106781a2c16e564fcc40a9c Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 1 Jun 2011 20:44:49 +0100 Subject: Release version 2.6.39. Signed-off-by: Ben Hutchings --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1