Skip to content

Commit 6b5e6a5

Browse files
committed
2013.09.24, Version 0.10.19 (Stable)
* uv: Upgrade to v0.10.17 * npm: upgrade to 1.3.11 * readline: handle input starting with control chars (Eric Schrock) * configure: add mips-float-abi (soft, hard) option (Andrei Sedoi) * stream: objectMode transforms allow falsey values (isaacs) * tls: prevent duplicate values returned from read (Nathan Rajlich) * tls: NPN protocols are now local to connections (Fedor Indutny)
1 parent 55546f5 commit 6b5e6a5

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,3 +466,4 @@ Eivind Uggedal <eivind@uggedal.com>
466466
Edward Hutchins <eahutchins@gmail.com>
467467
Chris Wren <cthewren@gmail.com>
468468
Duan Yao <duanyao@ustc.edu>
469+
Eric Schrock <Eric.Schrock@delphix.com>

ChangeLog

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
2013.09.04, Version 0.10.18 (Stable)
1+
2013.09.24, Version 0.10.19 (Stable)
2+
3+
* uv: Upgrade to v0.10.17
4+
5+
* npm: upgrade to 1.3.11
6+
7+
* readline: handle input starting with control chars (Eric Schrock)
8+
9+
* configure: add mips-float-abi (soft, hard) option (Andrei Sedoi)
10+
11+
* stream: objectMode transforms allow falsey values (isaacs)
12+
13+
* tls: prevent duplicate values returned from read (Nathan Rajlich)
14+
15+
* tls: NPN protocols are now local to connections (Fedor Indutny)
16+
17+
18+
2013.09.04, Version 0.10.18 (Stable), 67a1f0c52e0708e2596f3f2134b8386d6112561e
219

320
* uv: Upgrade to v0.10.15
421

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 19
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)