This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -436,3 +436,9 @@ Michael Hart <michael.hart.au@gmail.com>
436
436
Andrew Hart <hartandrewr@gmail.com>
437
437
Rafael Garcia <rgarcia2009@gmail.com>
438
438
Tobias Müllerleile <tobias@muellerleile.net>
439
+ Stanislav Ochotnicky <sochotnicky@redhat.com>
440
+ Ryan Graham <r.m.graham@gmail.com>
441
+ Kelly Gerber <kellygerber22@yahoo.com>
442
+ Ryan Doenges <rhdoenges@gmail.com>
443
+ Sean Silva <chisophugis@gmail.com>
444
+ Miroslav Bajtoš <miro.bajtos@gmail.com>
Original file line number Diff line number Diff line change 1
- 2013.04.11, Version 0.10.4 (Stable)
1
+ 2013.04.23, Version 0.10.5 (Stable)
2
+
3
+ * uv: Upgrade to 0.10.5 (isaacs)
4
+
5
+ * build: added support for Visual Studio 2012 (Miroslav Bajtoš)
6
+
7
+ * http: Don't try to destroy nonexistent sockets (isaacs)
8
+
9
+ * crypto: LazyTransform on properties, not methods (isaacs)
10
+
11
+ * assert: put info in err.message, not err.name (Ryan Doenges)
12
+
13
+ * dgram: fix no address bind() (Ben Noordhuis)
14
+
15
+ * handle_wrap: fix NULL pointer dereference (Ben Noordhuis)
16
+
17
+ * os: fix unlikely buffer overflow in os.type() (Ben Noordhuis)
18
+
19
+ * stream: Fix unshift() race conditions (isaacs)
20
+
21
+
22
+ 2013.04.11, Version 0.10.4 (Stable), 9712aa9f76073c30850b20a188b1ed12ffb74d17
2
23
3
24
* uv: Upgrade to 0.10.4
4
25
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 10
27
27
#define NODE_PATCH_VERSION 5
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