Updated time/p5-DateTime-TimeZone to 0.77
0.77 2008-05-27 - This release is based on version 2008b of the Olson database. The major changes in this release are for Morocco, Mongolia, and Pakistan. - More Windows changes from David Pinkowitz. Determining the local time zone on a Win32 system should now work regardless of the system's locale. Previously it only worked for English language systems. RT #36201. 0.76 2008-05-18 * Dropped support for Perl 5.005. - Made the Win32 local time zone bits work on Vista and Server 2008. Patch by David Pinkowitz. RT #35733. 0.75 2008-04-25 - A stray STORABLE_attach method in DT::TZ::Floating caused freezing and thawing a floating timezone with Storable to fail badly. Reported by Kostas Chatzikokolakis. - Changed the local time zone detection on Win32 to only require read access to the registry. Patch by David Pinkowitz. RT #35273. 0.74 2008-03-24 - This release is based on version 2008b of the Olson database. The major changes in this release are for San Luis in Argentina, Cuba, Iraq, and Syria. 0.73 2008-03-08 - The DT::TZ::Local::VMS module declared its package as DateTime::TimeZone::Local::Win32, which clearly is not right. Patched by Peter Prymmer. - This release is based on version 2008a of the Olson database. The major changes in this release are for Argentina and Chile, 0.72 2007-12-31 - This release is based on version 2007j of the Olson database. The major changes in this release are for Argentina. 0.71 2007-12-28 - Fixes a major bug in the generation of time zone data. This bug affected any time zone that has more than one rule (most of them) and currently has no DST changes (many of them). An example would be America/Caracas. The symptom would either be mistakes about the current time zone or bogus exceptions when trying to create a local date. Reported by Éric Cholet. 0.70 2007-12-03 - This release is based on version 2007j of the Olson database. There is one major change in this release, for the new Venezuelan time zone.
This commit is contained in:
parent
e89f29f15d
commit
42bc1f015a
2 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2007/11/29 17:43:22 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2008/05/28 21:05:11 abs Exp $
|
||||
|
||||
DISTNAME= DateTime-TimeZone-0.6904
|
||||
DISTNAME= DateTime-TimeZone-0.77
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= time perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
||||
|
@ -12,8 +12,11 @@ COMMENT= Perl module to handle time zone manipulation
|
|||
DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
|
||||
DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2007/11/29 17:43:22 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.8 2008/05/28 21:05:11 abs Exp $
|
||||
|
||||
SHA1 (DateTime-TimeZone-0.6904.tar.gz) = f7e0c80bbe1f42a1d3b6af22e7a70dbc08e190b2
|
||||
RMD160 (DateTime-TimeZone-0.6904.tar.gz) = 2bef7f5a72e2311022ea3e26701e52bdc19986b9
|
||||
Size (DateTime-TimeZone-0.6904.tar.gz) = 349405 bytes
|
||||
SHA1 (DateTime-TimeZone-0.77.tar.gz) = 72ca0dc914fe19e7729740b622653bbb120862fe
|
||||
RMD160 (DateTime-TimeZone-0.77.tar.gz) = 8097d8b6a29c95d5cd105b3942033dc2c38c6632
|
||||
Size (DateTime-TimeZone-0.77.tar.gz) = 358065 bytes
|
||||
|
|
Loading…
Reference in a new issue