Blame Changes

Packit e99357
0.403   2016-06-27
Packit e99357
Packit e99357
- Use DateTime->set_locale instead of ->set to set the locale. Using ->set may
Packit e99357
  actually change the local time unintentionally. Patch by Dave Rolsky. GitHub
Packit e99357
  PR #2.
Packit e99357
Packit e99357
0.402   2015-07-06
Packit e99357
Packit e99357
- included META.JSON (closes RT #105633, by ETHER)
Packit e99357
Packit e99357
- added contributors list (and put back SPOON as the main author)
Packit e99357
Packit e99357
0.401   2014-05-03
Packit e99357
Packit e99357
- Fix the tests to accomodate the new 1-digit format for days of month
Packit e99357
  before the tenth. Thanks to Dagfinn Ilmari Mannsåker for the patch.
Packit e99357
Packit e99357
- add some more sample dates to t/sample_dates
Packit e99357
  and run one test per sample date in t/sample.t
Packit e99357
Packit e99357
0.400   2014-04-13
Packit e99357
Packit e99357
- New maintainer - Philippe Bruhat (BooK)
Packit e99357
Packit e99357
- Now depends on DateTime 0.18. RT #74580.
Packit e99357
Packit e99357
- Moved POD tests to the release stage.
Packit e99357
Packit e99357
- format_datetime() now uses 1-digit numbers for day of month < 10.
Packit e99357
  Dates with unrecognized timezones lead to the creation of a DateTime
Packit e99357
  object with a floating timezone.
Packit e99357
  UTC is now formatted as +0000, floating is formatted as -0000.
Packit e99357
  RT #94556.
Packit e99357
Packit e99357
- Now packaged using Dist::Zilla. Moved back to three-digit version numbers.
Packit e99357
Packit e99357
Packit e99357
0.3001  2007-08-30
Packit e99357
Packit e99357
- No longer including RFCs in the tarball, per the request of the
Packit e99357
  Debian maintainer for this package. Apparently, this makes their job
Packit e99357
  harder, and it serves no useful purpose for me. Requested by Gunnar
Packit e99357
  Wolf. RT #28480.
Packit e99357
Packit e99357
Packit e99357
0.30    2006-07-24
Packit e99357
Packit e99357
- The strict parsing made the day name mandatory, even though RFC822
Packit e99357
  and 2822 specify it as optional. Reported by Julian Mehnle. See RT
Packit e99357
  20451.
Packit e99357
Packit e99357
- Turned off signing, since it seems to be causing more trouble than
Packit e99357
  it's worth.
Packit e99357
Packit e99357
Packit e99357
0.2901  2004-01-24
Packit e99357
Packit e99357
- New maintainer - Dave Rolsky.
Packit e99357
Packit e99357
- Switched to Module::Build.
Packit e99357
Packit e99357
- Removed some files generated by Iain's docmaker program (which I
Packit e99357
  don't have).
Packit e99357
Packit e99357
Packit e99357
0.29    2003-10-22
Packit e99357
Packit e99357
- Corrected an error message.
Packit e99357
Packit e99357
- Added some more error checking.
Packit e99357
Packit e99357
- Added some more method examples.
Packit e99357
Packit e99357
Packit e99357
0.28    2003-10-21
Packit e99357
Packit e99357
- Default cutoff is now 49, as per RFC2822.
Packit e99357
Packit e99357
- Doc shuffling and formatting tweaks.
Packit e99357
Packit e99357
- set_year_cutoff and year_cutoff stricter with arguments.
Packit e99357
Packit e99357
- Cloning fixed, be it from clone() or new().
Packit e99357
Packit e99357
Packit e99357
0.27    2003-08-01
Packit e99357
Packit e99357
- Made strict mode stricter.
Packit e99357
Packit e99357
- Advertised loose mode more loudly.
Packit e99357
Packit e99357
Packit e99357
0.26    2003-07-16
Packit e99357
Packit e99357
- Uses the spiffy new Locale system.
Packit e99357
Packit e99357
Packit e99357
0.25    2003-06-03
Packit e99357
Packit e99357
- Backported to 5.005_03
Packit e99357
Packit e99357
- Fixed TZ bug.
Packit e99357
Packit e99357
Packit e99357
0.24    2003-04-08
Packit e99357
Packit e99357
- Minor documentation fixes.
Packit e99357
Packit e99357
- Refactored year and timezone repair functions.
Packit e99357
Packit e99357
- Added tests for said functions.
Packit e99357
Packit e99357
- Added ability to parse multiple sign timezones.
Packit e99357
Packit e99357
- GMT and UTC are recognised as timezone names.
Packit e99357
Packit e99357
Packit e99357
0.23    2003-03-30
Packit e99357
Packit e99357
- Initial version.