-
Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.75-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
Tue Dec 26 2017 Paul Howarth <paul@city-fan.org> - 1:1.75-1
- Update to 1.75
- Fixed tests to pass with blead Perl (GH#19)
-
Fri Aug 04 2017 Paul Howarth <paul@city-fan.org> - 1:1.74-1
- Update to 1.74
- Fix text not to rely on a very specific exception message from Specio; this
was broken in 0.39 (GH#18)
-
Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.73-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.73-3
- Perl 5.26 rebuild
-
Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.73-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
Wed Feb 01 2017 Paul Howarth <paul@city-fan.org> - 1:1.73-1
- Update to 1.73
- The format_datetime method now checks that the object it is given isa
DateTime object (GH#17)
-
Wed Jan 25 2017 Paul Howarth <paul@city-fan.org> - 1:1.72-1
- Update to 1.72
- By default, the word boundary checks added in 1.69 are now off; you can
enable them by passing "strict => 1" to the constructor (GH#15)
- Switched from Params::Validate to Params::ValidationCompiler
- Require DateTime::Locale 1.05; this fixes some test failures seen on CPAN
Testers
- Require DateTime::TimeZone 2.09 because you should really update this on a
regular basis
- Require Specio 0.33 to fix other test failures seen on CPAN (I hope)
-
Sun Dec 11 2016 Paul Howarth <paul@city-fan.org> - 1:1.70-1
- Update to 1.70
- The word boundary check supposedly added in 1.67 didn't really work
properly, and still matched too much (GH#11)
- Added docs for several formats that have long been supported but not
documented; these are %P, %c, %x, and %X (GH#10)
- Altered the conversion specifier %z to accept ±HH, ±HHMM, ±HH:MM and Z;
previously only ±HHMM were accepted (GH#13)
-
Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.68-2
- Perl 5.24 rebuild