Skip to content

Commit

Permalink
Version update 0.9.14
Browse files Browse the repository at this point in the history
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 <PLAT> command line argument in README_json.md

Signed-off-by: Looi, Hong Aun <[email protected]>
  • Loading branch information
HongAun-Intel committed Aug 30, 2024
1 parent 3665974 commit 6704440
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <PLAT> command line argument in README_json.md
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.13"
TSNREFSW_PACKAGE_VERSION="v0.9.14"

main() {
#if [ $USER != "root" ]; then
Expand Down

0 comments on commit 6704440

Please sign in to comment.