Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 67a1f0c

Browse files
committed
2013.09.04, Version 0.10.18 (Stable)
* uv: Upgrade to v0.10.15 * stream: Don't crash on unset _events property (isaacs) * stream: Pass 'buffer' encoding with decoded writable chunks (isaacs)
1 parent 9579464 commit 67a1f0c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

ChangeLog

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
2013.08.21, Version 0.10.17 (Stable)
1+
2013.09.04, Version 0.10.18 (Stable)
2+
3+
* uv: Upgrade to v0.10.15
4+
5+
* stream: Don't crash on unset _events property (isaacs)
6+
7+
* stream: Pass 'buffer' encoding with decoded writable chunks (isaacs)
8+
9+
10+
2013.08.21, Version 0.10.17 (Stable), 469a4a5091a677df62be319675056b869c31b35c
211

312
* uv: Upgrade v0.10.14
413

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 10
2727
#define NODE_PATCH_VERSION 18
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)