- 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
This commit is contained in:
Michael Vetter 2021-02-17 15:29:03 +00:00 committed by Git OBS Bridge
parent d712c03749
commit 0de4ddb18b

View File

@ -1,6 +1,12 @@
-------------------------------------------------------------------
Wed Feb 17 14:55:42 UTC 2021 - Michael Vetter <mvetter@suse.com>
- 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
-------------------------------------------------------------------