Skip to content

Commit 4babd2b

Browse files
committed
2013.04.19, Version 0.11.1 (Unstable)
* V8: upgrade to 3.18.0 * uv: Upgrade to v0.11.1 * http: split into multiple separate modules (Timothy J Fontaine) * http: escape unsafe characters in request path (Ben Noordhuis) * url: Escape all unwise characters (isaacs) * build: depend on v8 postmortem-metadata if enabled (Paddy Byers) * etw: update prototypes to match dtrace provider (Timothy J Fontaine) * buffer: change output of Buffer.prototype.toJSON() (David Braun) * dtrace: actually use the _handle.fd value (Timothy J Fontaine) * dtrace: pass more arguments to probes (Dave Pacheco) * build: allow building with dtrace on osx (Dave Pacheco) * zlib: allow passing options to convenience methods (Kyle Robinson Young)
1 parent 42b8682 commit 4babd2b

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -439,3 +439,8 @@ Michael Hart <[email protected]>
439439
Andrew Hart <[email protected]>
440440
Rafael Garcia <[email protected]>
441441
Tobias Müllerleile <[email protected]>
442+
David Braun <[email protected]>
443+
Stanislav Ochotnicky <[email protected]>
444+
Ryan Graham <[email protected]>
445+
Kelly Gerber <[email protected]>
446+
Ryan Doenges <[email protected]>

ChangeLog

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
2013.03.28, Version 0.11.0 (Unstable)
1+
2013.04.19, Version 0.11.1 (Unstable)
2+
3+
* V8: upgrade to 3.18.0
4+
5+
* uv: Upgrade to v0.11.1
6+
7+
* http: split into multiple separate modules (Timothy J Fontaine)
8+
9+
* http: escape unsafe characters in request path (Ben Noordhuis)
10+
11+
* url: Escape all unwise characters (isaacs)
12+
13+
* build: depend on v8 postmortem-metadata if enabled (Paddy Byers)
14+
15+
* etw: update prototypes to match dtrace provider (Timothy J Fontaine)
16+
17+
* buffer: change output of Buffer.prototype.toJSON() (David Braun)
18+
19+
* dtrace: actually use the _handle.fd value (Timothy J Fontaine)
20+
21+
* dtrace: pass more arguments to probes (Dave Pacheco)
22+
23+
* build: allow building with dtrace on osx (Dave Pacheco)
24+
25+
* zlib: allow passing options to convenience methods (Kyle Robinson Young)
26+
27+
28+
2013.03.28, Version 0.11.0 (Unstable), bce38b3d74e64fcb7d04a2dd551151da6168cdc5
229

330
* V8: update to 3.17.13
431

src/node_version.h

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