From d03a8f751ce7206a91ad4c597dead6b324460e48 Mon Sep 17 00:00:00 2001 From: "Goh, Wei Sheng" Date: Wed, 7 Feb 2024 21:55:27 +0800 Subject: [PATCH] Version update 0.9.13 Changes List: - Automate core configuration settings for i225 and stmmac - Automate core configuration settings for ASL platform - Add Intel security policy and guideline - Mount temp_file_dir directory to tmpfs Signed-off-by: Goh, Wei Sheng --- CHANGELOG.md | 6 ++++++ run.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e51b46f..e00bc8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -115,3 +115,9 @@ For prior version, please refer to the tag commit message. Sorry guys. ## [0.9.12] - 2023-12-15 - Update script to run in bash to avoid unexpected output on Ubuntu - Add preliminary ASL support + +## [0.9.13] - 2024-02-07 +- Automate core configuration settings for i225 and stmmac +- Automate core configuration settings for ASL platform +- Add Intel security policy and guideline +- Mount temp_file_dir directory to tmpfs diff --git a/run.sh b/run.sh index e8ea8d2..731e3ed 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.12" +TSNREFSW_PACKAGE_VERSION="v0.9.13" main() { #if [ $USER != "root" ]; then