summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--ethtool.82
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 <jgarzik@pobox.com>])
+AC_INIT(ethtool, 5, [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 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