Blame Changes

Packit e6780d
Changes for DateTime-Event-ICal
Packit e6780d
Packit e6780d
0.13    2015-10-01
Packit e6780d
- Fixed pod warnings, by neilbowers
Packit e6780d
- Made all the SEE ALSO references hyperlinks, and made mentions
Packit e6780d
  of other modules into links as well.
Packit e6780d
Packit e6780d
0.12    2014-07-17
Packit e6780d
- fix BYMONTH, BYMONTHDAY constraints to FREQ=MINUTELY, FREQ=HOURLY, and FREQ=SECONDLY.
Packit e6780d
  patch and tests provided by Andrew Sterling Hanenkamp
Packit e6780d
Packit e6780d
0.11    2012-11-06
Packit e6780d
- performance patch, provided by Dario Hamidi
Packit e6780d
Packit e6780d
0.10    2009-11-17
Packit e6780d
- fixed recurrence stringification by DateTime::Format::ICal
Packit e6780d
  Reported by Nick Spacek
Packit e6780d
Packit e6780d
0.09    2005-09-30
Packit e6780d
- fixed a warning in BYSETPOS
Packit e6780d
  Reported by Mark D. Anderson 
Packit e6780d
Packit e6780d
0.08    2004-05-24
Packit e6780d
- requires DateTime::Event::Recurrence 0.11. 
Packit e6780d
  There was a bug there, that could cause this module to hang. 
Packit e6780d
  Reported by Bridget Almas
Packit e6780d
Packit e6780d
0.07    2004-03-17
Packit e6780d
0.0601  2004-03-09
Packit e6780d
- the recurrence functions accept infinite DateTimes, as required
Packit e6780d
  by DT::Set 0.1402
Packit e6780d
Packit e6780d
0.06    2003-09-04
Packit e6780d
- recurrence stringification does not depend on hash 'order'
Packit e6780d
Packit e6780d
0.05    2003-09-02
Packit e6780d
- rfc2445.t is compatible with Perl 5.00503
Packit e6780d
Packit e6780d
0.04    2003-08-25
Packit e6780d
- fixed byday + interval
Packit e6780d
- tests are 25% faster due to more efficient monthly-byday algorithm.
Packit e6780d
- bugfix for 'yearly-byday'.  Bug reported by John Bishop.
Packit e6780d
- more tests for 'yearly-byday'
Packit e6780d
- rfc2445 test uses a proper 'print' subroutine
Packit e6780d
Packit e6780d
0.03    2003-07-03
Packit e6780d
- change hints for DT::Format::ICal format_recurrence
Packit e6780d
Packit e6780d
0.02    2003-07-02
Packit e6780d
- provides hints for DT::Format::ICal format_recurrence
Packit e6780d
Packit e6780d
0.01    2003-05-23
Packit e6780d
- tests all expressions mentioned in RFC2445
Packit e6780d
- bysetpos is 2x faster
Packit e6780d
- fixed the order of operations: bysetpos x span
Packit e6780d
Packit e6780d
0.00_02    2003-05-12
Packit e6780d
- bysetpos
Packit e6780d
- count
Packit e6780d
- by(units)
Packit e6780d
Packit e6780d
0.00_01
Packit e6780d
- base implementation:
Packit e6780d
  until, interval, dtstart, dtend, until
Packit e6780d