-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: Adrian Huang - Typo fixes Jerry Snitselaar - Make verbose logging optional - Clean up typo - Don't attempt to disable non-existent devices Ramesh Thomas - Don't list attributes not present Robert Dower - add required SECURITY.md file for OSSF Scorecard compliance Signed-off-by: Ramesh Thomas <[email protected]>
- Loading branch information
1 parent
ea015cc
commit 23bb114
Showing
2 changed files
with
16 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,18 @@ | ||
accel-config (4.1.7-1) unstable; urgency=medium | ||
|
||
* [ Adrian Huang ] | ||
* Typo fixes | ||
* [ Jerry Snitselaar ] | ||
* Make verbose logging optional | ||
* Clean up typo | ||
* Don't attempt to disable non-existent devices | ||
* [ Ramesh Thomas ] | ||
* Don't list attributes not present | ||
* [ Robert Dower ] | ||
* add required SECURITY.md file for OSSF Scorecard compliance | ||
|
||
-- Ramesh Thomas <[email protected]> Tue, 11 Jun 2024 14:53:12 -0400 | ||
|
||
accel-config (4.1.6-1) unstable; urgency=medium | ||
|
||
[ Hentabli, Abdelrahim ] | ||
|
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=4.1.6 | ||
DEF_VER=4.1.7 | ||
|
||
LF=' | ||
' | ||
|