From 81fdc765da1410b8bdfc720269cc64854f1c4d49 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 1 Nov 2022 12:47:01 -0600 Subject: [PATCH] Version 1.7.1 - CHANGELOG.md [citest skip] [1.7.1] - 2022-11-01 -------------------- ### New Features - none ### Bug Fixes - none ### Other Changes - Update timestamping checks using ethtool New ethtool versions don't print the upper-case timestamping constants anymore. Match the lower-case strings instead. Signed-off-by: Rich Megginson --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee60761..3ee763a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ Changelog ========= +[1.7.1] - 2022-11-01 +-------------------- + +### New Features + +- none + +### Bug Fixes + +- none + +### Other Changes + +- Update timestamping checks using ethtool + +New ethtool versions don't print the upper-case timestamping constants +anymore. Match the lower-case strings instead. + [1.7.0] - 2022-09-19 --------------------