- updated to 0.341 see /usr/share/doc/packages/perl-IPC-System-Options/Changes 0.341 2023-05-24 Released-By: PERLANCAR; Urgency: medium - Log output of system() and run(), in addition to readpipe(). OBS-URL: https://build.opensuse.org/request/show/1097587 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-System-Options?expand=0&rev=13
150 lines
4.7 KiB
Plaintext
150 lines
4.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jul 1 03:07:18 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.341
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
0.341 2023-05-24 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- Log output of system() and run(), in addition to readpipe().
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 1 03:07:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.340
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
0.340 2021-01-31 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- Update to Log::ger 0.038: Log::ger::Plugin::MultilevelLog is
|
|
renamed to Log::ger::Format::MultilevelLog.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 26 03:07:08 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.339
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
0.339 2021-01-26 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- Add option: fail_log_level.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 18 03:07:59 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.338
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
0.338 2020-08-18 Released-By: PERLANCAR; Urgency: low
|
|
- No functional changes.
|
|
[Documentation]
|
|
- Add Description (finally).
|
|
- Mention IPC::System::Simple and Proc::Govern.
|
|
- Format POD for easier linking.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 7 03:10:32 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 0.337
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
0.337 2020-06-06 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- run(): Allow capture_stdout & capture_stderr to be coderef in
|
|
addition to scalarref.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 24 03:12:02 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.336
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
0.336 2020-04-23 Released-By: PERLANCAR; Urgency: low
|
|
|
|
- No functional changes.
|
|
|
|
- [doc] Forgot to document the exit_code_success_criteria option.
|
|
|
|
|
|
0.335 2020-04-23 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- Add option: exit_code_success_criteria.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 11 03:12:40 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.334
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
0.334 2020-03-10 Released-By: PERLANCAR; Urgency: medium
|
|
|
|
- [bugfix] readpipe() didn't respect shell=0 option. Since Perl's
|
|
backtick always uses shell, when user wants shell=0, we need to avoid
|
|
using backtick and emulate it with system() + capture_output instead.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 23 03:09:32 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.333
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
0.333 2019-11-23 Released-By: PERLANCAR; Urgency: low
|
|
|
|
- No functional changes.
|
|
|
|
- [doc] Update documentation: logging is now done using Log::ger,
|
|
not Log::Any.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 10 09:08:46 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
- updated to 0.332
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 8 06:17:28 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.331
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
0.331 2019-01-07 (PERLANCAR)
|
|
|
|
- Introduce escaping mechanism via scalar reference to avoid a
|
|
special character from being quoted from the shell, e.g.
|
|
system({shell=>1}, 'ls', '-laR', \'>', '/root/ls-laR.txt').
|
|
|
|
- Add tests for tee_* options.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 27 05:41:52 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.330
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
0.330 2017-08-10 (PERLANCAR)
|
|
|
|
- Add options: tee_stdout, tee_stderr, tee_merged.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 11 05:43:47 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.32
|
|
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
|
|
|
|
0.32 2017-07-10 (PERLANCAR)
|
|
|
|
- No functional changes from last dev release.
|
|
|
|
|
|
0.31_001 2017-06-20 (PERLANCAR)
|
|
|
|
- Switch from Log::Any to Log::ger.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 28 19:17:26 UTC 2017 - coolo@suse.com
|
|
|
|
- initial package 0.31
|
|
* created by cpanspec 1.78.08
|