Skip to content

Commit

Permalink
Version update 0.9.13
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ws-intel committed Feb 8, 2024
1 parent 64b7493 commit d03a8f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d03a8f7

Please sign in to comment.