- Support for 7-Zip unpacking archives on drives other than the system root.
- Chef 13 support.
- Added support for using 7-Zip on Windows.
- Fixed handling of
.tar.xz
archives on RHEL and CentOS.
- Add support for unpacking directly from a URL.
- #1 Restore file permissions for ZIP files.
- 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
andgroup
properties.
- Fix compat with older Ruby that doesn't include
Entry#symlink?
.
- Fix GNU tar longlink extension.
- Scrap the original tar implementation in favor of a 100% pure-Ruby solution. This should work on all platforms exactly the same. Hopefully.
- Initial release!