1.20 (2008/12/09)
* (ms) 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. * (ms) Added parameters in curly braces to cspecs in PatternLayout. * (ms) 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.
This commit is contained in:
parent
c00eafb62c
commit
82da5bfb28
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.6 2008/11/11 09:02:00 rhaen Exp $
|
# $NetBSD: Makefile,v 1.7 2009/02/10 14:30:31 rhaen Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= Log-Log4perl-1.19
|
DISTNAME= Log-Log4perl-1.20
|
||||||
PKGNAME= p5-${DISTNAME}
|
PKGNAME= p5-${DISTNAME}
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.4 2008/11/11 09:02:00 rhaen Exp $
|
$NetBSD: distinfo,v 1.5 2009/02/10 14:30:31 rhaen Exp $
|
||||||
|
|
||||||
SHA1 (Log-Log4perl-1.19.tar.gz) = 4e8d596013d8b393dab6e4783dc16158767f382a
|
SHA1 (Log-Log4perl-1.20.tar.gz) = 41951071f48c244ef2fd9d61462d7249992dde45
|
||||||
RMD160 (Log-Log4perl-1.19.tar.gz) = c30e51bce0844b94d17813ea0812d2b20b365e05
|
RMD160 (Log-Log4perl-1.20.tar.gz) = 27790806fc7cfbb5744851ba745ae8263c593c0f
|
||||||
Size (Log-Log4perl-1.19.tar.gz) = 236992 bytes
|
Size (Log-Log4perl-1.20.tar.gz) = 238389 bytes
|
||||||
|
|
Loading…
Reference in a new issue