2015-01-18 20:00:24 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.84:
1.84 2015-01-17
- Removed the per-OS prereqs on DateTime::TimeZone::HPUX and
DateTime::TimeZone::Local::Win32. This gets rid of circular dependencies
between those distros and this one. RT #101588, 101589 and 68231.
|
2014-12-30 14:02:38 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.83:
1.83 2014-12-24
- The last release did not include any of the generated zone files. Oops.
- Attempting to fix indexing of DateTime::TimeZone::Catalog on metacpan. No
real code or zone changes.
1.82 2014-12-24
- Various changes to get tests passing and tools code working with blead. This
includes fixing some "Redundant argument in sprintf" warnings that could
occur in the DateTime test suite. Reported by Slaven Rezic. RT #10116.
|
2014-11-23 14:03:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.81:
1.81 2014-11-21
- Removed tests for Win32 code.
|
2014-11-19 13:39:25 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.80:
1.80 2014-11-16
- This distro no longer ships the DateTime::TimeZone::Local::Win32
module. Instead, it depends on that module when you install
DateTime::TimeZone on a Windows system machine.
- Tweaked the warning when loading a zone class from disk that was generated
using a different Olson version than the current DateTime::TimeZone
module. Previously, it said the loaded version was older, but all we know is
that it's different. Reported by Karen Etheridge. RT #66097.
|
2014-11-12 12:50:57 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.79:
1.79 2014-11-11
- This release is based on version 2014j of the Olson database. This release
only contemporary changes for Turks & Caicos.
|
2014-11-09 13:45:38 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.78:
1.78 2014-11-05
- Fix warnings from Perl 5.8.8 and before. Apparently it doesn't like when
$SIG{__DIE__} is set to undef. Patch by Peter Rabbitson. GitHub PR #88.
|
2014-11-05 18:26:35 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.77:
1.77 2014-11-04
- Updated the mapping of Windows -> IANA time zones. Patch by David
Pinkowitz. RT #10025.
- Replaced Class::Load with Module::Runtime, and replaced eval with Try::Tiny.
|
2014-10-29 18:23:59 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.76:
1.76 2014-10-26
- When searching for the local timezone we now look at /etc/timezone before
/etc/localtime. The former is a much quicker check if it exists. Patch by
Karen Etheridge. PR #3.
- The tools/parse_olson script now supports parsing the etcetera and systemv
files. This is *not* enabled by default as it would generate zones that
conflict with existing links for Etc/UTC and others. Patch by Alfie John. PR
#1.
|
2014-10-01 12:58:08 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.75:
1.75 2014-09-30
- This release is based on version 2014h of the Olson database. This release
only includes historical changes.
|
2014-09-06 15:08:10 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.74. Add test dependency.
1.74 2014-08-30
- This release is based on version 2014g of the Olson database. This release
includes contemporary changes for Turks & Caicos.
- Fixed a bug when trying to get the local timezone by looking at
/etc/sysconfig/clock. Patch by Alexey Molchanov. GitHub PR #2.
1.73 2014-08-06
- This release is based on version 2014f of the Olson database. This release
includes contemporary changes for Russia and Australia.
1.72 2014-08-03
- Added support for getting the local time zone on Android. Patch from Brian
Fraser. RT #97711.
- The primary repo for this distro is now on GitHub.
|