pkgsrc/time
hiramatsu b4a8d4c764 Update p5-DateTime to 0.30.
Changes from 0.27:

0.30    2005-12-22

[ ENHANCEMENTS ]

- Expanded and rewrote the docs on date math to try to explain exactly
how DateTime.pm works, and in particular cover the problems DST
introduces to various types of date math.  The docs now also include
some specific recommendations on getting sane results from datetime
math.

- Added calendar_duration() and clock_duration() methods to
DateTime::Duration

- Explicitly override the stringification method for
DateTime::Infinite objects.  They now stringify as whatever the IEEE
infinity and negative infinity numbers stringify to on your platform.
On Linux this is "inf" and "-inf". CPAN RT #16632.

[ BUG FIXES ]

- delta_md() and delta_days() did not always return correct values
when crossing a DST change.

- The pure Perl version of the code had a dependency ordering problem
where DateTime::LeapSecond depended on other pure Perl code that
wasn't yet available.  I'm not sure how this ever worked.

- Remove mentions of leap second on 1971-12-31 from the docs, because
there was no leap second that day.  Reported by Mike Schilli.

- If you added a second to a datetime that was on a leap second (like
2005-12-31T23:59:60) it got "stuck" and kept returning the same
datetime.  Reported by Mike Schilli.

- Changes to the tests in 20infinite.t may fix failures seen on some
platforms and with new versions of Test::More (0.62 was known to cause
failures)

[ *** BACKWARDS INCOMPATIBILITIES *** ]

- The subtract_datetime() method switched back to using the local
portion of the date _and_ time, but it now accounts for days with DST
changes specially.  This produces results that fix the bugs that were
fixed by previous subtraction changes in 0.28 and 0.29, but without
introducing even more bugs.  The overall result should be sane, but
please see the docs for details.

0.2901  2005-07-04

- A leap second for the end of 2005 was announced.

0.29    2005-06-03

[ *** BACKWARDS INCOMPATIBILITIES *** ]

- When adding/subtracting a duration with months or days that crossed
a DST change, the result was based on the local time, not the UTC
time.  For consistent results, it is necessary to use the UTC time
(but local date) for all date math.  Reported by J. Alexander Docauer.

0.28    2005-02-27

[ ENHANCEMENTS ]

- The era names for the era() method are now retrieved from the
DateTime.pm object's associated locale.  The old era() method, which
was hard-coded to use BCE and CE, is renamed secular_era().  The
christian_era() method remains the same.

[ BUG FIXES ]

- Fixed an embarassing bug in the subtract_datetime() method.  It was
subtracting local times, not UTC, which caused bugs when doing
subtraction across a DST change.  This method is used to implement
subtraction overloading, so that was affected as well.  Reported by
Mike Schilli.

- The docs for the %U and %W strftime specifiers implied that these
should be zero-padded, but the code was not doing so.  Reported by J
Docauer.
2006-04-25 14:03:58 +00:00
..
anacron Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
asclock Fix install problem on Darwin. 2006-03-21 16:31:25 +00:00
asclock-gtk Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
asclock-xlib Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
bbdate Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cal Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cardboard-schedule Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
catclock Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dclock Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
devtodo Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
emiclock Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
evolution-webcal Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gcal Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
gchore Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gdeskcal Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
glclock Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
globe Correct PLIST. 2005-05-03 21:38:14 +00:00
gnotime Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gnutime List info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-08 05:02:59 +00:00
gnyaclock Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
grdc Add missing curses dependency, noted by reed. 2005-04-05 15:34:33 +00:00
gtodo Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
gtodo-applet Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
ical Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
jday Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
kronolith Upgrade to 2.1.1 2006-04-17 20:56:30 +00:00
lmclock Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
logtime Use MAKE_FLAGS. 2006-03-11 11:12:34 +00:00
p5-DateTime Update p5-DateTime to 0.30. 2006-04-25 14:03:58 +00:00
p5-DateTime-Event-Cron Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-DateTime-Format-Epoch Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-DateTime-Locale Update p5-DateTime-Locale to 0.22: 2006-04-25 13:56:48 +00:00
p5-DateTime-Set Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-DateTime-TimeZone Update p5-DateTime-TimeZone to 0.44. 2006-04-25 13:59:06 +00:00
p5-Schedule-Cron-Events Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Time Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Time-HiRes Update p5-Time-Hires to 1.87 2006-02-15 22:53:59 +00:00
p5-Time-Local Import p5-Time-Local from pkgsrc-wip. Packaged by Roman Kulik. 2006-04-16 22:23:26 +00:00
p5-Time-Period Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Time-Piece Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Time-TAI64 Initial import of p5-Time-TAI 2.10 into the Packages Collection. 2006-02-09 10:41:48 +00:00
p5-TimeDate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pcal Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
pclock Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
pear-Date Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
phoon Make this compile on SunOS 5.x. 2006-01-13 11:16:57 +00:00
plan Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
polclock Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
projclock Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ptimetracker Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
py-mxDateTime Aligned the last line of the buildlink3.mk files with the first line, so 2006-04-12 10:26:59 +00:00
rclock Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
remind Add RMD160 checksums. 2005-02-23 19:14:53 +00:00
saytime Remove a redundant directory. 2005-08-10 17:50:17 +00:00
sunbird Make sunbird pass CHECK_FILES by skipping automatically generated files. 2006-03-29 07:47:14 +00:00
sunclock Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
swisswatch Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
titrax Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
wmcalclock Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wmclockmon Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wmfishtime Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
wmmoonclock Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wmtime Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xalarm Fix typo. 2006-04-16 07:54:18 +00:00
xbeats Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xcal Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xchrono Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xdaliclock Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xdkcal Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xfce4-calendar Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
xfce4-datetime-plugin Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
xtimer Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xtu Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
Makefile Add p5-Time-Local. 2006-04-16 22:25:45 +00:00