Skip to content

Commit

Permalink
Version update 0.9.12
Browse files Browse the repository at this point in the history
Changes List:
- Update script to run in bash to avoid unexpected output on Ubuntu
- Add preliminary ASL support

Signed-off-by: Goh, Wei Sheng <wei.sheng.goh@intel.com>
  • Loading branch information
ws-intel committed Dec 18, 2023
1 parent a63d850 commit a7b880a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,7 @@ For prior version, please refer to the tag commit message. Sorry guys.

## [0.9.11] - 2023-11-8
- Update libbpf symbolic link in packages installer

## [0.9.12] - 2023-12-15
- Update script to run in bash to avoid unexpected output on Ubuntu
- Add preliminary ASL support
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.11"
TSNREFSW_PACKAGE_VERSION="v0.9.12"

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

0 comments on commit a7b880a

Please sign in to comment.