[ethtool] 17/20: Release version 4.5.
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Mar 14 11:37:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository ethtool.
commit deb1c6613ec14fd828d321e38c7bea45fe559bd5
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Mon Mar 14 01:48:41 2016 +0000
Release version 4.5.
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
NEWS | 16 ++++++++++++++++
configure.ac | 2 +-
ethtool.8.in | 2 +-
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 84865cd..10e4404 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 4.5 - March 14, 2016
+
+ * Tests: Fix missing function declarations when building tests
+ * Tests: Fix return type of test_free() prorotype
+ * Feature: Add PHY statistics support (--phy-statistics option)
+ * Doc: Properly indent sub-options in man page
+ * Feature: Support setting default Rx flow indirection table
+ (-X option)
+ * Fix: Use 'sane' kernel type definitions on 64-bit architectures
+ * Fix: Don't ignore fread() return value (-d option)
+ * Fix: Heap corruption when dumping registers from a file (-d option)
+ * Fix: Stricter input validation for EEPROM setting (-E option)
+ * Fix: Fix strict-aliasing compiler warnings in marvell.c
+ * Tests: Fix use of uninitialised variable in test_realloc()
+ * Tests: Fix compiler warning in test-features.c
+
Version 4.2 - October 9, 2015
* Feature: Support soldered-on modules in module EEPROM dump (-m option)
diff --git a/configure.ac b/configure.ac
index c47d06f..3105415 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.2, netdev at vger.kernel.org)
+AC_INIT(ethtool, 4.5, netdev at vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
AM_INIT_AUTOMAKE([gnu])
diff --git a/ethtool.8.in b/ethtool.8.in
index 5c5cc2f..009711d 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -113,7 +113,7 @@
. hy \\n(HY
..
.
-.TH ETHTOOL 8 "September 2014" "Ethtool version @VERSION@"
+.TH ETHTOOL 8 "March 2016" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/ethtool.git
More information about the Kernel-svn-changes
mailing list