8
0
OBS User unknown
2009-02-12 21:32:32 +00:00
committed by Git OBS Bridge
parent 46d6c1bf53
commit 9d688c78c5
4 changed files with 62 additions and 8 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Feb 12 12:24:30 CET 2009 - ro@suse.de
- update to 1.20
* Using semctl to reset the value of the semaphore in the
Synchronized appender to prevent "Numerical result out of
range" problem caused by an unbalanced SEM_UNDO when
incrementing it. Reported by John Little.
* Added parameters in curly braces to cspecs in PatternLayout.
* As explained in http://rt.cpan.org/Ticket/Display.html?id=41505
the latest LWP release (5.822) got rid of all of its internal
debugging functions, making infiltrate_lwp() and its test
case useless. Disabling it for LWP>=5.822.
- update to 1.19
* Applied patch by Peter Rabbitson, which fixes the caller()
level when calling get_logger() on a subclass of Log4perl.
* Added documentation on is_xxx() methods and clarified that
it doesn't necessarily mean that a message gets logged if
they're returning true (requested by Conway Allen via
[rt.cpan.org #39085].
* Applied patch by Lee Johnson to appender_by_name() to allow
for undefined appender names without issuing a warning,
which was occurring with Catalyst::Log4perl.
* Added docs on numerical levels and level strings in
Log::Log4perl::Level.
* Applied patch by Anthony Foiani for support of literal
text in DateFormat format strings.
-------------------------------------------------------------------
Tue Sep 16 18:56:22 CEST 2008 - lrupp@suse.de