From 2fc71a95f978e2db01c4fadf20a824e47b3772fd Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Sun, 16 Aug 2020 14:20:21 -0300 Subject: [PATCH] Updated changelog. --- doc/Changelog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 652af07..de6a808 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,4 +1,10 @@ -sysvinit (2.97) unreleased; urgency=low +sysvinit (2.98) unreleased; urgency=low + + * Fixed time parsing in shutdown when there is a + in front of a 0 time offset. + Commands with a postiive time offset (+1) would work but +0 fails. + This has been corrected by Arkadiusz Miskiewicz. + +sysvinit (2.97) released; urgency=low * Check $(ROOT) filesystem for libcrypt instead of a hardcoded path to /usr. Added logsave and readbootlog to list of files git ignores.