Files
perl-Proc-Background/perl-Proc-Background.changes

94 lines
3.1 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Sun Apr 23 03:07:19 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.32
see /usr/share/doc/packages/perl-Proc-Background/Changes
Sat Apr 22 17:27:59 EDT 2023
Version 1.32
* Fix fatal bug in Win32 constructor from changes in 1.31
-------------------------------------------------------------------
Tue Apr 18 03:09:01 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.31
see /usr/share/doc/packages/perl-Proc-Background/Changes
Mon Apr 17 14:33:00 EDT 2023
Version 1.31
* Allow { exe => undef } on Win32 for default OS determination of
what to execute.
* Avoid potential side effects from signal handlers when preparing
to exec on Unix
* Better perl 5.6 compatibility
* Various documentation improvements
-------------------------------------------------------------------
Fri Oct 22 03:09:39 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.30
see /usr/share/doc/packages/perl-Proc-Background/Changes
-------------------------------------------------------------------
Sat Jul 10 03:08:22 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.22
see /usr/share/doc/packages/perl-Proc-Background/Changes
Fri July 9 07:33:00 JST 2021
Version 1.22
* Fix bug in timeout of $p->wait on Unix perl earlier than 5.12
where Time::HiRes::alarm was failing to set the alarm.
* Fix test case 47 (which was failing on about 5% of systems)
by waiting longer for the process to exit
-------------------------------------------------------------------
Wed Nov 6 10:05:59 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.21
see /usr/share/doc/packages/perl-Proc-Background/Changes
Tue Nov 5 17:39:00 EST 2019
Version 1.21
* Fix bug in timeout_system that caused it to wait the maximum
duration on every call.
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Fri Apr 17 12:06:17 UTC 2015 - coolo@suse.com
- initial package $version
* created by $NAME $VERSION