- New upstream release 20200505.0
- Fix syntax errors in POD examples (GH#125)
- Switch Readonly testing requirement to a recommends (GH#127)
- Fix full_result to always return $? (GH#129)
- kill_kill: Immediately KILL the child process as documented for Win32 (GH#136)
- Switch to GitHub ctions for CI testing
- Re-structure shipped files into eg/
- Move author tests into xt/ and test them separately
- New upstream release 20180523.0
- Fix using fd in child process when it happens to be the same number in the
child as it was in the parent (GH#99)
- Switch upstream from search.cpan.org to metacpan.org
- New upstream release 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
- New upstream release 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
- New upstream release 0.94
- Update License discrepancies (CPAN RT#100858)
- Many typo corrections
- Fix t/pty.t fails on Solaris 10 (CPAN RT#20105)
- Drop upstreamed patch for CPAN RT#20105
- Use %license
- Address intermittent test failures (CPAN RT#20105, RH BZ#1094395)
- Add runtime dependency on Data::Dumper
- Add build dependency on IO::Tty for the test suite
- Make %files list more explicit