From 67044402e4390bc7eba24ba0fcd4ab7addeb52c7 Mon Sep 17 00:00:00 2001 From: "Looi, Hong Aun" Date: Mon, 26 Aug 2024 17:43:30 +0800 Subject: [PATCH] Version update 0.9.14 Changes List: - Change vlan socket priority value to be limited to 4 for both stmmac and i226 - Added support for proxy server input via command line option - Fixed description of board information in OPCUA json script runner - Add iperf3 and linuxptp debian packages as dependencies on package_installer.sh - Added ethtool, iproute2 and ubuntu RT dependencies with links to required patches in README.md - Added note clarifying the usage of command line argument in README_json.md Signed-off-by: Looi, Hong Aun --- CHANGELOG.md | 8 ++++++++ run.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00bc8b..4ee4d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -121,3 +121,11 @@ For prior version, please refer to the tag commit message. Sorry guys. - Automate core configuration settings for ASL platform - Add Intel security policy and guideline - Mount temp_file_dir directory to tmpfs + +## [0.9.14] - 2024-08-26 +- Change vlan socket priority value to be limited to 4 for both stmmac and i226 +- Added support for proxy server input via command line option +- Fixed description of board information in OPCUA json script runner +- Add iperf3 and linuxptp debian packages as dependencies on package_installer.sh +- Added ethtool, iproute2 and ubuntu RT dependencies with links to required patches in README.md +- Added note clarifying the usage of command line argument in README_json.md diff --git a/run.sh b/run.sh index 731e3ed..578b60b 100755 --- a/run.sh +++ b/run.sh @@ -34,7 +34,7 @@ set -a # enable variable export RUNSH_DEBUG_MODE="YES" RUNSH_QDISC_DEBUG_MODE="NO" RUNSH_RESULT_DEBUG_MODE="NO" -TSNREFSW_PACKAGE_VERSION="v0.9.13" +TSNREFSW_PACKAGE_VERSION="v0.9.14" main() { #if [ $USER != "root" ]; then