Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Latest commit

 

History

History
43 lines (25 loc) · 932 Bytes

CHANGELOG.md

File metadata and controls

43 lines (25 loc) · 932 Bytes

Poise-Archive Changelog

v1.5.0

  • Support for 7-Zip unpacking archives on drives other than the system root.
  • Chef 13 support.

v1.4.0

  • Added support for using 7-Zip on Windows.
  • Fixed handling of .tar.xz archives on RHEL and CentOS.

v1.3.0

  • Add support for unpacking directly from a URL.

v1.2.1

  • #1 Restore file permissions for ZIP files.

v1.2.0

  • Add back a tar-binary provider called GnuTar, used by default on Linux.
  • Support for ZIP files via RubyZip.
  • Full Windows support, including with the user and group properties.

v1.1.2

  • Fix compat with older Ruby that doesn't include Entry#symlink?.

v1.1.1

  • Fix GNU tar longlink extension.

v1.1.0

  • Scrap the original tar implementation in favor of a 100% pure-Ruby solution. This should work on all platforms exactly the same. Hopefully.

v1.0.0

  • Initial release!