The branch "master" has been updated. The following is a summary of the commits.
from: ce9222ec3dcec17f127b48590914fbf0ad09cb86 aed352d No need to limit the accepted year for isLeapYear(). 51381ff [jan] Correct dates with very large days-of-month more efficiently (Bug #12615). ----------------------------------------------------------------------- commit aed352db7c79f1b0c84892a2ba14b531607ba45c Author: Jan Schneider <[email protected]> Date: Tue Sep 3 17:48:04 2013 +0200 No need to limit the accepted year for isLeapYear(). framework/Date/lib/Horde/Date/Utils.php | 6 +----- framework/Date/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/aed352db7c79f1b0c84892a2ba14b531607ba45c ----------------------------------------------------------------------- commit 51381ff61c45b500dd50add91317e543da2acaa0 Author: Jan Schneider <[email protected]> Date: Tue Sep 3 17:49:34 2013 +0200 [jan] Correct dates with very large days-of-month more efficiently (Bug #12615). framework/Date/lib/Horde/Date.php | 11 +++++++++++ framework/Date/package.xml | 2 ++ framework/Date/test/Horde/Date/DateTest.php | 3 +++ 3 files changed, 16 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/51381ff61c45b500dd50add91317e543da2acaa0 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
