-
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
7c2cb07
commit 3061ec9
Showing
4 changed files
with
16 additions
and
6 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 +1,3 @@ | ||
## task scheduler 1.2.4-2 | ||
## task scheduler 1.2.5-1 | ||
|
||
* Fixes issue with task searching/sorting |
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": false, | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"buildVersion": "1", | ||
"author": "Jordan Keough <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-scheduler", | ||
|
@@ -57,11 +57,11 @@ | |
], | ||
"changelog": { | ||
"urgency": "medium", | ||
"version": "1.2.4", | ||
"buildVersion": "2", | ||
"version": "1.2.5", | ||
"buildVersion": "1", | ||
"ignore": [], | ||
"date": "2024-12-11T09:59:38.162212", | ||
"packager": "Rachit Hans <rhans@45drives.com>", | ||
"date": null, | ||
"packager": "Jordan Keough <jkeough@45drives.com>", | ||
"changes": [] | ||
} | ||
} |
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 | ||
* 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 | ||
- Fixed auto-snapshot recursive bug | ||
* Wed Nov 27 2024 Jordan Keough <[email protected]> 1.2.3-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.5-1focal) focal; urgency=medium | ||
|
||
* Fixes issue with task searching/sorting | ||
|
||
-- Jordan Keough <[email protected]> Thu, 12 Dec 2024 11:57:13 -0400 | ||
|
||
cockpit-scheduler (1.2.4-1focal) focal; urgency=medium | ||
|
||
* Fixed auto-snapshot recursive bug | ||
|