-
Sat Mar 31 2018 Paul Howarth <paul@city-fan.org> - 0.99-1
- Update to 0.99
- Fixes for Windows unit tests so they skip or pass
- t/autoflush.t
- t/readonly.t
- t/run_stdin-callback-return-array.t
-
Fri Mar 30 2018 Paul Howarth <paul@city-fan.org> - 0.98-1
- Update to 0.98
- Switch to using $!{EINTR}
- Honor umask for user/group permissions on a +rw file
- Remove commented code from CPAN RT#50739
- Fix _write on invalid objects (GH#63)
- Make slave the controlling terminal so more programs can be called from
IPC::Run reliably (GH#54)
- Prevent Not a GLOB reference in close_terminal by untieing before close
(GH#53)
- Fix '&' closing the stdin of the right process (GH#46)
- Do POSIX::_exit not ::exit (GH#41)
- Ensure child Win32 processes have same priority as parent (GH#40)
- Add unit test for passing use of Readonly.pm (GH#38)
- Fix GLOB test in IPC::Run::IO->new (GH#39)
- Fix for memory leak (GH#86, CPAN RT#57990)
- MANIFEST was updated; new tests may start shipping now
-
Tue Mar 27 2018 Paul Howarth <paul@city-fan.org> - 0.97-1
- Update to 0.97
- Update meta and POD to point to GitHub issues not RT
- Update README with pod changes
- Fix variable name in synopsis (GH#47)
- Fix t/run.t to work on "perl in space" (GH#100)
-
Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.96-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.96-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.96-2
- Perl 5.26 rebuild
-
Sat May 13 2017 Paul Howarth <paul@city-fan.org> - 0.96-1
- Update to 0.96
- Update bug tracker to https://github.com/toddr/IPC-Run/issues
-
Tue Apr 25 2017 Paul Howarth <paul@city-fan.org> - 0.95-1
- Update to 0.95
- Enable Travis-CI integration for IPC::Run
- Use q{} and qq{} to fix problems with quotation in cmd.exe
- Sync $VERSION across all files to address kwalitee
- Stop side effect of altering flushing of STDOUT and STDERR (CPAN RT#109243)
- CHILD_HANDLE should be closed with 'Close' to prevent a warning
- Require Win32API::File on Windows
- Better timer error message plus an additional unit test
- Catching previously non-detected malformed time strings
- Let Timer accept all allowable perl numbers
- Allow the OS to choose the ephemeral port to use
- Don't use version.pm to parse the perl version in Makefile.PL
- perltidy
- Do not import POSIX into local namespace (it's a memory hog)
- Skip infinity test on perl below 5.8.9
- Spelling fixes
- Documentation fix: full_result returns $?, not $? >> 8
- Fix check for reaped PID in reap_nb
- Re-remove unnecessary use of UNIVERSAL
- Remove redundant Group: tag
-
Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.94-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.94-5
- Perl 5.24 rebuild