pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update pear-Date to 1.4.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ff15ce4f78e
branches:  trunk
changeset: 484403:8ff15ce4f78e
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Nov 27 13:31:10 2004 +0000

description:
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:

 doc/CHANGES             |  3 ++-
 time/pear-Date/Makefile |  6 +++---
 time/pear-Date/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r 6b1db4f6072e -r 8ff15ce4f78e doc/CHANGES
--- a/doc/CHANGES       Sat Nov 27 13:23:47 2004 +0000
+++ b/doc/CHANGES       Sat Nov 27 13:31:10 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8066 2004/11/27 13:23:47 jdolecek Exp $
+$NetBSD: CHANGES,v 1.8067 2004/11/27 13:31:10 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -5502,3 +5502,4 @@
        Updated autogen to 5.6.4 [kristerw 2004-11-27]
        Added p5-Math-FFT 0.25 [gson 2004-11-27]
        Added pear-Net_SMTP 1.2.6 [jdolecek 2004-11-27]
+       Updated pear-Date to 1.4.3 [jdolecek 2004-11-27]
diff -r 6b1db4f6072e -r 8ff15ce4f78e time/pear-Date/Makefile
--- a/time/pear-Date/Makefile   Sat Nov 27 13:23:47 2004 +0000
+++ b/time/pear-Date/Makefile   Sat Nov 27 13:31:10 2004 +0000
@@ -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@localhost
+MAINTAINER=    jdolecek%NetBSD.org@localhost
 COMMENT=       PHP Date and Time Zone Classes
 
 .include "../../lang/php/pear.mk"
diff -r 6b1db4f6072e -r 8ff15ce4f78e time/pear-Date/distinfo
--- a/time/pear-Date/distinfo   Sat Nov 27 13:23:47 2004 +0000
+++ b/time/pear-Date/distinfo   Sat Nov 27 13:31:10 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index