2019-11-04 20:57:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 4 11:26:55 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 1.20
|
|
|
|
see /usr/share/doc/packages/perl-Proc-Background/Changes
|
|
|
|
|
|
|
|
Sun Nov 3 19:34:00 EST 2019
|
|
|
|
|
|
|
|
Version 1.20
|
|
|
|
|
|
|
|
* More correct parsing of Win32 arguments to determine
|
|
|
|
executable name, and more correct quoting when building
|
|
|
|
command line when starting from an argv.
|
|
|
|
* More correct use of Unix signals during ->die, but also give
|
|
|
|
user the ability to specify a custom sequence of signals.
|
|
|
|
* Emulate Unix exit status of SIGKILL on Win32 when process was
|
|
|
|
ended using $proc->Kill
|
|
|
|
* New attributes ->exit_code and ->exit_signal help inspect the
|
|
|
|
wstat value returned by ->wait.
|
|
|
|
* Fix Win32 path separator used when searching %PATH% for exe
|
|
|
|
* Don't leak changes to $? when calling ->die() during DESTROY
|
|
|
|
* Make sure all die_upon_destroy happens before global destruction
|
|
|
|
* Re-tooled with Dist::Zilla for modern generation of MYMETA and
|
|
|
|
automatic version, license, etc.
|
|
|
|
|
2015-04-17 12:06:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 17 12:06:17 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- initial package $version
|
|
|
|
* created by $NAME $VERSION
|
|
|
|
|