diff options
author | rhaen <rhaen@pkgsrc.org> | 2013-01-23 09:49:32 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2013-01-23 09:49:32 +0000 |
commit | 36b256695a25d00d00244fa87101f54155a9e1a3 (patch) | |
tree | a079f887da9108006304c2c24827c351d76a30b5 /devel | |
parent | a2aef6bf6d51ecd9a0b6a6b404f82a95536dedb5 (diff) | |
download | pkgsrc-36b256695a25d00d00244fa87101f54155a9e1a3.tar.gz |
-updated to 1.40
ChangeLog:
1.40 (2012/11/30)
* (ms) Denis Ibaev added support for DBI appender attributes.
* (ms) Chris Weyl put in a workaround for a DBD::CSV bug that
tripped our test suite.
* (ms) Tim Bunce provided a patch using Carp::confess() instead of die()
on the "Root Logger not initialized" message which pops up
during global construction to make it easier to find the
offending code.
* (ms) Cygwin masks MSWin32-ishness by setting $^O to "cygwin" and not
to "Win32". Modified check to catch both.
* (ms) Fixed unescaped brace in regex that perl 5.17.4 was complaining
about.
1.39 (2012/10/27)
* (ms) Markus Benning reported that logcroak/confess/die stringify
their arguments, which gets in the way when throwing data
structures as exceptions. Added flag $STRINGIFY_DIE_MESSAGE.
* (ms) [rt.cpan.org #80086] David Morel pointed out misleading
documentation in the Limiter composite appender. Fixed docs
and added C<appender_method_on_flush> parameter to support
appender flush calls by the limiter.
* (ms) [rt.cpan.org #79960] Fabrice Gabolde asked for %X{x} to be
interpolated as NULL for the database appender if its value is
undef. The DBI appender now inits PatternLayout with the
undef_column_name parameter set to undef (defaults to "[undef]").
* (ms) Updated license/copyright/author sections in all files using
licensizer and .licensizer.yml.
* (ms) Skipped log file recreation test on Win32 as it won't remove
busy files anyway.
1.38 (2012/09/23)
* (ms) Bob Kleemann reported that logdie() in wrapper classes
printed incorrect caller lines. Fixed by adding
caller_depth_offset() utility to Log4perl.pm.
* (ms) Meir Guttman reported a use case for logging messages
with dynamic levels on log4perl-devel@lists.sourceforge.net.
Added to manual page.
* (ms) Implemented suggestion by Neil Hooey to check for and report
undefined message elements before they're assembled in Appender.pm
and a warning is issued without a proper code location:
https://github.com/mschilli/log4perl/issues/15
* (ms) [rt.cpan.org #78734] Added spell check on filter parameter names
1.37 (2012/05/30)
* (ms) [rt.cpan.org #75655] Meir Guttman found the module to make
Log::Log4perl::Appender::ScreenColoredLevels work on Win32,
updated docs.
* (ms) [rt.cpan.org #76827] UTF-8 encoded configuration files are
now supported (see Log::Log4perl::Config).
* (ms) [rt.cpan.org #77501] Unescaped left brace in regex is deprecated
with perl 5.17. Times we live in.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Log4perl/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Log-Log4perl/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Log-Log4perl/Makefile b/devel/p5-Log-Log4perl/Makefile index 1a0e659cdf4..a96037167cf 100644 --- a/devel/p5-Log-Log4perl/Makefile +++ b/devel/p5-Log-Log4perl/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2012/10/31 11:18:28 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/01/23 09:49:32 rhaen Exp $ # -DISTNAME= Log-Log4perl-1.36 +DISTNAME= Log-Log4perl-1.40 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} diff --git a/devel/p5-Log-Log4perl/distinfo b/devel/p5-Log-Log4perl/distinfo index 89cb171ba51..1155c0fd398 100644 --- a/devel/p5-Log-Log4perl/distinfo +++ b/devel/p5-Log-Log4perl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2012/04/01 20:17:32 rhaen Exp $ +$NetBSD: distinfo,v 1.15 2013/01/23 09:49:32 rhaen Exp $ -SHA1 (Log-Log4perl-1.36.tar.gz) = 6a9ac442e0e3c37998b7f044078fe77bf7dd2849 -RMD160 (Log-Log4perl-1.36.tar.gz) = 6d403e1e9a0d8643733ba20148a26afa09c11af8 -Size (Log-Log4perl-1.36.tar.gz) = 264883 bytes +SHA1 (Log-Log4perl-1.40.tar.gz) = 684f4ef2b8a08872db8472798024f70e2945fe99 +RMD160 (Log-Log4perl-1.40.tar.gz) = b10fc119724ecfda445818426287e5b2699d5762 +Size (Log-Log4perl-1.40.tar.gz) = 273132 bytes |