Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what's new in 3.1.180.2? #9

Open
DannyPans opened this issue Mar 10, 2023 · 2 comments
Open

what's new in 3.1.180.2? #9

DannyPans opened this issue Mar 10, 2023 · 2 comments

Comments

@DannyPans
Copy link

DannyPans commented Mar 10, 2023

I can not find any update in the changelog ?
Only "Your ORADAD version seems very old" check was removed?

@jbgalet
Copy link

jbgalet commented Mar 11, 2023

It is just a new compilation of the 3.1.180.1 release, the warning appears 100 days after compilation and the force flag is required after 200 days.

ORADAD/Util.cpp

Lines 542 to 547 in 90d9ba3

if (ullDiff < (ULONGLONG)10 * 1000 * 1000 * 3600 * 24 * 100)
return StartStatus::Good;
else if (ullDiff < (ULONGLONG)10 * 1000 * 1000 * 3600 * 24 * 200)
return StartStatus::Warning;
else
return StartStatus::Expired;

@DannyPans
Copy link
Author

The force flag is required (>200 D). Can we have a new compilation?
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants