8
0
OBS User unknown
2007-07-16 16:16:13 +00:00
committed by Git OBS Bridge
parent a37c330c9d
commit 2881809e3b
4 changed files with 100 additions and 7 deletions

View File

@@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Jul 16 12:00:29 CEST 2007 - ug@suse.de
- version update from 1.07 to 1.12
- Added Log::Log4perl::Resurrector to resurrect commented-out
Log4perl statements in all subsequently loaded modules (allows
for deploying L4p-enabled CPAN modules without requiring L4p).
- Added ALWAYS easy mode macro (level=OFF)
- Fixed logconfess() frame level bug reported by Ali Mesdaq.
Added test case.
- Added PatternLayout::Multiline code by Cory Bennett to
render multiline messages.
- Added log level TRACE (lets through even more messages
than DEBUG) (suggested by Craig).
- Added 'syswrite' flag to file appender to have it use
'syswrite' instead of 'print', avoiding buffered or
interleaving messages originating from different processes
(thanks to Evan Miller).
- Nikita Dedik pointed out that Saturday is missing from
@Log::Log4perl::DateFormat::WEEK_DAYS
- Scott Cline noticed a potential problem with the DBI
appender reconnection logic in 'buffered' mode. Applied
a patch.
- Changed DBI reconnect logic to perform even if the DB
is pingable again.
- Applied code by Valerio Valdez Paolini with modifications
to PropertyConfigurator.pm to allow pulling values from
the property configurator by path.
- Added $^S check to FAQ, as suggested by J. David Blackstone.
- Applied Robert Jacobson's patch for the "DDD" formatter
in L4p::DateFormats, which now formats the day-of-year values
numerically and precedes them with zeroes if necessary.
- Added %M{x} PatternLayout notation as requested by
Ankur Gupta.
- Another Win32 test suite fix, no longer deleting an open
file but moving it aside (rt.cpan:23520).
- Applied test suite patch by Lars Thegler for
ancient perl 5.005_03.
- Applied patch by Jeremy Bopp to fix test suite running
under Cygwin.
- Fixed documentation bug in L4p:Appender::File,
s/recreate_signal/recreate_check_signal. Thanks to
Todd Chapman and Robert Jacobson for reporting this.
- Fixed init(), which now deletes any config file watchers
left over from previous init_and_watch() calls. Reported
by Andreas Koenig who saw sporadic errors in the test suite,
thanks!
-------------------------------------------------------------------
Wed Oct 25 09:26:39 CEST 2006 - ug@suse.de