#acl PaulHowarth:read,write,admin,revert,delete All:read === Friday 30th March 2018 === ==== Fedora Project ==== * Updated `perl-IPC-Run` to 0.98 in F-28 and Rawhide: * Switch to using `$!{EINTR}` * Honor `umask` for user/group permissions on a `+rw` file * Remove commented code from [[CPAN:50739|CPAN RT#50739]] * Fix `_write` on invalid objects ([[https://github.com/toddr/IPC-Run/issues/63|GH#63]]) * Make slave the controlling terminal so more programs can be called from `IPC::Run` reliably ([[https://github.com/toddr/IPC-Run/issues/54|GH#54]]) * Prevent `Not a GLOB reference in close_terminal` by untieing before `close` ([[https://github.com/toddr/IPC-Run/issues/53|GH#53]]) * Fix '`&`' closing the stdin of the right process ([[https://github.com/toddr/IPC-Run/issues/46|GH#46]]) * Do `POSIX::_exit` not `::exit` ([[https://github.com/toddr/IPC-Run/issues/41|GH#41]]) * Ensure child Win32 processes have same priority as parent ([[https://github.com/toddr/IPC-Run/issues/40|GH#40]]) * Add unit test for passing use of `Readonly.pm` ([[https://github.com/toddr/IPC-Run/issues/38|GH#38]]) * Fix `GLOB` test in `IPC::Run::IO->new` ([[https://github.com/toddr/IPC-Run/issues/39|GH#39]]) * Fix for memory leak ([[https://github.com/toddr/IPC-Run/issues/86|GH#86]], [[CPAN:57990|CPAN RT#57990]]) * `MANIFEST` was updated; new tests may start shipping now * Updated `perl-Test-Simple` to 1.302135 in F-28 and Rawhide: * Make sure all hubs, events, and contexts get a unique (per run) id * Use a common generator for unique(enough) id's (not UUIDs) ==== Local Packages ==== * Updated `perl-IPC-Run` to 0.98 as per the Fedora version * Updated `perl-Test-Simple` to 1.302135 as per the Fedora version ----