Skip to content

Commit

Permalink
Update p5-Log-Dispatch to 2.54.
Browse files Browse the repository at this point in the history
2.54     2016-01-18

- Fixed File::Locked even more. While some deadlocks were eliminated, there
  was still an issue when a Log::Dispatch object was created in a parent
  process and then recreated in the children. If the close_after_write
  parameter was false, then there would be a deadlock.

- Made Syslog work on a threaded Perl when the threads module was not
  explicitly loaded. Fixed by Konrad Bucheli. GitHub #13.

- The log() method now accepts a level parameter as an integer. Fixed by Steve
  Bertrand. GitHub #15.


2.53     2016-01-14

- Actually fix File::Locked, this time with some actual tests.


2.52     2016-01-13

- Make File::Locked output do an explicit unlock if the close_after_write
  option is not set. Without this it would open the file once in each process,
  attempting to get a lock at open time, pretty much guaranteeing a deadlock
  in a multiprocess environment. Now it should work sanely whether
  close_after_write is true or not.


2.51     2015-09-19

- Fixed t/08-screen.t on Windows platforms.
  • Loading branch information
wiz committed Apr 13, 2016
1 parent 76f9bdc commit cfa17ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Log-Dispatch/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.48 2015/09/04 08:49:41 mef Exp $
# $NetBSD: Makefile,v 1.49 2016/04/13 18:05:00 wiz Exp $

DISTNAME= Log-Dispatch-2.50
DISTNAME= Log-Dispatch-2.54
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Log-Dispatch/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.26 2015/11/03 03:28:24 agc Exp $
$NetBSD: distinfo,v 1.27 2016/04/13 18:05:00 wiz Exp $

SHA1 (Log-Dispatch-2.50.tar.gz) = 2a9826f8eb502ba07a0e729f66b6b8fa48752afd
RMD160 (Log-Dispatch-2.50.tar.gz) = 5e104a75a9089e097df4ed86d07b5298586cdeec
SHA512 (Log-Dispatch-2.50.tar.gz) = ee0313f33b66324cfd622741b109466080927289f93e3806ce6458d9677778f57f696d8ff6543034f9d98f5fafb735c38367e1f48edbd513d208b47ae8e052c3
Size (Log-Dispatch-2.50.tar.gz) = 56093 bytes
SHA1 (Log-Dispatch-2.54.tar.gz) = fd2405e32216813fd700befe2fc4407922988bc8
RMD160 (Log-Dispatch-2.54.tar.gz) = 8f122a2dec13e516714d4db290f72c4247901819
SHA512 (Log-Dispatch-2.54.tar.gz) = 67dd4bf15899fa441ecd725305b443873c77fcf8eeff44e53408637f81dc14c3375bdf52514214c111d1692a7087efb929ecdc411771dd413fef10bb034dc45b
Size (Log-Dispatch-2.54.tar.gz) = 59316 bytes

0 comments on commit cfa17ca

Please sign in to comment.