Skip to content

Commit

Permalink
accel-config: release 4.1
Browse files Browse the repository at this point in the history
Changes:
  [ Colin Ian King ]
  - add missing libssl-dev dependency
  - debian/accel-config-test.install fix path on copy

  [ Fenghua Yu ]
  - Skip configuring ats_disable if the attribute is not present
  - Add config-user-default command
  - Add option "-c <config_file>" to load default configurations from
    the file
  - Disable default configured WQs and devices
  - Add "-n <wq_name>" to specify WQ name for disabling WQs
  - Add user_default_profile.conf
  - Add doumentation for new command "config-user-default"

  [ Jerry Snitselaar ]
  - Update spec file templates to use SPDX identifiers

Signed-off-by: Ramesh Thomas <[email protected]>
  • Loading branch information
ramesh-thomas committed Aug 22, 2023
1 parent db70a14 commit 0633aae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
accel-config (4.1-1) unstable; urgency=medium

[ Colin Ian King ]
* add missing libssl-dev dependency
* debian/accel-config-test.install fix path on copy

[ Fenghua Yu ]
* Skip configuring ats_disable if the attribute is not present
* Add config-user-default command
* Add option "-c <config_file>" to load default configurations from
the file
* Disable default configured WQs and devices
* Add "-n <wq_name>" to specify WQ name for disabling WQs
* Add user_default_profile.conf
* Add doumentation for new command "config-user-default"

[ Jerry Snitselaar ]
* Update spec file templates to use SPDX identifiers

-- Ramesh Thomas <[email protected]> Mon, 21 Aug 2023 18:08:39 -0700

accel-config (4.0-1) unstable; urgency=medium

[ Colin Ian King ]
Expand Down
2 changes: 1 addition & 1 deletion git-version
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dirty() {
fi
}

DEF_VER=4.0
DEF_VER=4.1

LF='
'
Expand Down

0 comments on commit 0633aae

Please sign in to comment.