File tree 3 files changed +34
-2
lines changed
3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -439,3 +439,8 @@ Michael Hart <michael.hart.au@gmail.com>
439
439
Andrew Hart <hartandrewr@gmail.com>
440
440
Rafael Garcia <rgarcia2009@gmail.com>
441
441
Tobias Müllerleile <tobias@muellerleile.net>
442
+ David Braun <NodeJS-box@snkmail.com>
443
+ Stanislav Ochotnicky <sochotnicky@redhat.com>
444
+ Ryan Graham <r.m.graham@gmail.com>
445
+ Kelly Gerber <kellygerber22@yahoo.com>
446
+ Ryan Doenges <rhdoenges@gmail.com>
Original file line number Diff line number Diff line change 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
2
29
3
30
* V8: update to 3.17.13
4
31
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 11
27
27
#define NODE_PATCH_VERSION 1
28
28
29
- #define NODE_VERSION_IS_RELEASE 0
29
+ #define NODE_VERSION_IS_RELEASE 1
30
30
31
31
#ifndef NODE_TAG
32
32
# define NODE_TAG ""
You can’t perform that action at this time.
0 commit comments