summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2011-03-15 17:17:32 +0000
committerBen Hutchings <bhutchings@solarflare.com>2011-03-15 17:17:32 +0000
commit423c656b22eccfe21a7700a388c8765d43136a05 (patch)
tree98fe2d7568cf2e60c43425319c0a3a028276a231
parente325c7791533df551575343d30938dd86a9df121 (diff)
downloadethtool-423c656b22eccfe21a7700a388c8765d43136a05.tar.gz
Release version 2.6.38.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
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 <bhutchings@solarflare.com>])
+AC_INIT(ethtool, 2.6.38, [Ben Hutchings <bhutchings@solarflare.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])