diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 13:25:41 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-02 14:55:36 (EST) |
commit | 75dd10693b6ced4f4d55ce6f374807e306de5783 (patch) | |
tree | 80106808c05e4ef23c72aa26746e09ffb5233c10 /NEWS | |
parent | da66db89bd5c26c6731b77e3f8616e660529812d (diff) |
ob_*_gmtime(): Don't freeze on New Year's Day
And add test cases to confirm the resolution of this bug and the one
fixed by commit 83bee70f80d8c98b875c943297b0049eae7d6d22.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,12 @@ Utilities: contain dependency restrictions or newline characters that are passed through to the binary package's control file. +libopkbuild: + + * ob_iso8601_gmtime() and ob_touch_t_gmtime() no longer trigger an + infinite loop when passed times on January 1. This time bomb broke + ob-buildopk one day every year. + opkbuild version 4.2.1 ---------------------- |