From 423c656b22eccfe21a7700a388c8765d43136a05 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 15 Mar 2011 17:17:32 +0000 Subject: Release version 2.6.38. Signed-off-by: Ben Hutchings --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7f4d98b..35aad38 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Version 2.6.38 - March 15, 2011 + + * Doc: Fix spelling and spacing in online help + * Doc: Update date, version and web site reference in manual page + * Doc: Fix spelling, capitalisation, consistency and style in + manual page + * Doc: Generalise some references to network devices rather than + Ethernet devices + * Fix: Don't silently ignore speed/duplex when autoneg is on + * Fix: Report an error (rather than full usage information) if + given an unrecognised option + * Feature: Add --version option + Version 2.6.37 - January 5, 2011 * Fix: Build fix for distributions with kernel headers from diff --git a/configure.ac b/configure.ac index a96fd4d..c63cb80 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.37, [Ben Hutchings ]) +AC_INIT(ethtool, 2.6.38, [Ben Hutchings ]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([ethtool.c]) AM_INIT_AUTOMAKE([gnu]) -- cgit v1.2.1