Update to 1.30, improve COMMENT.
1.30 (2010/08/30) * (ms) [RT 60665] HUP handlers are stacked on top of each other now, to make sure that multiple file appenders recreate multiple files and not just one (patch provided by Karen Etheridge). * (ms) [RT 60197] Fixed uninitialized value warnings with the multiline appender and provided a test case (patch provided by Karen Etheridge) * (ms) [rt.cpan.org #59617] Fixed system-wide threshold without appender thresholds. Bug reported by Dmitry Bigunyak. * (ms) [rt.cpan.org #24884] Using require() instead of incomplete logic in L4p::Util::module_available(). local __DIE__ handler takes care of user-defined __DIE__ handlers ignoring $^S (suggested by Eric Wilhelm and others). * (ms) [rt.cpan.org #60386] Fixed init_and_watch() which double-bumped the caller_level and led to uninitialized values in the pattern layout. Thanks to Mitja Bartsch for the report. * (ms) Applied patch by Karsten Silkenbäumer to add an optional $log_dispatch_level to create_custom_level(). Updated documentation. 1.29 (2010/06/16) * (ms) Added documentation on how to use Log4perl's :easy macros with Catalyst in Log::Log4perl::Catalyst. * (ms) wrapper_register() now deals with caller_depth automatically. Backwards compatibility with old wrapper classes using caller_depth directly is provided. Documentation has been updated. * (ms) Felix Antonius Wilhelm Ostmann reported Resurrector.pm crashes, fixed as suggested by setting the %INC value to the module path. * (ms) Another caller_depth fix in Log::Log4perl::Catalyst. * (ms) Fixed logdie() caller_depth bug reported by Rob Retter. * (ms) [RT 56145] Saving errstr in DBI appender to survive ping() * (ms) Added INTERNAL_DEBUG env variable to test suite triggering all _INTERNAL_DEBUG statements to be printed for better error diagnosis on misbehaving systems.
This commit is contained in:
parent
672e508e29
commit
cdb32764e5
2 changed files with 7 additions and 8 deletions
|
@ -1,15 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.14 2010/08/21 16:33:59 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2010/09/06 11:30:58 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Log-Log4perl-1.28
|
||||
DISTNAME= Log-Log4perl-1.30
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
||||
|
||||
MAINTAINER= rhaen@NetBSD.org
|
||||
HOMEPAGE= http://log4perl.sourceforge.net/
|
||||
COMMENT= Log::Log4perl - Log4j implementation for Perl
|
||||
COMMENT= Log4j implementation for Perl
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PERL5_PACKLIST= auto/Log/Log4perl/.packlist
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2010/03/03 16:53:59 sno Exp $
|
||||
$NetBSD: distinfo,v 1.12 2010/09/06 11:30:58 wiz Exp $
|
||||
|
||||
SHA1 (Log-Log4perl-1.28.tar.gz) = 5d0bf5627919dce0df8ec4a1be179e5819906d17
|
||||
RMD160 (Log-Log4perl-1.28.tar.gz) = 20d89f32b52e7685a016a644f8af90b33f859a41
|
||||
Size (Log-Log4perl-1.28.tar.gz) = 256824 bytes
|
||||
SHA1 (Log-Log4perl-1.30.tar.gz) = bb6bd0548caaf1223c6ea5b4f0689f6771ae300a
|
||||
RMD160 (Log-Log4perl-1.30.tar.gz) = f89c92253394221d7453c90d87cd737b4cbb297a
|
||||
Size (Log-Log4perl-1.30.tar.gz) = 260724 bytes
|
||||
|
|
Loading…
Reference in a new issue