From 5f608150379ee8604aa5be4f50aa831d5e8efe9f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 28 Feb 2013 14:57:25 +0000 Subject: Release version 3.8. Signed-off-by: Ben Hutchings --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9d96c54..5c0b5fb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 3.8 - February 28, 2013 + + * Feature: Allow setting destination MAC address in L3/L4 flow spec + rules (-N/-U option) + * Fix: Show full 64 bits of user-data (-n/-u option) + * Fix: Add version check for et131x regs (-d option) + * Doc: Improve description of -f, -t, -s, -N/-U, -W options in man page + * Fix: Restore 20000baseKR2 cap display (no options) + Version 3.7 - December 13, 2012 * Fix: Gracefully handle failure of register pretty-printer (-d option) diff --git a/configure.ac b/configure.ac index 512786e..d03862a 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.7, netdev@vger.kernel.org) +AC_INIT(ethtool, 3.8, netdev@vger.kernel.org) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([ethtool.c]) AM_INIT_AUTOMAKE([gnu]) -- cgit v1.2.1