- New upstream release 1.63
- Switched to using the 'Perl_isfinite' function instead of trying to
implement this ourselves in XS code; this should fix quadmath builds on
Windows (GH#139)
- New upstream release 1.55
- Another documentation fix release; this fixes some mistakes, fixes some
broken links, and removes all references to the long-dead datetime.perl.org
- New upstream release 1.51
- Fix CLDR formatting of 'S' pattern with more than 9 digits of precision;
while we only store nanoseconds in the DateTime object we should still be
able to handle an arbitrary number of digits properly (GH#89)
- Modernize spec using %{make_build} and %{make_install}