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:
authorForrest L Norvell <forrest@npmjs.com>2014-08-22 06:10:07 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-08-22 06:10:07 +0400
commit13cbe4d17b930f0838fbb82fa8d57be0791a9e6d (patch)
treedcd8b9b57411decd810f116355667a49ef59c25f /CHANGELOG.md
parentae450385c3b7c667d3876547ca8878829377203b (diff)
syncing up changelogs
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 321249930..3635a17ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -43,6 +43,27 @@
`ENOENT` errors.
([@isaacs](https://github.com/isaacs))
+### v1.4.25 (2014-08-21):
+
+* [`64c0ec2`](https://github.com/npm/npm/commit/64c0ec241ef5d83761ca8de54acb3c41b079956e)
+ `npm-registry-client@2.0.6`: Print the notification header returned by the
+ registry, and make sure status codes are printed without gratuitous quotes
+ around them.
+ ([@othiym23](https://github.com/othiym23))
+* [`a8ed12b`](https://github.com/npm/npm/commit/a8ed12b) `tar@1.0.1`:
+ Add test for removing an extract target immediately after unpacking.
+ ([@isaacs](https://github.com/isaacs))
+* [`70fd11d`](https://github.com/npm/npm/commit/70fd11d)
+ `lockfile@1.0.0`: Fix incorrect interaction between `wait`, `stale`,
+ and `retries` options. Part 2 of race condition leading to `ENOENT`
+ errors.
+ ([@isaacs](https://github.com/isaacs))
+* [`0072c4d`](https://github.com/npm/npm/commit/0072c4d)
+ `fstream@1.0.2`: Fix a double-finish call which can result in excess
+ FS operations after the `close` event. Part 2 of race condition
+ leading to `ENOENT` errors.
+ ([@isaacs](https://github.com/isaacs))
+
### v2.0.0-alpha.7 (2014-08-14):
* [`f23f1d8`](https://github.com/npm/npm/commit/f23f1d8e8f86ec1b7ab8dad68250bccaa67d61b1)