From 7f75aabe66f0c3befef7bf027fc820e244121ca9 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 18 Jul 2006 22:24:58 -0400 Subject: Release version 4. --- NEWS | 8 ++++++++ configure.ac | 2 +- ethtool.8 | 2 +- 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 ]) +AC_INIT(ethtool, 4, [Jeff Garzik ]) 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 -- cgit v1.2.1