-
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: California Sullivan: Ramesh Thomas: - be less greedy in _cleanup greps Signed-off-by: Ramesh Thomas <[email protected]>
- Loading branch information
1 parent
0968922
commit 4c67650
Showing
2 changed files
with
9 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,11 @@ | ||
accel-config (4.1.3-1) unstable; urgency=medium | ||
|
||
* [ California Sullivan ] | ||
* [ Ramesh Thomas ] | ||
* be less greedy in _cleanup greps | ||
|
||
-- Ramesh Thomas <[email protected]> Thu, 26 Oct 2023 17:32:23 -0400 | ||
|
||
accel-config (4.1.2-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.2 | ||
DEF_VER=4.1.3 | ||
|
||
LF=' | ||
' | ||
|