Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6AB5BA6551 for ; Sun, 30 Aug 2015 15:00:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1887814A501; Sun, 30 Aug 2015 15:00:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4562814A500 for ; Sun, 30 Aug 2015 15:00:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4mBAM2vK2DV0 for ; Sun, 30 Aug 2015 15:00:52 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id AED8814A4FF for ; Sun, 30 Aug 2015 15:00:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AC80F98; Sun, 30 Aug 2015 15:00:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 30 Aug 2015 15:00:52 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/time/pear-Date To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20150830150052.AC80F98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sun Aug 30 15:00:52 UTC 2015 Modified Files: pkgsrc/time/pear-Date: Makefile distinfo Log Message: Update pear-Date to 1.5.0a4. 1.5.0a1: * Fixed bug #2378: getDate(DATE_FORMAT_UNIXTIME) doesn't convert to GMT * Fixed bug #7439: US/Indiana Daylight Savings Change * Implemented request #9700: Incorrect timestamps allowd * Fixed bug #10349: Wrong offset in timezones * Fixed bug #10591: inDaylightTime fails * Implemented request #11090: microtime is not set by default constructor * Fixed bug #11313: DST time change not handled correctly * Fixed bug #11475: Date::copy don't copy milisecond part * Fixed bug #11682: Australia/Perth has DST * Fixed bug #11708: getWeekdayAbbrname returns wrong lenght if string is unicode * Fixed bug #12019: Date->after(...) changes the date * Fixed bug #12420: Date constructor handles iso 8601 timezone offests of zero incorrectly * Fixed bug #12529: setTZ globally sets your TZ instead of only within date object * Fixed bug #13376: setFromDateDiff change source dates * Improved time-zone functionality so that it is entirely handled by the class and not reliant on native functions * Added leap-second functionality * Added functions 'Date::round()' and 'Date::trunc()' * Added formatting function 'Date::format2()' that uses a 'YYYY-MM-DD'-style formatting code * Added formatting function 'Date::format3()' to allow date-formatting using the formatting code of 'date()' 1.5.0a2: QA release. Users are strongly encouraged to adopt to inbuilt DateTime functionality. Bug #17730 Patch: Avoid ereg, using preg_match Doc Bug #15029 large Date_Span's cannot be created Bug #14929 Timezone summertime Bug #14856 America/Moncton longname and dstlongname missing Bug #14084 TZ variable being set wrecks global config Bug #13615 America/Toronto time-zone is missing longname and dstlongname Bug #13545 Date_Span::set() doesn't work when passed an int and format Req #13488 Please rename Methods format2 and format3 1.5.0a3: QA release Request #17626 Patch to add missing longname and dstlongname info Bug #19184 use date_default_timezone_get() instead of ini_get(date.timezone) Bug #19568 setDate() handles ISO week dates incorrectly 1.5.0a4: Fix broken tgz package file To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/pear-Date/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/pear-Date/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.