Skip to content

Commit

Permalink
accel-config: release 3.5.0
Browse files Browse the repository at this point in the history
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
ramesh-thomas committed Oct 15, 2022
1 parent 12288de commit a2317b6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions debian/changelog
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
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=3.4.8
DEF_VER=3.5.0

LF='
'
Expand Down

0 comments on commit a2317b6

Please sign in to comment.