Changelog for
perl-Log-Log4perl-1.49-lp152.3.2.noarch.rpm :
* Wed Feb 22 2017 cooloAATTsuse.com- updated to 1.49 see /usr/share/doc/packages/perl-Log-Log4perl/Changes 1.49 (2017/02/20)
* (ms) Adapted to perl 5.24 which balks at syswrite/utf8: https://github.com/mschilli/log4perl/issues/78
* Wed Nov 16 2016 cooloAATTsuse.com- updated to 1.48 see /usr/share/doc/packages/perl-Log-Log4perl/Changes 1.48 (2016/11/14)
* (ms) [rt.cpan.org #117377] Moved PatternLayout\'s documentation of DateFormat features to DateFormat.pm to avoid duplication and keep the two parts consistent, as suggested by Max Carey.
* (ms) [rt.cpan.org #114822] Split two lines with CVS-sensitive $Log.. variables into two parts.
* (ms) Semaphore issue fixed in Synchronized (reported by Siarhei Kuchynski and Martin Köhler): https://github.com/mschilli/log4perl/issues/72
* (ms) header_text now works with syswrite (reported by Tom Metro): https://github.com/mschilli/log4perl/issues/73
* Sun Mar 20 2016 cooloAATTsuse.com- updated to 1.47 see /usr/share/doc/packages/perl-Log-Log4perl/Changes 1.47 (2016/03/17)
* (ms) [rt.cpan.org #102647] Slaven Rezic fixed a test case for file permissions
* (ms) Fixed synopsis code in Log::Log4perl::Appender::DBI, reported by Chris Collins.
* (ms) Added suggestion by Dylan Doxey to test for both MSWin32 and cygwin to detect windows-like systems for which tests need to be skipped.
* (ms) [rt.cpan.org #110915] Fixed \"Redundant argument in sprintf\" warning caused by DateFormat.pm with %d{Z} placeholders, reported by Alexander Hartmaier.
* (ms) [rt.cpan.org #110512] Felix Ostmann fixed a broken error message raised when a boolean filter can\'t be found.
* (ms) All hash traversals in Config.pm now done via \"sort keys\" to make sure we can reliably reproduce potential problems.
* Sun Sep 06 2015 cooloAATTsuse.com- updated to 1.46 see /usr/share/doc/packages/perl-Log-Log4perl/Changes
* Wed May 30 2012 cooloAATTsuse.com- updated to 1.36
* (ms) [rt.cpan.org #74833] Reini Urban fixed \"defined AATTarray\" for perl 5.16
* (ms) [rt.cpan.org #74836] Cope with Carp\'s questionable decision to add a trailing dot to its messages.
* (ms) [rt.cpan.org #73462] Changed logwarn/logcluck/logcarp/error_warn to warn() unconditionally and send the message to log4perl which will log it only if the log level conditions are met.
* (ms) [rt.cpan.org #73598] Gerda Shank reported test suite problems with DBD::CSV-0.26. Bumped up to DBD::CSV-0.33 if installed.
* Mon Dec 19 2011 cooloAATTsuse.de- update to 1.34
* (ms) InternalDebug now replaces all instances of INTERNAL_DEBUG, not just the first one.
* (ms) Added test case for get_logger() with a ref() on the actual object instead of on a static category. Updated docs.
* (ms) %d{e} in PatternLayout now returns epoch seconds
* (ms) [RT#72056] Messages blocked by an appender threshold are no longer passed on to the L4p::Appender::Buffer as undefined entries.
* Tue Aug 23 2011 chrisAATTcomputersalat.de- update to 1.33
* (ms) [RT 67132] Applied patch by Darin McBride to allow for empty syswrite messages in the file appender.
* (ms) [RT 68105] Fixed init-hash handling of subroutine references, reported by Frew Schmidt.
* (ms) Mike Schwern noticed confusing DESTROY calls to clean up loggers and appenders (http://stackoverflow.com/questions/5914088 and https://github.com/mschilli/log4perl/issues/7), so I put on my hazmat suit and cleaned it up. Now perl\'s garbage collector takes care of disposing of logger and appender carcasses.
* (ms) Added Log::Log4perl->remove_logger($logger) to remove a logger from the system.- 1.32 (2011/02/26)
* (ms) Fixed %T caller_depth with wrapper_register(), reported by David Christensen.
* (ms) [RT 63053] Fixed for qw() {} deprecated (Todd Rinaldo)
* (ms) [RT 62674] Fixed call to deprecated form of UNIVERSAL::can (Karen Etheridge).
* (ms) [RT 62896] Log::Log4perl::Appender::ScreenColoredLevels now inherits from Log::Log4perl::Appender::Screen and therefore supports the utf8 flag.
* (ms) [RT 64318] Andrew Sayers provided a better error message for \"threshold needs to be uppercase\".
* (ms) CharleyDixon fixed LOGWARN when :no_extra_logdie_message is in use to no longer exit().- 1.31 (2010/10/27)
* (ms) Fixed the number of skipped tests for Windows for previous fix of [RT 60665].- 1.30 (2010/08/30)
* (ms) [RT 60665] HUP handlers are stacked on top of each other now, to make sure that multiple file appenders recreate multiple files and not just one (patch provided by Karen Etheridge).
* (ms) [RT 60197] Fixed uninitialized value warnings with the multiline appender and provided a test case (patch provided by Karen Etheridge)
* (ms) [rt.cpan.org #59617] Fixed system-wide threshold without appender thresholds. Bug reported by Dmitry Bigunyak.
* (ms) [rt.cpan.org #24884] Using require() instead of incomplete logic in L4p::Util::module_available(). local __DIE__ handler takes care of user-defined __DIE__ handlers ignoring $^S (suggested by Eric Wilhelm and others).
* (ms) [rt.cpan.org #60386] Fixed init_and_watch() which double-bumped the caller_level and led to uninitialized values in the pattern layout. Thanks to Mitja Bartsch for the report.
* (ms) Applied patch by Karsten Silkenbäumer to add an optional $log_dispatch_level to create_custom_level(). Updated documentation.- fix deps
* Req: perl(File::Spec) >= 0.82 Req: perl(Test::More) >= 0.45
* Tue Nov 30 2010 cooloAATTnovell.com- switch to perl_requires macro
* Mon Jul 19 2010 chrisAATTcomputersalat.deupdate to 1.29
* (ms) Added documentation on how to use Log4perl\'s :easy macros with Catalyst in Log::Log4perl::Catalyst.
* (ms) wrapper_register() now deals with caller_depth automatically. Backwards compatibility with old wrapper classes using caller_depth directly is provided. Documentation has been updated.
* (ms) Felix Antonius Wilhelm Ostmann reported Resurrector.pm crashes, fixed as suggested by setting the %INC value to the module path.
* (ms) Another caller_depth fix in Log::Log4perl::Catalyst.
* (ms) Fixed logdie() caller_depth bug reported by Rob Retter.
* (ms) [RT 56145] Saving errstr in DBI appender to survive ping()
* (ms) Added INTERNAL_DEBUG env variable to test suite triggering all _INTERNAL_DEBUG statements to be printed for better error diagnosis on misbehaving systems.- recreated by cpanspec 1.78 o fix deps- noarch pkg
* Tue Apr 06 2010 chrisAATTcomputersalat.de- fix build cycle o disbled Build-/Req Log-Dispatch-FileRotate