Skip to content

Commit 4ced23d

Browse files
committedMay 4, 2012
2012.05.04 Version 0.6.17 (stable)
* Upgrade npm to 1.1.21 * uv: Add support for EROFS errors (Ben Noordhuis, Maciej Małecki) * uv: Add support for EIO and ENOSPC errors (Fedor Indutny) * windows: Add support for EXDEV errors (Bert Belder) * http: Fix client memory leaks (isaacs, Vincent Voyer) * fs: fix file descriptor leak in sync functions (Ben Noordhuis) * fs: fix ReadStream / WriteStream double close bug (Ben Noordhuis)
1 parent 711ecdd commit 4ced23d

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed
 

‎ChangeLog

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
2012.04.30 Version 0.6.16 (stable)
1+
2012.05.04 Version 0.6.17 (stable)
2+
3+
* Upgrade npm to 1.1.21
4+
5+
* uv: Add support for EROFS errors (Ben Noordhuis, Maciej Małecki)
6+
7+
* uv: Add support for EIO and ENOSPC errors (Fedor Indutny)
8+
9+
* windows: Add support for EXDEV errors (Bert Belder)
10+
11+
* http: Fix client memory leaks (isaacs, Vincent Voyer)
12+
13+
* fs: fix file descriptor leak in sync functions (Ben Noordhuis)
14+
15+
* fs: fix ReadStream / WriteStream double close bug (Ben Noordhuis)
16+
17+
18+
2012.04.30 Version 0.6.16 (stable), a1d193963ddc80a27da5da01b59751e14e33d1d6
219

320
* Upgrade V8 to 3.6.6.25
421

‎src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define NODE_MAJOR_VERSION 0
3030
#define NODE_MINOR_VERSION 6
3131
#define NODE_PATCH_VERSION 17
32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)