summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2012-04-28 01:47:16 +0100
committerBen Hutchings <bhutchings@solarflare.com>2012-06-08 17:21:39 +0100
commit5c858e25fcc9737d4e866b2da78d4822fb2c2fec (patch)
tree5cd4a77853ac529135d14628f9391d25c486b446
parent6042804cf6ecc229e600cf78124a152a40b0dc89 (diff)
downloadethtool-5c858e25fcc9737d4e866b2da78d4822fb2c2fec.tar.gz
Release version 3.4.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a384609..4f8746d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 3.4 - June 8, 2012
+
+ * Cleanup: Merge RX NFC options
+ * Doc: Improve description of RX NFC options
+ * Doc: Add ntuple to the -K option in the man page
+ * Feature: Show time stamping capabilities (-T option)
+ * Feature: Dump plug-in module EEPROM (-m option)
+ * Feature: Show and change all generic net device features
+ (-k and -K options)
+
Version 3.2 - January 12, 2012
* Feature: Add support for querying and setting private flags
diff --git a/configure.ac b/configure.ac
index d13ae33..a55fca4 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.2, netdev@vger.kernel.org)
+AC_INIT(ethtool, 3.4, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])