2017-08-14 13:11:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 3 05:43:55 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.29
|
|
|
|
see /usr/share/doc/packages/perl-Log-Dispatch-FileRotate/Changes
|
|
|
|
|
|
|
|
1.29 Fri Jul 28 2017
|
|
|
|
- Fix deadlock on Windows due to the fact that stat() on a filehandle vs a
|
|
|
|
path doesn't return the same device field on Windows.
|
|
|
|
|
2017-08-02 16:53:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 28 05:46:28 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.28
|
|
|
|
see /usr/share/doc/packages/perl-Log-Dispatch-FileRotate/Changes
|
|
|
|
|
|
|
|
1.28 Thu Jul 27 2017
|
|
|
|
*** Multiple fixes to locking code:
|
|
|
|
- flock() can be interrupted by a syscall. work around by using a
|
|
|
|
safe_flock() wrapper that retries if errno is EAGAIN (and also
|
|
|
|
EWOULDBLOCK).
|
|
|
|
- handle several possible race conditions between open() and flock().
|
|
|
|
- DESTROY() was unlinking the lockfile (.logfile.LCK). This was the cause
|
|
|
|
of a race condition where multiple processes could enter the critical
|
|
|
|
seciton at the same time. Avoided by leaving .LCK files in place.
|
|
|
|
Probably fixes #77075 (Thanks Emanuele Tomasi).
|
|
|
|
- add author test for DESTROY lockfile race condition.
|
|
|
|
|
2017-07-11 09:49:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 7 05:44:58 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.27
|
|
|
|
see /usr/share/doc/packages/perl-Log-Dispatch-FileRotate/Changes
|
|
|
|
|
|
|
|
1.27 Thu Jul 06 2017
|
|
|
|
- add "check_both" configuration option which allows the use of both time and
|
|
|
|
size based rotation at the same time. If either conditions require a
|
|
|
|
rotation, a rotation will happen. Default is false (previous behaviour).
|
|
|
|
Thanks Emanuele Tomasi. PR #6.
|
|
|
|
- make signature test an "author" test and make Test::Signature optional
|
|
|
|
|
2017-05-12 06:03:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 10 05:58:38 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.26
|
|
|
|
see /usr/share/doc/packages/perl-Log-Dispatch-FileRotate/Changes
|
|
|
|
|
|
|
|
1.26 Tue May 09 2017
|
|
|
|
- add SEE ALSO reference to Log::Dispath::File::Stamped (Thanks Karen
|
|
|
|
Etheridge)
|
|
|
|
|
2017-04-12 17:20:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 11 05:59:38 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.25
|
|
|
|
see /usr/share/doc/packages/perl-Log-Dispatch-FileRotate/Changes
|
|
|
|
|
|
|
|
1.25 Mon Apr 10 2017
|
|
|
|
- Fix test failures if the test suite is running as root user.
|
|
|
|
|
2017-02-15 18:51:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 15 06:57:18 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.24
|
|
|
|
see /usr/share/doc/packages/perl-Log-Dispatch-FileRotate/Changes
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2017-02-13 18:37:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 13 12:21:18 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.23
|
|
|
|
see /usr/share/doc/packages/perl-Log-Dispatch-FileRotate/Changes
|
|
|
|
|
|
|
|
1.23 Thu Feb 09 2017
|
|
|
|
- Issue a warning if the lockfile cannot be opened (Thanks KGOESS)
|
|
|
|
[#63544]
|
|
|
|
- Fix POD typo (Thanks Anirvan Chatterjee)
|
|
|
|
|
2016-12-05 06:21:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 7 05:57:27 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.22
|
|
|
|
see /usr/share/doc/packages/perl-Log-Dispatch-FileRotate/Changes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 2 05:37:18 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.20
|
|
|
|
see /usr/share/doc/packages/perl-Log-Dispatch-FileRotate/Changes
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2011-11-18 09:11:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 18 09:11:32 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- use original tar.gz
|
|
|
|
|
2011-08-30 20:24:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 30 19:21:47 UTC 2011 - andrea.turrini@gmail.com
|
|
|
|
|
|
|
|
- standardized "Authors:" format in description of
|
|
|
|
perl-Log-Dispatch-FileRotate.spec
|
|
|
|
|
2010-12-10 16:55:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:33:21 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-04-05 16:48:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 4 17:37:05 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- fix deps
|
|
|
|
o Req perl-Log-Log4perl
|
|
|
|
|
2010-01-21 12:46:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 12 18:15:30 UTC 2009 - chris@computersalat.de
|
|
|
|
|
|
|
|
- initial pkg 1.19
|
|
|
|
|