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

Commit 25e51c3

Browse files
committed
2013.06.04, Version 0.10.10 (Stable)
* uv: Upgrade to 0.10.10 * npm: Upgrade to 1.2.25 * url: Properly parse certain oddly formed urls (isaacs) * stream: unshift('') is a noop (isaacs)
1 parent 96c30df commit 25e51c3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ChangeLog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
2013.05.30, Version 0.10.9 (Stable)
1+
2013.06.04, Version 0.10.10 (Stable)
2+
3+
* uv: Upgrade to 0.10.10
4+
5+
* npm: Upgrade to 1.2.25
6+
7+
* url: Properly parse certain oddly formed urls (isaacs)
8+
9+
* stream: unshift('') is a noop (isaacs)
10+
11+
12+
2013.05.30, Version 0.10.9 (Stable), 878ffdbe6a8eac918ef3a7f13925681c3778060b
213

314
* npm: Upgrade to 1.2.24
415

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