diff --git a/CHANGELOG.md b/CHANGELOG.md index cd952aa..6c0c92e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. -## [Unreleased] (date goes here) +## [6.1.1] (2019-11-10) + +### Fixed + +- Specify `--no-same-owner` for tarball extraction so cache files not owned by unexpected user (when run with sudo) ([#593]) ## [6.1.0] (2019-10-25) @@ -209,10 +213,12 @@ Only minor functional changes, but technically could break scripts relying on sp [#562]: https://github.com/tj/n/issues/562 [#574]: https://github.com/tj/n/issues/574 [#590]: https://github.com/tj/n/issues/590 +[#593]: https://github.com/tj/n/issues/593 [Unreleased]: https://github.com/tj/n/compare/master...develop +[6.1.1]: https://github.com/tj/n/compare/v6.0.0...v6.1.1 [6.1.0]: https://github.com/tj/n/compare/v6.0.1...v6.1.0 [6.0.1]: https://github.com/tj/n/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/tj/n/compare/v5.0.2...v6.0.0 diff --git a/bin/n b/bin/n index 6c85102..3cb0549 100755 --- a/bin/n +++ b/bin/n @@ -40,7 +40,7 @@ function echo_red() { # Setup and state # -VERSION="6.1.1-0" +VERSION="6.1.1" N_PREFIX="${N_PREFIX-/usr/local}" N_PREFIX=${N_PREFIX%/}