1
0
forked from perl/perl-IPC-Run

Accepting request 592489 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/592489
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=36
This commit is contained in:
Stephan Kulow
2018-04-04 10:20:17 +00:00
committed by Git OBS Bridge
parent e56dcd3c84
commit db952a5ca2
4 changed files with 41 additions and 11 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Mar 30 05:28:37 UTC 2018 - coolo@suse.com
- updated to 0.98
see /usr/share/doc/packages/perl-IPC-Run/Changes
0.98 Thu Mar 29 2018
- Switch to using $!{EINTR}
- Honor umask for user/group permissions on a +rw file
- Remove commented code from RT 50739
- #63 - Patch for fixing _write on invalid objects
- #54 - Make slave the controlling terminal so more programs can be called from IPC::Run reliably
- #53 - Prevent Not a GLOB reference in close_terminal by untieing before close
- #46 - '&' closing the stdin of the right process.
- #41 - Do POSIX::_exit not ::exit
- #40 - Assure child Win32 processes have same priority as parent
- #38 - Add unit test for passing use of Readonly.pm
- #39 - Fix GLOB test in IPC::Run::IO->new
- #86 - Fix for memory leak [rt.cpan.org #57990]
- MANIFEST was updated. New tests may start shipping now.
0.97 Mon Mar 26 2018
- Update meta and POD to point to GitHub issues not RT.
- Update README with pod changes.
- Fix variable name in synopsis - [Github #47]
- Fix t/run.t to work on "perl in space" - [Github #100]
-------------------------------------------------------------------
Wed Mar 28 14:35:32 UTC 2018 - pmonrealgonzalez@suse.com