Skip to content

Commit 469a4a5

Browse files
committedAug 21, 2013
2013.08.21, Version 0.10.17 (Stable)
* uv: Upgrade v0.10.14 * http_parser: Do not accept PUN/GEM methods as PUT/GET (Chris Dickinson) * tls: fix assertion when ssl is destroyed at read (Fedor Indutny) * stream: Throw on 'error' if listeners removed (isaacs) * dgram: fix assertion on bad send() arguments (Ben Noordhuis) * readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)
1 parent e445fbd commit 469a4a5

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed
 

‎AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -461,3 +461,8 @@ Andrew Chilton <andychilton@gmail.com>
461461
Wyatt Preul <wpreul@gmail.com>
462462
Forrest L Norvell <ogd@aoaioxxysz.net>
463463
Eran Hammer <eran@hueniverse.com>
464+
Daniel Chatfield <chatfielddaniel@gmail.com>
465+
Eivind Uggedal <eivind@uggedal.com>
466+
Edward Hutchins <eahutchins@gmail.com>
467+
Chris Wren <cthewren@gmail.com>
468+
Duan Yao <duanyao@ustc.edu>

‎ChangeLog

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
2013.08.16, Version 0.10.16 (Stable)
1+
2013.08.21, Version 0.10.17 (Stable)
2+
3+
* uv: Upgrade v0.10.14
4+
5+
* http_parser: Do not accept PUN/GEM methods as PUT/GET (Chris Dickinson)
6+
7+
* tls: fix assertion when ssl is destroyed at read (Fedor Indutny)
8+
9+
* stream: Throw on 'error' if listeners removed (isaacs)
10+
11+
* dgram: fix assertion on bad send() arguments (Ben Noordhuis)
12+
13+
* readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)
14+
15+
16+
2013.08.16, Version 0.10.16 (Stable), 50b4c905a4425430ae54db4906f88982309e128d
217

318
* v8: back-port fix for CVE-2013-2882
419

‎src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 10
2727
#define NODE_PATCH_VERSION 17
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)