From 0c3deb37fe907bd2ed38c63229b20a8af8d101cc Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Fri, 1 Sep 2006 18:20:50 -0400 Subject: Release version 5. --- NEWS | 6 ++++++ configure.ac | 2 +- ethtool.8 | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4ada24d..b83e4e6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ +Version 5 - September 1, 2006 + + * Security: Avoid potential buffer overflow + * Feature: GSO support + * Feature: skge register dump + Version 4 - July 18, 2006 * Feature: UFO support diff --git a/configure.ac b/configure.ac index c0a6d09..6cbcad9 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, 4, [Jeff Garzik ]) +AC_INIT(ethtool, 5, [Jeff Garzik ]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([ethtool.c]) AM_INIT_AUTOMAKE([gnu]) diff --git a/ethtool.8 b/ethtool.8 index b735be0..888a7d8 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 "July 2006" "Ethtool version 4" +.TH ETHTOOL 8 "September 2006" "Ethtool version 5" .SH NAME ethtool \- Display or change ethernet card settings .SH SYNOPSIS -- cgit v1.2.1