diff --git a/.gitignore b/.gitignore index 827c3ae..d4250df 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /MCE-1.801.tar.gz /MCE-1.802.tar.gz /MCE-1.803.tar.gz +/MCE-1.804.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index 66a151a..10124ca 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.803 +Version: 1.804 Release: 1%{?dist} Summary: Many-core Engine for Perl providing parallel processing capabilities License: GPL+ or Artistic @@ -136,6 +136,13 @@ make test %{_bindir}/mce_grep %changelog +* Fri Jul 29 2016 Paul Howarth - 1.804-1 +- Update to 1.804 + - Removed the sleep statement in MCE->restart_worker + - Added FCGI::ProcManager demonstrations to MCE::Examples + - Automatically set posix_exit to 1 whenever (F)CGI.pm is present + (https://github.com/marioroy/mce-perl/issues/1) + * Mon Jul 11 2016 Paul Howarth - 1.803-1 - Update to 1.803 - Re-enabled Sereal 3.008+ for Perl < v5.12.0, if available diff --git a/sources b/sources index aea81ce..b4c2412 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3276c67f00140de69ca17ee2efd431bf MCE-1.803.tar.gz +641de7b796a743da87f280994dac4e92 MCE-1.804.tar.gz