-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95037d3
commit ac32895
Showing
4 changed files
with
12 additions
and
4 deletions.
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,3 @@ | ||
## task scheduler 1.2.5-1 | ||
## task scheduler 1.2.6-1 | ||
|
||
* Fixes issue with task searching/sorting | ||
* Added Custom Task |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"name": "cockpit-scheduler", | ||
"title": "task scheduler", | ||
"prerelease": true, | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"buildVersion": "1", | ||
"author": "Jordan Keough <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-scheduler", | ||
|
@@ -57,7 +57,7 @@ | |
], | ||
"changelog": { | ||
"urgency": "medium", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"buildVersion": "1", | ||
"ignore": [], | ||
"date": null, | ||
|
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 |
---|---|---|
|
@@ -28,6 +28,8 @@ make DESTDIR=%{buildroot} install | |
/opt/45drives/houston/scheduler/* | ||
|
||
%changelog | ||
* Fri Dec 20 2024 Rachit Hans <[email protected]> 1.2.6-1 | ||
- Added Custom Task | ||
* Thu Dec 12 2024 Jordan Keough <[email protected]> 1.2.5-1 | ||
- Fixes issue with task searching/sorting | ||
* Wed Dec 11 2024 Rachit Hans <[email protected]> 1.2.4-1 | ||
|
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,9 @@ | ||
cockpit-scheduler (1.2.6-1focal) focal; urgency=medium | ||
|
||
* Added Custom Task | ||
|
||
-- Rachit Hans <[email protected]> Fri, 20 Dec 2024 05:51:25 -0400 | ||
|
||
cockpit-scheduler (1.2.5-1focal) focal; urgency=medium | ||
|
||
* Fixes issue with task searching/sorting | ||
|