The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Log::Dispatch::FileRotate.

1.26 Tue May 09 2017
    - add SEE ALSO reference to Log::Dispath::File::Stamped (Thanks Karen
      Etheridge)

1.25 Mon Apr 10 2017
    - Fix test failures if the test suite is running as root user.

1.24 Tue Feb 14 2017
    - fix test failure on file-open-failure.t related to current locale
      setting.
    - improve fix to Date::Manip TZ deprecation warnings.

1.23 Thu Feb 09 2017
    - Issue a warning if the lockfile cannot be opened (Thanks KGOESS)
      [#63544]
    - Fix POD typo (Thanks Anirvan Chatterjee)

1.22 Thu Oct 06 2016
    - Fix minor POD error (Thanks Matthias Schmitz) [#47665]
    - Remove Log::Log4perl dependency.  The tests now use Log::Dispatch
      directly instead of going through Log4perl. [#55359]
    - Split out "no activity" test case into its own file
    - Use Dist::Zilla to build the dist
    - Move test.pl to t/basic.t
    - Allow "size" parameter to contain underscores such as 10_000_000
      (recognized as 10000000) [#41064]
    - Add a signature test (optional, skipped if Module::Signature is not
      installed and only run if TEST_SIGNATURE=1 is passed to make test)
    - Docs: fix synopsis reference to size parameter to make it clear that
      the size is in bytes, not megabytes.  [#88286]
    - Docs: fix synopsis usage to "name" (incorrect) instead of filename
      (correct)

1.21
    [REMOVED] - accidental release, bad dist.

1.20 Sat Oct 01 2016
    - Fix Date::Manip warnings about deprecated TZ config variable. If
      Date::Manip 6.x or later is installed we now use SetDate instead.

1.19 Tue Oct 21 2008
    - Added patch from MS to solve bug 39900. Basically logs appearing slower
      than a recurrance cause the module to keep rotating logs. We now jump
      forward to the right recurrance interval. Thanks to the people at Yahoo
      who discovered it.

    - Updated dependancy on Log4Perl to 1.0

1.18 Wed Jun 25 12:19:11 EST 2008
    - rolled up issue with using Date::Manip internal function
    - added extra test for cygwin
    - added better tests for 'max' paramater
    - removed TZ details from doco and pointed people to Date::Manip
1.15 Wed Apr 26 08:09:20 EST 2006
    - Added GPL copyright notice to fit with Perl 5

1.14 Mon Apr 24 13:35:06 EST 2006
    - create copyright notice

1.13 Tue Mar  1 12:04:13 EST 2005
    - Went back to epoch times for comparisions. My comments above
      regarding Date::Manip and MacOSX are silly.
    - Added better lockfile name picking thanks to Stephen Gordon
    - Removed the $$ from the lockfile name as it makes it too uniq

1.12 Mon Feb 28 23:20:03 EST 2005
    - Added code to handle short running proggies like CGIs that want to
      use the DatePattern stuff. Now check mtime of log file to see if we
      need to rotate (at start up only).
    - Got rid of epochs as they conflict with Date::Manip's UnixDate()
      function on MacOSX. This slows us down quite a bit so I am using
      cmp instead of Date_Cmp() to get some speed back.
    - Fixed up some typos and removed some email addresses as requested.
    - Not released

1.11 Thu Sep 25 11:18:04 EST 2003
    - Forgot to update the Doco from 1.10. 
    - Added some missing log4j recurrence patterns and made them
      case insensitive

1.10 Mon Jun 23 09:40:34 EST 2003
    - Seems defaulting to size in Megs happened between 1.05 and 1.06
      which is not what people want. So back to bytes now.

1.09 Thu Jun  5 17:57:46 EST 2003
    - Even better testing of TZ issues. Try to see if we can work around
      them by ignoring and then testing results.

1.08 Thu Jun  5 11:27:49 EST 2003
    - now build log.conf at 'make test' time as we keep having people
      fail due to bad TZ settings
    - Also added some more testing on the recurrances

1.07 Sun May  4 23:42:03 EST 2003
    - fixed up locking in a forked environment
    - speed up in time mode. Cache recurrences. Much quicker now :-)

1.06 Tue Apr 29 16:08:37 EST 2003
    - moved inode tests around a bit to fix a warning message

1.05 Thu Nov 21 09:28:42 EST 2002
    - fixed typos in hash key

1.04 Wed Nov 20 13:43:04 EST 2002
    - added Time based constraints.

1.03 Mon Nov 18 17:19:06 EST 2002
    - added multiple writer stuff. Use flock() to handle locks

1.01 Tue Oct  1 01:21:54 EST 2002
    - Real code copied over h2xs stuff.

0.01  Tue Oct  1 01:12:30 2002
    - original version; created by h2xs 1.20 with options
        -AX -n Log::Dispatch::FileRotate