diff --git a/docs/8.0/ayanova/docs/changelog.md b/docs/8.0/ayanova/docs/changelog.md index dee365d8..ad062359 100644 --- a/docs/8.0/ayanova/docs/changelog.md +++ b/docs/8.0/ayanova/docs/changelog.md @@ -6,6 +6,13 @@ The most recent changes are written in the AyaNova manual [hosted on our website ## 2022 +### AyaNova 8.0.18 (2022-10-25) + +#### Fixed + +- Server: expiration date of license and maintenance incorrectly stated "(utc)" time in log but is actually server local time + + ### AyaNova 8.0.17 (2022-10-12) #### Fixed diff --git a/server/AyaNova/generator/CoreJobSweeper.cs b/server/AyaNova/generator/CoreJobSweeper.cs index 814d998f..f8cec799 100644 --- a/server/AyaNova/generator/CoreJobSweeper.cs +++ b/server/AyaNova/generator/CoreJobSweeper.cs @@ -8,7 +8,7 @@ using AyaNova.Models; namespace AyaNova.Biz { - + //#################### NOTE: This also does some license checking tasks, put in here instead of the corejoblicense job deliberately ############# /// /// JobSweeper - called by Generator to clean out old jobs that are completed and their logs ///