Next | Query returned 88 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2017-03-05 13:44:39 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated p5-Date-Manip to 6.58.

VERSION 6.58 2017-03-01 ^

Better support for $mode in DateCalc.

    DateCalc (in DM6) did not support all values for $mode. Now it does.

Bug fixes

    Parsing a date like 01/02/2016 and calling printf with %e gave '02' instead \ 
of ' 2'. RT 119787.

    Fixed a problem where the tzdata method of determining the timezone was \ 
producing an error which wasn't correct. Reported on GitHub by John.

Time zone fixes

    Newest zoneinfo data (tzdata 2017a)
   2016-12-11 04:16:59 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 6.37

No upstream changelog found.
   2016-09-12 12:15:15 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated p5-Date-Manip to 6.56.

VERSION 6.56  2016-09-09

Test fixes

A faulty test was failing most places.  New release to correct that problem.
RT 117404
   2016-09-04 10:48:01 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated p5-Date-Manip to 6.55.

6.55

       Fixed bug where $::TZ wasn't used
           The $::TZ variable was not getting interpreted correctly when
           searching for a timezone.  RT 114949.

       Fixed bug where recurrences were not parsed correctly
           Passing in incorrect values for a field was not trapped in all
           cases and it led to problems.  All values passed in to a recurrence
           are now correctly checked.  Albert Hilazo

       Fixed a bug in some methods of creating new objects
           Some methods of creating new objects based on existing objects did
           not correctly use the existing object.  Bug has never been
           reported, but was discovered when adding tests to get 100%
           coverage.

       Time zone fixes
           Newest zoneinfo data (tzdata 2016f)

       Test fixes
           Added a number of new tests based on Devel::Cover.
   2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236)
Log message:
Bump PKGREVISION for perl-5.24.
   2016-06-05 13:46:09 by Makoto Fujiwara | Files touched by this commit (2) | Package updated
Log message:
Updated devel/p5-Date-Manip to 6.54
  -------------------------------------
  (From: perldoc Date::Manip::Changes6)
  -------------------------------------
VERSION 6.54  2016-05-31
    Deprecation of Date::Manip 5.xx tests
        By default, the Date::Manip 5.xx tests will no longer run. Changes to
        the timezone data can cause failures. Since Date::Manip 5.xx is no
        longer supported in any way, these tests will no longer run on a
        system where 6.xx can be run. Richard Jelinek.

    Deprecation of TZ postponed
        The deprecation of the TZ variable has been postponed to March 2017. I
        decided that 1 year was not enough notice (especially since not
        everyone will have updated Date::Manip since March 2015 when the
        warning was added.

    Bug fixes
        Changed requirement for ExtUtils::MakeMaker to 6.67_01. RT 112286

        Fixed a bug where a timezone abbreviation was not parsed correctly
        when passed in as a value to the SetDate, ForceDate, or TZ config
        variables. Based on a report in perlmonks.org.

    Time zone fixes
        Newest zoneinfo data (tzdata 2016d)

        Made some improvements to how I handled the timezone data which
        resulted in a few of the default timezones being changed.

    Documentation fixes
        Fixed one more typo. RT 114095

        Clarified the Config document. Based on a report in perlmonks.org.
   2016-03-08 16:10:43 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update p5-Date-Manip to 6.53:

Bug fixes

Date::Manip::Delta::cmp had a bug in it's comparison.  Ian Gibbs.

The secs_since_1970_GMT method was missing a test to see if it was
a valid object.  RT 111915

Time zone fixes

Newest zoneinfo data (tzdata 2016a)

Documentation fixes

Lots of typos fixed.  I was using podspell to do spell checking, but it was
discarding too much real text (which wasn't getting checked as a result).
Switched to pod2text which does a better job.  RT 110025
   2015-12-02 07:53:40 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update p5-Date-Manip to 6.52:

VERSION 6.52  (planned 2015-12-01)

Added date ranges on unmodified dates in Recur

The date range can now be specified for either the fully modified dates, or
the unmodified dates.  This will make it easier to work with holidays in some
instances.  Based on http://perlmonks.org/?node_id=1148735.

Added IWn and NWn recurrence modifiers

Based on http://perlmonks.org/?node_id=1148735.

(!) Reworked holidays slightly

Previously, every line in the Holidays section defined a unique holiday.
Now, the names determine the list of holidays.

It is not allowed to have two separate holidays named exactly the same.
It IS allowed to have complex holidays that require two (or more) lines
in the Holidays section to define them completely.

Based on http://perlmonks.org/?node_id=1148735.

Bug fixes

Fixed a bug where the RecurRange config variable wasn't getting used.

Fixed a bug where some deltas were not parsed correctly as dates.
RT 109600

Time zone fixes

Newest zoneinfo data (tzdata 2015g)

Test fixes

Added a number of new tests based on Devel::Cover.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-09-02 09:41:08 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update p5-Date-Manip to 6.51:

=head1 VERSION 6.51  2015-09-01

Changes suggested by perlcritic

Played with perlcritic and made a few minor changes based on it's suggestions.
I doubt I will use perlcritic significantly.

Date::Manip::Delta::value now returns an empty string

If a delta has an error, or no valid delta in it, the value method returns
an empty string instead of undef.  This is to be consistent with the
Date::Manip::Date::value method which returns an empty string.

Bug fixes

Fixed a bug where date/delta calculations with deltas that are too
large was not working correctly.  They now set an error condition
and fail.  RT 105737

Fixed a bug introduced by the previous patch and luckily discovered
pre-release by Tom Wyant.

Fixed code that produced a warning in 5.22.0.  Tom Wyant

Improved DM6 ParseDate and ParseDateString

Added C<@opts> argument.  Based on RT 105622.

Time zone fixes

Newest zoneinfo data (tzdata 2015f)

Now uses /etc/localtime as a method to determine the local timezone.
Patch supplied in RT 105159 (modified by me).  The patch uses some
code derived from DateTime::TimeZone .

Clearer message when the date is not valid in the timezone.

Test fixes

Added a number of new tests based on Devel::Cover.  Over the next several
releases, I intend to continue to add tests until coverage is 100%.

Documentation fixes

Fixed a typo.  RT 105546

Next | Query returned 88 messages, browsing 31 to 40 | Previous