Path to this page:
Subject: CVS commit: wip/p5-Log-Log4perl
From: Hiramatsu Yoshifumi
Date: 2005-10-05 04:57:09
Message id: E1EMzTA-0001Gs-7n@sc8-pr-cvs1.sourceforge.net
Log Message:
Updated to 1.01.
Changes from 0.51:
1.01 (09/29/2005)
* (ms) Added 'utf8' and 'binmode' flags to Log::Log4perl::Appender::File
per suggestion by Jonathan Warden.
* (ms) Made test cases 003Layout.t and 033UsrCspec.t resilient against
broken ActiveState 5.8.4 and 5.8.7.
* (ms) Skipped failing test cases for 5.005, looks like the caller() level
in carp() is wrong, but not worth fixing.
* (ms) Fixed the bug with the caller level of the first
log message sent after init_and_watch() detected a change. Added
test case to 027Watch2.t.
* (ms) Added FAQ on UTF-8.
* (ms) Applied patch by David Britton, improving performance during
the init() call.
* (ms) Fixed bug https://rt.cpan.org/Ticket/Display.html?id=14776
to prevent it from modifying $_. Thanks to Steffen Winkler.
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.
0.52 (05/08/2005)
* (ms) Jonathan Manning <jmanning@alisa-jon.net> provided a patch
for DateFormat.pm to fix 3-letter month abbreviations and a
shortcut to simulate Apache's log format.
* (kg) Ola Finsbraaten provided a patch to provide a better error
message when a logger is defined twice in a config.
Files: