forked from pool/perl-Log-Dispatch-FileRotate
		
	automatic update OBS-URL: https://build.opensuse.org/request/show/512855 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Log-Dispatch-FileRotate?expand=0&rev=29
		
			
				
	
	
		
			117 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			117 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -------------------------------------------------------------------
 | |
| 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.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| 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
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| 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)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| 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.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| 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.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| 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)
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| 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.
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Fri Nov 18 09:11:32 UTC 2011 - coolo@suse.com
 | |
| 
 | |
| - use original tar.gz
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Tue Aug 30 19:21:47 UTC 2011 - andrea.turrini@gmail.com
 | |
| 
 | |
| - standardized "Authors:" format in description of 
 | |
|   perl-Log-Dispatch-FileRotate.spec
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Wed Dec  1 13:33:21 UTC 2010 - coolo@novell.com
 | |
| 
 | |
| - switch to perl_requires macro
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sun Apr  4 17:37:05 UTC 2010 - chris@computersalat.de
 | |
| 
 | |
| - fix deps
 | |
|   o Req perl-Log-Log4perl
 | |
| 
 | |
| -------------------------------------------------------------------
 | |
| Sat Dec 12 18:15:30 UTC 2009 - chris@computersalat.de
 | |
| 
 | |
| - initial pkg 1.19
 | |
| 
 |