Skip to content

Commit

Permalink
2016-03-07, Version 5.7.2 (Stable)
Browse files Browse the repository at this point in the history
Notable changes

* http_parser:
  * revert d77c3bf which was causing errors inside of http client callbacks to not propagate.
* path:
  * a fix to a regression found in path.resolve for absolute paths with a single character name as the root directory (Evan Lucas) #5589
  • Loading branch information
Myles Borins committed Mar 7, 2016
1 parent d9aa699 commit 5de263e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Node.js ChangeLog

## 2016-03-07, Version 5.7.2 (Stable). @TheAlphaNerd

### Notable changes

* **http_parser**:
* revert d77c3bf204 which was causing errors inside of http client callbacks to not propagate.
* **path**:
* a fix to a regression found in path.resolve for absolute paths with a single character name as the root directory (Evan Lucas) [#5589](https://github.com/nodejs/node/pull/5589)

### Commits

* [[`38e134435e`](https://github.com/nodejs/node/commit/38e134435e)] - **http_parser**: revert d77c3bf204 (Myles Borins)
* [[`d9aa699f69`](https://github.com/nodejs/node/commit/d9aa699f69)] - **path**: fix normalize for absolutes (Evan Lucas) [#5589](https://github.com/nodejs/node/pull/5589)

## 2016-03-02, Version 5.7.1 (Stable), @Fishrock123

### Notable changes
Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define NODE_MINOR_VERSION 7
#define NODE_PATCH_VERSION 2

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 5de263e

Please sign in to comment.