8
0

- updated to 1.85

- This release is based on version 2015a of the Olson database. This release
   includes contemporary changes for Quintana Roo and Chile.
 
 
 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.
 
 
 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.
 
 
 1.81    2014-11-21
 
 - Removed tests for Win32 code.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=59
This commit is contained in:
Stephan Kulow
2015-02-06 13:48:10 +00:00
committed by Git OBS Bridge
parent a053a5bf96
commit 786dcd40c8
4 changed files with 79 additions and 15 deletions

View File

@@ -1,3 +1,69 @@
-------------------------------------------------------------------
Fri Feb 6 13:13:36 UTC 2015 - coolo@suse.com
- updated to 1.85
- This release is based on version 2015a of the Olson database. This release
includes contemporary changes for Quintana Roo and Chile.
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.
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.
1.81 2014-11-21
- Removed tests for Win32 code.
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.
1.79 2014-11-11
- This release is based on version 2014j of the Olson database. This release
only contemporary changes for Turks & Caicos.
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.
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.
-------------------------------------------------------------------
Mon Sep 15 15:33:40 UTC 2014 - coolo@suse.com