- updated to 0.70

* Apply a patch from Petya Kohts, RT #65276, with
    changes for run_forked:
  
    1) fix for the typo in the name of the signal
    2) changed default for clean_up_children (which
       seems to be the behavior expected by the majority of the users)
    3) added detection (and forwarding to the caller) of the case
       when run program is killed by signal
    4) kill_gently is now used in cases when parent died
       and when the executed program times out
    5) added options which allow to execute some user code
       in the beginning and at the end of the child

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Cmd?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2011-04-26 18:18:49 +00:00
committed by Git OBS Bridge
parent 4d91f5e591
commit a6c01d4544
4 changed files with 38 additions and 12 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Apr 26 18:12:18 UTC 2011 - coolo@opensuse.org
- updated to 0.70
* Apply a patch from Petya Kohts, RT #65276, with
changes for run_forked:
1) fix for the typo in the name of the signal
2) changed default for clean_up_children (which
seems to be the behavior expected by the majority of the users)
3) added detection (and forwarding to the caller) of the case
when run program is killed by signal
4) kill_gently is now used in cases when parent died
and when the executed program times out
5) added options which allow to execute some user code
in the beginning and at the end of the child
-------------------------------------------------------------------
Sat Jan 22 19:37:32 UTC 2011 - coolo@novell.com