summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2012-06-13 01:05:39 +0100
committerBen Hutchings <bhutchings@solarflare.com>2012-06-13 01:17:36 +0100
commitddb63dfb98296d01f5c06058d975d54939704f56 (patch)
treea26338e20a4179322d25420fcd477156a7556440
parent5e4ab6054bd552fe66a296a472348abbdeda68d0 (diff)
downloadethtool-ddb63dfb98296d01f5c06058d975d54939704f56.tar.gz
Release version 3.4.1.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4f8746d..b72df24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 3.4.1 - June 13, 2012
+
+ * Fix: Work around failure of ETHTOOL_GSSET_INFO for unprivileged
+ users (-k option)
+ * Fix: Report any unexpected error code from ETHTOOL_GSSET_INFO
+ (-k and -K options)
+ * Doc: Fix the date of the man page to match the last update
+
Version 3.4 - June 8, 2012
* Cleanup: Merge RX NFC options
diff --git a/configure.ac b/configure.ac
index a55fca4..11b4935 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.4, netdev@vger.kernel.org)
+AC_INIT(ethtool, 3.4.1, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])