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

Commit b7fd6bc

Browse files
committed
2013.12.18, Version 0.10.24 (Stable)
* uv: Upgrade to v0.10.21 * npm: upgrade to 1.3.21 * v8: backport fix for CVE-2013-{6639|6640} * build: unix install node and dep library headers (Timothy J Fontaine) * cluster, v8: fix --logfile=%p.log (Ben Noordhuis) * module: only cache package main (Wyatt Preul)
1 parent 9371be0 commit b7fd6bc

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

ChangeLog

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
2013.12.12, Version 0.10.23 (Stable)
1+
2013.12.18, Version 0.10.24 (Stable)
2+
3+
* uv: Upgrade to v0.10.21
4+
5+
* npm: upgrade to 1.3.21
6+
7+
* v8: backport fix for CVE-2013-{6639|6640}
8+
9+
* build: unix install node and dep library headers (Timothy J Fontaine)
10+
11+
* cluster, v8: fix --logfile=%p.log (Ben Noordhuis)
12+
13+
* module: only cache package main (Wyatt Preul)
14+
15+
16+
2013.12.12, Version 0.10.23 (Stable), 0462bc23564e7e950a70ae4577a840b04db6c7c6
217

318
* uv: Upgrade to v0.10.20 (Timothy J Fontaine)
419

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