8
0
OBS User unknown
2008-09-08 16:12:02 +00:00
committed by Git OBS Bridge
parent 657a206d27
commit 29e87d9df5
4 changed files with 85 additions and 7 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Fri Sep 5 16:12:29 CEST 2008 - ug@suse.de
* Added explanation that categories and loggers are the same
thing (thanks to Rabbit).
* Fixed t/053Resurrect to work with 5.005_03
* Added preinit_callback function for init_and_watch()
* Applied patch by Andy Grundman which speeds up is_LEVEL()
calls by skipping unnecessary string concatenations
(http://rt.cpan.org/Ticket/Display.html?id=38537).
* Applied patch by Jae Gangemi addding a no_warning option to the
socket appender
(http://rt.cpan.org/Ticket/Display.html?id=34399).
* Fixed test suite to run on Strawberry Perl on Win32.
* Added 'l4p' as a valid prefix in configuration files (equal
to 'log4j' and 'log4perl' now).
* Changed appender destruction during cleanup to show warning
messages thrown by destructors. Previously L4p ignored these
messages which caused failed DB flushes to go unnoticed with
the DB appender.
* Added explanation for Log4perl messages during global
destruction to FAQ.
* Corrected 'Trapper' listing in FAQ, thanks to Christian Reiber.
* Applied patch by Mitchell Perilstein for 5.005it and the
two-argument binmode() that 5.005 doesn't support.
(http://rt.cpan.org/Ticket/Display.html?id=34051)
* Applied patch by Emmanuel Rodriguez (POTYL) doing away with
hard-coded line numbers in 024WarnDieCarp.t to make it work
cpan2rpm for building RPM packages
(http://rt.cpan.org/Public/Bug/Display.html?id=35370)
* Fixed recreate_check_interval = 0 bug reported by
Bill Moseley.
* Added 'header_text' parameter to the file appender to
have it write a header every time it opens (or re-opens)
a new log file (suggested by Steven Lembark).
* version 1.18
-------------------------------------------------------------------
Fri Apr 4 11:20:41 CEST 2008 - ug@suse.de