automatic update OBS-URL: https://build.opensuse.org/request/show/715730 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Cmd?expand=0&rev=14
123 lines
4.0 KiB
Plaintext
123 lines
4.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 16 09:34:20 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 1.04
|
|
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
|
|
|
1.04 Sat Jul 13 10:08:08 BST 2019
|
|
|
|
Bug fixes:
|
|
- Fixed usage of setsid()
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 4 05:26:32 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 1.02
|
|
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
|
|
|
1.02 Thu May 3 09:42:15 BST 2018
|
|
|
|
Bug fixes:
|
|
- Resolve RT #118424 can't use IPC::Cmd->run_forked in the first process of a container
|
|
- Make fix for RT #91784 only apply to HPUX
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 15 06:32:38 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 1.00
|
|
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
|
|
|
1.00 Wed Feb 14 16:14:01 GMT 2018
|
|
|
|
Bug fixes:
|
|
- Resolve RT #91784 'run_forked("/usr/bin/echo test") captures no output'
|
|
- Resolve RT #124415 'The 03_run_forked.t test fails (sometimes) on HPUX'
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 16 05:56:38 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.98
|
|
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
|
|
|
0.98 Fri May 12 17:00:07 BST 2017
|
|
|
|
Enhancements:
|
|
* Added wait_loop_callback for run_forked()
|
|
|
|
Bug fixes:
|
|
* Only search in curdir in can_run() when on Win32
|
|
RT#105601
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 8 16:10:17 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.96
|
|
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
|
|
|
0.96 Thu Jul 28 11:17:12 BST 2016
|
|
|
|
Bug fixes:
|
|
* Require Module::Load::Conditional 0.66 to resolve
|
|
CVE-2016-1238: avoid loading optional modules from default .
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 19 10:24:43 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.94
|
|
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
|
|
|
0.94 Fri Feb 12 18:55:05 GMT 2016
|
|
|
|
Bug fixes:
|
|
* move __END__ above POD in documentation (plicease)
|
|
* Don't clobber $SIG{__DIE__} and $SIG{__WARN__} in open3_run() (avar)
|
|
* Fix 'terminate_on_signal' segfaulting (Petya Kohts)
|
|
* Fix usage of fcntl(..., F_GETFL, ...) (tonyc)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 14 18:12:16 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.92
|
|
see /usr/share/doc/packages/perl-IPC-Cmd/CHANGES
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 16 07:57:49 UTC 2012 - coolo@suse.com
|
|
|
|
- updated to 0.76
|
|
* Make the empty arg stripping the default again,
|
|
with option to override this behaviour.
|
|
* Applied patch from WATANABE Hiroaki [RT #74470]
|
|
"Empty string cannot be passed to command"
|
|
* Resolved [RT #74373] reported by Randy Stauner
|
|
"Compilation error when POSIX.pm fails to load"
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 9 20:06:49 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.72: no changes on Linux backend implementation, but this version
|
|
is explicitly required by other Perl modules
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- initial package 0.68
|
|
* created by cpanspec 1.78.03
|
|
|