From 5c858e25fcc9737d4e866b2da78d4822fb2c2fec Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 28 Apr 2012 01:47:16 +0100 Subject: Release version 3.4. Signed-off-by: Ben Hutchings --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1