8
0
Files
perl-Archive-Tar-Wrapper/perl-Archive-Tar-Wrapper.changes

81 lines
3.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Jun 15 05:04:20 UTC 2018 - coolo@suse.com
- updated to 0.26
see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
0.26 (2018/06/09)
Implemented refactoring due warnings from Perl::Critic.
0.25 (2018/06/04)
Implemented refactoring due warnings from Perl::Critic.
Merge pull request #3 from manwar/suggest-code-tidy
0.24 (2018/06/02)
Added a LICENSE file (GNU GPL v3).
Removed MYMETA files (see https://rt.cpan.org/Ticket/Display.html?id=108171).
Improved Kwalitee by adding information to Makefile.PL
Fixed tests under OpenBSD
Added some code to check for OpenBSD tar, which is not quite compatible to the command line options passed by this module.
Also made the method is_gnu() more robust, testing the return code and properly handling STDOUT and STDERR when trying "tar --version".
Dependencies added are those already available on standard perl (Config and IPC::Open3).
Added a README.md for better formatting in Github project page.
Small refactorings and code formating with perltidy.
-------------------------------------------------------------------
Sun Jun 7 08:13:19 UTC 2015 - coolo@suse.com
- updated to 0.23
see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
0.23 (2015/05/28)
(ms) Mark Gardner added separate skips in the test suite to deal
with the absense of GNU tar:
https://github.com/mschilli/archive-tar-wrapper-perl/pull/7
-------------------------------------------------------------------
Fri Apr 17 08:34:36 UTC 2015 - coolo@suse.com
- updated to 0.22
see /usr/share/doc/packages/perl-Archive-Tar-Wrapper/Changes
0.22 (2015/03/08)
(ms) Added tar_gnu_write_options option suggested by Csaba Major with
tests and docs.
0.21 (2014/10/16)
(ms) [rt.cpan.org 87536] Setting default umask to get predictable test
results regardless of local umask settings.
0.20 (2014/09/29)
(ms) Ignore errors on chown/chgrp when files from different owners/groups
are copied into a tarball, accept the limitation that they'll be
owned by the script user unless we're running as superuser.
0.19 (2014/02/16)
(ms) RsrchBoy added support for bzip2-compressed tarfiles.
0.18 (2013/07/15)
(ms) Moved to tmpdir() in t/002Mult.t because some smoke testers don't
like writing into t/data.
0.17 (2013/07/01)
(ms) Sanko Robinson replaced bin_find() by File::Which::which() to allow
for better Win32 portability.
0.16 (2012/03/19)
(ms) [rt.cpan.org 75770] Allow add() with directories, and now preserves
directory permissions.
0.15 (2011/12/20)
(ms) [RT 73046] Randy Stauner submitted a patch to reset the directory if a
write() fails (e.g. because no files have been added).
https://github.com/mschilli/archive-tar-wrapper-perl/pull/1
-------------------------------------------------------------------
Thu Apr 14 07:44:31 UTC 2011 - coolo@opensuse.org
- initial package 0.14
* created by cpanspec 1.78.04