pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Updated time/p5-DateTime-TimeZone 0.62 -> 0.6602
details: https://anonhg.NetBSD.org/pkgsrc/rev/6964ec9b84c4
branches: trunk
changeset: 529743:6964ec9b84c4
user: abs <abs%pkgsrc.org@localhost>
date: Sat Jun 09 23:49:31 2007 +0000
description:
Updated time/p5-DateTime-TimeZone 0.62 -> 0.6602
0.6602 2007-05-29
- There was a bug in the 04local.t tests that did not manifest itself
on my dev machine, but would've been seen on any machine with an
/etc/default/init file. Reported by Jonathan Leffler.
0.6601 2007-05-08
- 0.66 screwed up the test count in 04local.t if certain tests were
skipped. Reported by David Precious.
0.66 2007-05-07
- This release is based on version 2007f of the Olson database, which
includes Haiti, Turks and Caicos Islands, and New Zealand.
- If /etc/localtime is a symlink, but trying to follow that link does
not find a zone name, fall back to trying to find a matching file in
/usr/share/zoneinfo. RT #26438.
- Require Cwd 3.0+, since Cwd;:abs_path() in older versions does not
following a chain of symlinks.
0.6501 2007-04-22
- The test for the new symlink handling could fail on some systems
(notably OSX). Reported by Randal Schwartz.
0.65 2007-04-21
- Handle cases where /etc/localtime is a symlink pointing to another
symlink (and so forth) by using Cwd::abs_path() instead of
readlink(). Fixes RT #26438.
- When creating an Olson time zone object, DT::TZ will now check to
see if the object being loaded is from an older version of the Olson
catalog than the current version of DT::TZ and issue warning if this
is the case. This is useful because obsolete module files may exist
when a zone name is replaced by a link, or just retired entirely.
0.64 2007-04-02
- This release is based on version 2007e of the Olson database
(changes in the Syria and Honduras time zones).
0.63 2007-03-20
- This release is based on version 2007d of the Olson database.
- Fix determination of local time zone on systems where /etc/localtime
is a symlink. This broke in 0.61. Reported by Bradley C Bailey. RT
#25348.
diffstat:
doc/CHANGES-2007 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 3df9c8ea5d1b -r 6964ec9b84c4 doc/CHANGES-2007
--- a/doc/CHANGES-2007 Sat Jun 09 23:48:54 2007 +0000
+++ b/doc/CHANGES-2007 Sat Jun 09 23:49:31 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1305 2007/06/09 23:48:07 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1306 2007/06/09 23:49:31 abs Exp $
Changes to the packages collection and infrastructure in 2007:
@@ -2516,3 +2516,4 @@
Updated devel/p5-Params-Util to 0.25 [abs 2007-06-10]
Updated time/p5-DateTime to 0.37 [abs 2007-06-10]
Updated time/p5-DateTime-Locale to 0.34 [abs 2007-06-10]
+ Updated time/p5-DateTime-TimeZone to 0.6602 [abs 2007-06-10]
Home |
Main Index |
Thread Index |
Old Index