57 lines
2.2 KiB
Plaintext
57 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 26 05:57:59 UTC 2024 - jun wang <jgwang@suse.com>
|
|
|
|
- Update to version 1.26
|
|
* Fix autpokgtest case introduced recently for #946776 so
|
|
that it does not depend on time zone.
|
|
- Changes from version 1.25
|
|
* Provide 64-bit versions of time functions on 32-bit
|
|
architectures (closes: #1028587, LP: #2002803).
|
|
* Cleanup source code, and reformat it with clang-format.
|
|
* In --static mode, set sub-seconds part to 0
|
|
(closes: #946776).
|
|
* Mention in man page and README file existence of
|
|
libfaketime package, that might be considered for more
|
|
advanced functionalities than the ones provided by
|
|
datefudge.
|
|
* Standards-Version: 4.6.2 (no changes)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 2 16:36:27 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 1.24:
|
|
* Fix FTBFS on hurd-i386: Necessary functions disabled
|
|
* Fix FTBFS with glibc 2.31 (conflicting gettimeofday prototype)
|
|
- remove glibc-2.31-fix.patch (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 12 09:00:14 UTC 2020 - Martin Liška <mliska@suse.cz>
|
|
|
|
- Add glibc-2.31-fix.patch in order to fix boo#1162963.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 7 12:43:17 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Update to version 1.23: no changelog found.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 13 10:24:29 UTC 2017 - astieger@suse.com
|
|
|
|
- update to 1.22:
|
|
* Operate more efficiently, especially if fudging to the epoch.
|
|
* Fix running on 32-bit systems with 64-bit time_t (such as x32).
|
|
* datefudge.man: Document that datefudge might be affected by the
|
|
Y2K38 problem on some systems.
|
|
- includes changes from 1.21:
|
|
* datefudge.sh: don't fail when its date argument happens to be
|
|
equal to the current time (i.e. make `datefudge now
|
|
some_command' work).
|
|
* Update man page to mention that the date can be given in any
|
|
format accepted by date(1) command.
|
|
- add upstream signing key and verify source signature
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 18 14:01:33 UTC 2016 - idonmez@suse.com
|
|
|
|
- Initial release
|