summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-07-18 22:24:58 -0400
committerJeff Garzik <jeff@garzik.org>2006-07-18 22:24:58 -0400
commit7f75aabe66f0c3befef7bf027fc820e244121ca9 (patch)
tree39da26cfcf7dca34f52fbdfc0146f74830b136d0
parent1d077f0b42d91daad0473258f0f8c58efacda71b (diff)
downloadethtool-7f75aabe66f0c3befef7bf027fc820e244121ca9.tar.gz
Release version 4.
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--ethtool.82
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3e0086f..4ada24d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
+Version 4 - July 18, 2006
+
+ * Feature: UFO support
+ * Feature: support long options
+ * Features: e1000, pcnet32, tg3 updates
+ * Feature: added PPC4xx EMAC support
+ * Feature: Use hexdump instead of single values for register dump
+
Version 3 - January 27, 2005
* Feature: r8159 register dump support
diff --git a/configure.ac b/configure.ac
index 40fd39c..c0a6d09 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, 3, [Jeff Garzik <jgarzik@pobox.com>])
+AC_INIT(ethtool, 4, [Jeff Garzik <jgarzik@pobox.com>])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])
diff --git a/ethtool.8 b/ethtool.8
index baecd64..6cb1477 100644
--- a/ethtool.8
+++ b/ethtool.8
@@ -40,7 +40,7 @@
.\" \(*WO - wol flags
.\"
.ds WO \fBp\fP|\fBu\fP|\fBm\fP|\fBb\fP|\fBa\fP|\fBg\fP|\fBs\fP|\fBd\fP...
-.TH ETHTOOL 8 "January 2005" "Ethtool version 3"
+.TH ETHTOOL 8 "July 2006" "Ethtool version 4"
.SH NAME
ethtool \- Display or change ethernet card settings
.SH SYNOPSIS