2019-06-08 01:56:30 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 6.77
Add missing BUILD_DEPENDS
Upstream changes:
6.77 2019-06-01
- Time zone fixes
Newest zoneinfo data (tzdata 2019a).
|
2019-03-17 00:39:57 by Wen Heping | Files touched by this commit (2) |
Log message:
Updated to 6.76
Upstream changes:
6.76 2019-03-01
- Fixed bug in Date::Manip::Date::list_holidays.
It was using 'now' instead of the stored date. Douglas DeStafeno
- Reordered TZ detection methods
Moved checking the tzdata files to lower priority to avoid a pretty
unusual situation in docker. Sven Nierlein (GitHub #20)
- Time zone fixes
Newest zoneinfo data (tzdata 2018i). Requested by Shawn C Carroll
(GitHub #28)
|
2018-12-04 07:07:39 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 6.75
Upstream changes:
(6.75 changelog not found)
6.74 2018-12-01
- Removed travis file from the tarball
The tarball had a .travis.yml file in it that wasn't in the MANIFEST
file. Since the MANIFEST file is automatically generated by the perl
mkmanifest tool, since it didn't see the .travis.yml file, I have
excluded it from the tarball. Reported by Mohammad S Anwar on GitHub
(#23)
- Time zone fixes
Newest zoneinfo data (tzdata 2018e)
|
2018-09-02 09:11:06 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Date-Manip: update to 6.73.
6.73 2018-09-01
- Fixed math on non-64-bit architectures
Much of the math in Date::Manip::Base is in a 'use integer' section.
This math can overflow in some cases in non-64-bit architectures.
Fixed the cases where this would reasonably occur. Reported by
Daniel Albers (GitHub #22). Also reported and tested in RT 126052.
- Bug in normalizing estimated business deltas
While working on the non-64-bit issue, it uncovered a bug where
normalizing estimated business deltas was wrong. It had never been
reported, and it was only off by a couple seconds in some rare
situations.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-06-09 03:50:42 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 6.72
Upstream changes:
6.72 2018-06-06
- Fixed recurrence bug
The fix in the previous version for a rare recurrence problem broke
another recurrence form. It is now corrected. Michael Schout (GitHub
#20)
- Fixed version problem
The wrong version was included in two files for some reason. This is
fixed.
- Documentation fixes
Fixed a grammatical error reported by Xavier Guimard (GitHub #19).
6.71 2018-06-01
- Fixed an extremely rare problem with recurrences
It is possible to specify a recurrence that never produces a valid
date. In these cases, looking for dates went into an infinite loop.
The MaxRecurAttempts config variable was added which will stop that
from happening. If no occurrence was found, an error condition will
be set. Dean Hamstead (RT 123708)
- Changes file supported
It was requested that I include a valid Changes file. I wrote a
simple script to convert the Change6.pod file into a valid Change
file. The Changes6.pod file is still the canonical source of this
information! Requested by H. Merijn Brand
- Fix for timezone determination
On MacOS X High Sierra, some of the timezone files were symlinks,
but not properly followed. This was fixed by Stu Tomlinson (GitHub
#15).
- Time zone fixes
Newest zoneinfo data (tzdata 2018e)
- Documentation fixes
Minor fix provided by Mohammad S Anwar (GitHub #17)
|
2018-03-03 02:46:03 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated devel/p5-Date-Manip to 6.70. Upstream ChangeLog not known.
|
2017-09-04 14:23:02 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Date-Manip to 6.60.
Bug fixes
Fixed a bug where if a recurrence had no interval, start and end dates passed
in to the dates method would not work. PJ-DSI-DevOps (GitHub #12).
Documentation fixes
Clarified Date::Manip::TZ::all_periods. Based on discussion with
Peter Pfannenschmid.
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-06-04 04:21:50 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 6.59
No upstream changelog found.
|