-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.24, 3.11.17, 4.1.6, 4.2.3, 4.3 regressions, 4.3.1
-
1
-
Team Hedgehog 2023 Sprint 4.2, Team Hedgehog 2023 Sprint 4.3, Team Hedgehog 2023 Review 4
-
Small
A regression from MDL-77846 saw that packaging before the release date caused an error during that window.
This is because we take the date in version.php and compare it to the current date. We assume that the current date is some time after the date in version.php, but this is not the case at time of packaging.
Let's introduce a tolerance of 48 hours to avoid these errors.