Skip to content

Commit

Permalink
accel-config: release 4.1.1
Browse files Browse the repository at this point in the history
Changes:
  Colin Ian King:
  - update Standards-Version to 4.6.2 in control file
  - Use asm volatile for compilers that don't support
    __builtin_ia32_mfence
  Ramesh Thomas:
  - Fixes for pedantic compiler warnings
  - Update copyright years in man pages
  - Fix some syntax errors and cleanup in man pages
  - Fix --help and other options
  - Fix a bug with empty wq driver name
  Rex Zhang:
  - Fix bug about finding a mismatched wq
  - Add op mask to check if an op is available
  - Decide whether to do the operation or not
  Tony Zhu:
  - Fix batch event log core check output issues
  - Provide --skip-config to run dsa tests without device reset

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

* [ Colin Ian King ]
* update Standards-Version to 4.6.2 in control file
* Use asm volatile for compilers that don't support
__builtin_ia32_mfence
* [ Ramesh Thomas ]
* Fixes for pedantic compiler warnings
* Update copyright years in man pages
* Fix some syntax errors and cleanup in man pages
* Fix --help and other options
* Fix a bug with empty wq driver name
* [ Rex Zhang ]
* Fix bug about finding a mismatched wq
* Add op mask to check if an op is available
* Decide whether to do the operation or not
* [ Tony Zhu ]
* Fix batch event log core check output issues
* Provide --skip-config to run dsa tests without device reset

-- Ramesh Thomas <[email protected]> Tue, 05 Sep 2023 15:20:54 -0700

accel-config (4.1-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.1
DEF_VER=4.1.1

LF='
'
Expand Down

0 comments on commit de28355

Please sign in to comment.