0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 02:57:32 +01:00

Prepare for 6.1.1 release

This commit is contained in:
John Gee 2019-11-10 11:34:13 +13:00
parent a5b5ae5a97
commit 23788b640a
2 changed files with 8 additions and 2 deletions

View File

@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- markdownlint-disable MD024 -->
## [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
<!-- reference links for releases -->
[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

2
bin/n
View File

@ -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%/}