Files
perl-IPC-System-Options/perl-IPC-System-Options.changes
Lars Vogdt dcb6857950 Accepting request 783765 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/783765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-System-Options?expand=0&rev=7
2020-03-14 08:19:00 +00:00

76 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
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