From 23bb114f9fcffad1ead05e21e179c9abdb080234 Mon Sep 17 00:00:00 2001 From: Ramesh Thomas Date: Tue, 11 Jun 2024 14:56:03 -0400 Subject: [PATCH] accel-config: release 4.1.6 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 --- debian/changelog | 15 +++++++++++++++ git-version | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 80c3b91f..f0fb33b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 11 Jun 2024 14:53:12 -0400 + accel-config (4.1.6-1) unstable; urgency=medium [ Hentabli, Abdelrahim ] diff --git a/git-version b/git-version index 62f0e6c7..aff888d4 100755 --- a/git-version +++ b/git-version @@ -19,7 +19,7 @@ dirty() { fi } -DEF_VER=4.1.6 +DEF_VER=4.1.7 LF=' '