pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-TimeZone Update to 0.62:
details: https://anonhg.NetBSD.org/pkgsrc/rev/431e34e87afb
branches: trunk
changeset: 526033:431e34e87afb
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 27 13:01:59 2007 +0000
description:
Update to 0.62:
0.62 2007-02-26
- This release is based on version 2007c of the Olson database.
0.6101 2007-02-18
- Fixes a major bug in 0.61. Passing "local" as a time zone new to
DateTime::TimeZone->new() caused a fatal error.
0.61 2007-02-18
- Lots of internal changes in the code used to determine a system's
local time zone.
- As a result, we now have a much better method for doing this on
Windows systems, by looking at the registry. See
DateTime::TimeZone::Local::Win32 for details.
0.60 2007-02-13
- This release is based on version 2007b of the Olson database.
0.59 2007-01-18
- When trying to find the local timezone for a machine based on
/etc/localtime, ignore /usr/share/zoneinfo/posixrules. This fixes a
bug seen on FreeBSD 6.2. Reported by . RT #24026.
- For infinity, use 100 ** 1000 instead of 100 ** 100 ** 100. This may
fix the problems with infinity on some platforms (or may
not). Suggested by Bjorn Tackmann.
0.58 2007-01-08
- This release is based on version 2007a of the Olson database.
0.57 2006-11-27
- This release is based on version 2006p of the Olson database.
0.56 2006-11-16
- Really fix the sorting of names_in_country(). Patch by Tatsuhiko
Miyagawa.
- Allow names like "JST-9" and "GMT+0" in $ENV{TZ} when trying to find
the local time zone. Reported by Tatsuhiko Miyagawa.
0.55 2006-11-06
- This release is based on version 2006o of the Olson database.
0.54 2006-10-25
- Got rid of the STORABLE_attach methods. This was causing bugs when
trying to freeze/thaw a DateTime.pm object, and I realized that
because of how the DT::TimeZone internals work, there's not much
gained by using STORABLE_attach instead of STORABLE_freeze. Even
with STORABLE_freeze, the core data structures for a timezone are
still shared.
0.53 2006-10-24
- Freezing and thawing a DT::TimeZone::OffsetOnly object was broken in
0.52 (and probably earlier versions as well). Reported by Tatsuhiko
Miyagawa.
- Freezing and thawing a DT::TimeZone::Floating object was also broken.
0.52 2006-10-22
- The names_in_country() method no longer sorts the zone
names. Instead, it returns them in order from most- to
least-populated.
- Added a STORABLE_attach method for integration with newer versions
of Storable which provide better support for singletons.
- Made offset_as_seconds() and offset_as_string() work as class
methods, since the docs say they should. Reported by Tatsuhiko
Miyagawa.
0.51 2006-10-13
- Added two new catalog-related functions, countries() and
names_in_country(). Using these functions allows you to map ISO3066
country codes to the time zones used in that country. Based on code
by Tatsuhiko Miyagawa.
0.50 2006-10-10
- This release is based on version 2006n of the Olson database.
0.49 2006-10-02
- This release is based on version 2006m of the Olson database.
0.48 2006-09-18
- This release is based on version 2006l of the Olson database.
- Fix finding of local time zone when there is a $SIG{__DIE__} handler
in effect. The handler broke the internal use of exceptions in one
of DateTime::TimeZone::Local's methods. Reported by JD Hedden. RT
#20982.
0.47 2006-08-22
- This release is based on version 2006j of the Olson database.
- Added a link to Asia/Tokyo for the "JST-9" timezone. According to
Kenichi Ishigaki this is a TZ env var setting commonly used in
Japan.
- Some links in the Olson data pointed to other links, or pointed to
non-existent zone names. These have been fixed so that all links
resolve to valid zones, and this is now part of the test suite.
0.46 2006-05-08
- This release is based on version 2006g of the Olson database.
0.45 2006-05-01
- This release is based on version 2006f of the Olson database.
diffstat:
time/p5-DateTime-TimeZone/Makefile | 4 ++--
time/p5-DateTime-TimeZone/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 1cbc029ba6ea -r 431e34e87afb time/p5-DateTime-TimeZone/Makefile
--- a/time/p5-DateTime-TimeZone/Makefile Tue Feb 27 12:58:18 2007 +0000
+++ b/time/p5-DateTime-TimeZone/Makefile Tue Feb 27 13:01:59 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2006/04/25 13:59:06 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.8 2007/02/27 13:01:59 wiz Exp $
-DISTNAME= DateTime-TimeZone-0.44
+DISTNAME= DateTime-TimeZone-0.62
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff -r 1cbc029ba6ea -r 431e34e87afb time/p5-DateTime-TimeZone/distinfo
--- a/time/p5-DateTime-TimeZone/distinfo Tue Feb 27 12:58:18 2007 +0000
+++ b/time/p5-DateTime-TimeZone/distinfo Tue Feb 27 13:01:59 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/04/25 13:59:06 hiramatsu Exp $
+$NetBSD: distinfo,v 1.5 2007/02/27 13:02:00 wiz Exp $
-SHA1 (DateTime-TimeZone-0.44.tar.gz) = 4c4f3a730f31128437aaf8f7dd02c3cdfb7d295e
-RMD160 (DateTime-TimeZone-0.44.tar.gz) = d64dfe01e7a81ce615667eaa1d679a9496359e7e
-Size (DateTime-TimeZone-0.44.tar.gz) = 319012 bytes
+SHA1 (DateTime-TimeZone-0.62.tar.gz) = 2491fa085fdab4f5c8df48356b7fb82e4fe5f17d
+RMD160 (DateTime-TimeZone-0.62.tar.gz) = defd67147a2bfae4afec4dc491f642ebfa4743a6
+Size (DateTime-TimeZone-0.62.tar.gz) = 344193 bytes
Home |
Main Index |
Thread Index |
Old Index