Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2018-02-22 20:07:16 +0300
committerKat Marchán <kzm@sykosomatic.org>2018-02-22 20:23:04 +0300
commit7dff9d6cf2dc12b60adedbead32b64f7d59748e5 (patch)
treeac516deaf3a46141def143643b2df29b9480cf81
parent74e149da6efe6ed89477faa81fef08eee7999ad0 (diff)
doc: update changelog for npm@5.7.1
-rw-r--r--CHANGELOG.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c93ef612..39ba65f27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,24 @@
-* [`6954dfc19`](https://github.com/npm/npm/commit/6954dfc192f88ac263f1fcc66cf820a21f4379f1)
+## v5.7.1 (2018-02-22):
+
+This release reverts a patch that could cause some ownership changes on system
+files when running from some directories when also using `sudo`. 😲
+
+Thankfully, it only affected users running `npm@next`, which is part of our
+staggered release system, which we use to prevent issues like this from going
+out into the wider world before we can catch them. Users on `latest` would have
+never seen this!
+
+The original patch was added to increase consistency and reliability of methods
+npm uses to avoid writing files as `root` in places it shouldn't, but the change
+was applied in places that should have used regular `mkdirp`. This release
+reverts that patch.
+
+* [`74e149da6`](https://github.com/npm/npm/commit/74e149da6efe6ed89477faa81fef08eee7999ad0)
+ [`#19883`](https://github.com/npm/npm/issue/19883)
+ Revert "*: Switch from mkdirp to correctMkdir to preserve perms and owners"
+ This reverts commit [`94227e15`](https://github.com/npm/npm/commit/94227e15eeced836b3d7b3d2b5e5cc41d4959cff).
+ ([@zkat](https://github.com/zkat))
+
## v5.7.0 (2018-02-20):
Hey y'all, it's been a while. Expect our release rate to increase back to