diff options
author | jdolecek <jdolecek> | 2004-11-27 13:31:10 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-11-27 13:31:10 +0000 |
commit | 3da21342a9070e8bce0489bb7ce3ad9cfca9ee85 (patch) | |
tree | a5330a6917016478fc87b8e505c7959c69f0f78f /time | |
parent | 22808e572817d4b4dc1e0feb5ee9bd791753467b (diff) | |
download | pkgsrc-3da21342a9070e8bce0489bb7ce3ad9cfca9ee85.tar.gz |
Update pear-Date to 1.4.3.
Changes 1.4.1 to 1.4.3:
* Fix #1250 Wrond name for Bangladesh TZ
* Fix #1390, add XML Schema datetime support
* TimeZone default bad global usage only _DATE_TIMEZONE_DEFAULT is used now
* Fix #683, add optional length argumet to getDayName()
* Fix PHP5 problems with get_class functions
* Fix #674 endOfWeek() beginOfWeek()
* Fix #727, weeksInMonth (wrong result with some dates)
* Fix #674 (and old system #22549), check arguments in Date_Span
Changes in 1.4:
- improvements in input date parsing
- add Date methods addSpan() and subtractSpan()
- added two more ISO8601 date/time output formats DATE_FORMAT_ISO_BASIC
and DATE_FORMAT_ISO_EXTENDED
- improve Date_Calc isLeapYear() and daysInMonth() for year 1582
- add gregorianToISO() method to Date_Calc
- add dateSeason() method to Date_Calc
- add Date_Span class
- bugfix in Date_Calc when century ends in 00, only define
DATE_CALC_BEGIN_WEEKDAY if not already defined
- bugfix in beginOfNextWeek(), beginOfPreviousWeek()
- bugfix in nextDayOfWeek and prevDayOfWeek (thx to koan at gmx dot at)
- bugfix for bug 62: getDate(DATE_FORMAT_UNIXTIME) off because of DST
- bugfix for bug 65: format(e) returns zero-padded day
- bugfix for bug 195: Suppress a notice in setDate()
- bugfix for bug 271: Date_Calc weeksInMonth() returns wrong number
- fix abstraction bug, Date constructor accepts now object that extends Date
- add tests to release package
- Fix notices and mins calc in to toUTCbyOffset()
Diffstat (limited to 'time')
-rw-r--r-- | time/pear-Date/Makefile | 6 | ||||
-rw-r--r-- | time/pear-Date/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/pear-Date/Makefile b/time/pear-Date/Makefile index 2270423a86d..76893cb5ee6 100644 --- a/time/pear-Date/Makefile +++ b/time/pear-Date/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2004/11/27 10:02:52 jdolecek Exp $ +# $NetBSD: Makefile,v 1.5 2004/11/27 13:31:10 jdolecek Exp $ -DISTNAME= Date-1.3 +DISTNAME= Date-1.4.3 CATEGORIES= time -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= jdolecek@NetBSD.org COMMENT= PHP Date and Time Zone Classes .include "../../lang/php/pear.mk" diff --git a/time/pear-Date/distinfo b/time/pear-Date/distinfo index 8bc2016d98b..2cb69d04fa0 100644 --- a/time/pear-Date/distinfo +++ b/time/pear-Date/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/12/17 19:06:56 jdolecek Exp $ +$NetBSD: distinfo,v 1.2 2004/11/27 13:31:10 jdolecek Exp $ -SHA1 (Date-1.3.tgz) = 07bb716e23936035d65d185b5a05ec803d74535e -Size (Date-1.3.tgz) = 25039 bytes +SHA1 (pear/Date-1.4.3.tgz) = 28b85922ae688dccfe07a1c23ce069a9a3404bb5 +Size (pear/Date-1.4.3.tgz) = 42048 bytes |