From 0de4ddb18bccb88d659555faa3220006d1fd2c020c50095ebd349627dfe9c606 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 17 Feb 2021 15:29:03 +0000 Subject: [PATCH] - Update to 0.4.8: * be symmetric about differences, A - B := -(B - A) for A < B * fix security issue when reading TZMAP_DIR from environment * fix printing of negative 0 (-0) * fix issue with tzdata transitions in files with leap second * adjustments that are now cut off at expiration time (#121) OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=72 --- dateutils.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dateutils.changes b/dateutils.changes index a576fb8..d9f95d6 100644 --- a/dateutils.changes +++ b/dateutils.changes @@ -1,6 +1,12 @@ ------------------------------------------------------------------- Wed Feb 17 14:55:42 UTC 2021 - Michael Vetter +- Update to 0.4.8: + * be symmetric about differences, A - B := -(B - A) for A < B + * fix security issue when reading TZMAP_DIR from environment + * fix printing of negative 0 (-0) + * fix issue with tzdata transitions in files with leap second + * adjustments that are now cut off at expiration time (#121) - Drop dateutils-remove-deprecated-header.patch: not needed anymore -------------------------------------------------------------------