Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit deeaf8f

Browse files
committed
2013.04.23, Version 0.10.5 (Stable)
* uv: Upgrade to 0.10.5 (isaacs) * build: added support for Visual Studio 2012 (Miroslav Bajtoš) * http: Don't try to destroy nonexistent sockets (isaacs) * crypto: LazyTransform on properties, not methods (isaacs) * assert: put info in err.message, not err.name (Ryan Doenges) * dgram: fix no address bind() (Ben Noordhuis) * handle_wrap: fix NULL pointer dereference (Ben Noordhuis) * os: fix unlikely buffer overflow in os.type() (Ben Noordhuis) * stream: Fix unshift() race conditions (isaacs)
1 parent 0602fbb commit deeaf8f

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,3 +436,9 @@ Michael Hart <michael.hart.au@gmail.com>
436436
Andrew Hart <hartandrewr@gmail.com>
437437
Rafael Garcia <rgarcia2009@gmail.com>
438438
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>

ChangeLog

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
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
223

324
* uv: Upgrade to 0.10.4
425

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 10
2727
#define NODE_PATCH_VERSION 5
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)