Files
perl-IPC-Exe/perl-IPC-Exe.changes

78 lines
3.3 KiB
Plaintext

-------------------------------------------------------------------
Tue Mar 12 17:02:32 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Mon Apr 13 18:45:11 UTC 2015 - coolo@suse.com
- updated to 2.002001
see /usr/share/doc/packages/perl-IPC-Exe/Changes
2.002001 2011/11/14
+ Added syntax sugar: @REDIRECTS can be specified after LIST.
+ Redirects may be specified with file descriptors > 2. They refer to
temporary filehandles that may be used for intermediate redirection.
Those filehandles do not necessarily have the same fd fileno.
- A &READER that dies will not leave STDIN in a bad state.
- Better localization of error variables.
2.001001 2011/10/22
+ Able to pass scalar references to \%EXE_OPTIONS for 'pid', 'stdin',
'stdout', and 'stderr' options. Each referenced scalar will be
assigned its corresponding value and will not be returned by exe().
+ &PREEXEC can return array references to perform open().
If references to array refs are returned, perform sysopen() instead.
+ Added taint checking.
+ Raised minimum Perl version required to v5.8.8.
This is for better handling of filehandles and PerlIO layers.
+ Changed release to semantic versioning.
- Pass along $@ upon each call to exe().
Do not modify $@ for bg().
1.010 2010/07/25
- Pass along $! and $^E upon each call to exe().
Do not modify $?, $! and $^E for bg().
- Hopeful robustness improvements for non-Unix.
-------------------------------------------------------------------
Mon Apr 13 18:45:10 UTC 2015 - coolo@suse.com
- updated to 2.001001
see /usr/share/doc/packages/perl-IPC-Exe/Changes
2.001001 2011/10/22
+ Able to pass scalar references to \%EXE_OPTIONS for 'pid', 'stdin',
'stdout', and 'stderr' options. Each referenced scalar will be
assigned its corresponding value and will not be returned by exe().
+ &PREEXEC can return array references to perform open().
If references to array refs are returned, perform sysopen() instead.
+ Added taint checking.
+ Raised minimum Perl version required to v5.8.8.
This is for better handling of filehandles and PerlIO layers.
+ Changed release to semantic versioning.
- Pass along $@ upon each call to exe().
Do not modify $@ for bg().
1.010 2010/07/25
- Pass along $! and $^E upon each call to exe().
Do not modify $?, $! and $^E for bg().
- Hopeful robustness improvements for non-Unix.
-------------------------------------------------------------------
Wed Dec 1 13:33:07 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:30:18 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Mon Jul 26 08:54:33 UTC 2010 - pascal.bleser@opensuse.org
- initial package (1.009)