-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release prepares accel-config to be packaged for debian. Changes: - Fix static code analysis warnings - Fix lintian errors - Move test program and related configs to /usr/lib - Move contri/configs/* to /etc - Some code cleanup Signed-off-by: Ramesh Thomas <[email protected]>
- Loading branch information
1 parent
12288de
commit a2317b6
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
accel-config (3.5.0-1) unstable; urgency=medium | ||
|
||
* Update debian scripts to install contrib/configs in /etc | ||
* Update rpm scripts to install contrib/configs in /etc | ||
* Install contrib/configs folder in /etc | ||
* Rename IAXTEST to IAATEST in test/common | ||
* Make error paths more consistent for add_wq, add_group, add_engine | ||
* Clean up unused path variable. | ||
* Clean up memory leak, and erroneous assignment | ||
* Update debian scripts to install test programs in /usr/lib | ||
* Update rpm scripts to install test programs in /usr/lib | ||
* Install test programs in /usr/lib | ||
* Fix some clang scan-build warnings and bugs | ||
* Fix various typos and spelling mistakes in code and comments | ||
* debian/control: set architecture to just i386 and amd64 | ||
* debian: libaccel library should be suffixed with 1 | ||
* test/common: Make bash script executable | ||
* debian/copyright: remove trailing comments, clean up linitan | ||
warnings | ||
* debian/copyright: clean up lintian copyright warnings | ||
* debian/copyright: clean up globbing order lintian warnings | ||
* debian/rules: add execute bit to script | ||
|
||
-- Ramesh Thomas <[email protected]> Fri, 14 Oct 2022 17:25:50 -0700 | ||
|
||
accel-config (3.4.8-1) unstable; urgency=medium | ||
|
||
* load/unload idxd_vdev and iaa_crypto modules at cleanup | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ dirty() { | |
fi | ||
} | ||
|
||
DEF_VER=3.4.8 | ||
DEF_VER=3.5.0 | ||
|
||
LF=' | ||
' | ||
|