Skip to content

Latest commit

 

History

History
162 lines (105 loc) · 9.12 KB

CHANGELOG.md

File metadata and controls

162 lines (105 loc) · 9.12 KB

Change Log

v1.2.0 (2022-04-06)

Merged Pull Requests

  • Remove Ruby 2.4 support & Test Ruby 3.0/3.1 #63 (poorndm)

Changes not yet released to rubygems.org

Merged Pull Requests

  • Remove Ruby 2.4 support & Test Ruby 3.0/3.1 #63 (poorndm)

v1.1.7 (2021-02-18)

Merged Pull Requests

v1.1.6 (2021-02-17)

Merged Pull Requests

v1.1.3 (2021-02-10)

Merged Pull Requests

  • Remove encoding comment we don't need #51 (tas50)
  • Remove Dir.chdir calls from libarchive extraction #54 (lamont-granquist)
  • Remove the pry-stack_explorer dep failing Ruby 2.4 builds #55 (tas50)
  • Add a note about ffi-libarchive to the readme #58 (tas50)
  • Update Chefstyle to 1.6.2 #57 (tas50)

v1.0.7 (2020-08-21)

Merged Pull Requests

v1.0.6 (2020-08-13)

Merged Pull Requests

  • Optimize requires for non-omnibus installs #52 (tas50)

v1.0.5 (2019-12-30)

Merged Pull Requests

  • Remove Travis and update Github templates #40 (tas50)
  • Chefstyle fixes + test on Windows in Buildkite #43 (tas50)
  • Test on Ruby 2.7rc and other testing updates #47 (tas50)
  • Substitute require for require_relative #48 (tas50)

v1.0.1 (2019-01-16)

Merged Pull Requests

  • Update expeditor config and order gemfile #38 (tas50)

v1.0.0 (2019-01-16)

Merged Pull Requests

v0.4.19 (2018-12-12)

Merged Pull Requests

  • Don't ship the readme in the gem artifact #35 (tas50)

v0.4.18 (2018-10-15)

Merged Pull Requests

  • Misc tweaks to gemfile / gemspec #32 (tas50)
  • Add a mingw32 specific gemspec to limit files shipped on *nix #33 (tas50)

v0.4.16 (2018-08-28)

Merged Pull Requests

  • Ensure that paths like foo..bar.baz aren't ignored #9 (thommay)
  • Fix mixlib-archive on Windows, add Appveyor #31 (stuartpreston)
  • Fix read_tar_magic to properly return an array when a file has less than 264 characters #30 (bdwyertech)

v0.4.13 (2018-08-03)

Merged Pull Requests

  • add codeowners #24 (thommay)
  • Move deps to the Gemfile and expand Rake tasks #25 (tas50)
  • Add github issue template & standardize expeditor config #26 (tas50)
  • Update codeowners and add PR template #27 (tas50)
  • bugfix to make dir.chdir threadsafe #29 (stevenoneill)

v0.4.8 (2018-06-21)

Merged Pull Requests

  • Use the correct entry size for content with multi-byte characters. #23 (coderanger)

v0.4.7 (2018-06-07)

Merged Pull Requests

  • fixup strange edge case around tar magic reading #22 (spion06)

v0.4.6 (2018-05-08)

Merged Pull Requests

  • update tar magic to identify oldgnu style tar headers #21 (spion06)

v0.4.5 (2018-05-04)

Merged Pull Requests

  • Fix up creating archives #18 (thommay)
  • Fix up writing tar archives with the rubygems tar #19 (thommay)

v0.4.2 (2018-04-25)

Merged Pull Requests

v0.4.1 (2017-02-02)

Full Changelog

###Merged pull requests:

  • Accept a single pattern to ignore #8 (thommay)

v0.4.0 (2017-02-02)

Full Changelog

Fixed bugs:

  • Ignore directory traversing file_names in an tar #6 (thommay)

v0.3.0 (2017-01-19)

Full Changelog

Merged pull requests:

  • Use Rake 11 #5 (tas50)
  • Create archives as well as extracting them #4 (thommay)

v0.2.0 (2016-07-05)

Full Changelog

Merged pull requests:

v0.1.0 (2016-05-09)

Full Changelog

Merged pull requests:

  • Turns out some tar archives don't contain dirs #1 (thommay)

* This Change Log was automatically generated by github_changelog_generator