Skip to content

Commit 0fe0d12

Browse files
committed
2014.09.16, Version 0.10.32 (Stable)
* npm: Update to 1.4.28 * v8: fix a crash introduced by previous release (Fedor Indutny) * configure: add --openssl-no-asm flag (Fedor Indutny) * crypto: use domains for any callback-taking method (Chris Dickinson) * http: do not send `0rnrn` in TE HEAD responses (Fedor Indutny) * querystring: fix unescape override (Tristan Berger) * url: Add support for RFC 3490 separators (Mathias Bynens)
1 parent daca803 commit 0fe0d12

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -513,3 +513,5 @@ Jakob Gillich <[email protected]>
513513
James Halliday <[email protected]>
514514
Kevin Simper <[email protected]>
515515
Jackson Tian <[email protected]>
516+
Tristan Berger <[email protected]>
517+
Mathias Schreck <[email protected]>

ChangeLog

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
2014.08.19, Version 0.10.31 (Stable)
1+
2014.09.16, Version 0.10.32 (Stable)
2+
3+
* npm: Update to 1.4.28
4+
5+
* v8: fix a crash introduced by previous release (Fedor Indutny)
6+
7+
* configure: add --openssl-no-asm flag (Fedor Indutny)
8+
9+
* crypto: use domains for any callback-taking method (Chris Dickinson)
10+
11+
* http: do not send `0\r\n\r\n` in TE HEAD responses (Fedor Indutny)
12+
13+
* querystring: fix unescape override (Tristan Berger)
14+
15+
* url: Add support for RFC 3490 separators (Mathias Bynens)
16+
17+
18+
2014.08.19, Version 0.10.31 (Stable), 7fabdc23d843cb705d2d0739e7bbdaaf50aa3292
219

320
* v8: backport CVE-2013-6668
421

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