From: Mike S. <m...@pe...> - 2005-08-13 17:56:09
|
Hey there, Log::Log4perl enthusiasts, yes, you've read correctly: We're releasing Log::Log4perl version 1.00. What started back in 2002 has matured to a stable and widely used production framework. Now we thought it's finally time to reflect that fact in the version number. And there you have it. It's not on CPAN yet, but please download it and give it a try: http://log4perl.sourceforge.net/releases/Log-Log4perl-1.00.tar.gz It's especially important this time that no bugs are slipping through, so please help out if you can ;). Here's the list of changes: 1.00 (08/13/2005) * (ms) Added tag qw(:no_extra_logdie_message) to suppress duplicate die() messages in scripts using simple configurations and LOGDIE(). Added logexit() as an alternative way. * (ms) Fixed bug with logcarp/croak/cluck, which were using the wrong Carp level. * (kg) Fixing bug in Appender::Limit regarding $_ scope * (ms) corrected typo in Synchronized.pm found by Rob Redmon. * (ms) Fixed bug with Appender::File reported by Michael Smith. Checking now if print() succeeds, catching errors with full disks and ulimit'ed environments. * (ms) Added LOGCARP(), LOGCLUCK(), LOGCONFESS(), LOGCROAK() macros in :easy mode (suggested by Jud Dagnall). * (ms) $INITIALIZED now gets reset during logger cleanup. Have fun! -- Mike Mike Schilli m...@pe... |