From: Timothy J Fontaine Date: Wed, 18 Dec 2013 23:49:45 +0000 (-0800) Subject: 2013.12.18, Version 0.10.24 (Stable) X-Git-Tag: v0.10.24^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7fd6bc899ccb629d790c47aee06aba87e535c41;p=platform%2Fupstream%2Fnodejs.git 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) --- diff --git a/ChangeLog b/ChangeLog index 92f10d0..8e9edb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,19 @@ -2013.12.12, Version 0.10.23 (Stable) +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) + + +2013.12.12, Version 0.10.23 (Stable), 0462bc23564e7e950a70ae4577a840b04db6c7c6 * uv: Upgrade to v0.10.20 (Timothy J Fontaine) diff --git a/src/node_version.h b/src/node_version.h index ca14c27..70a6e4d 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 24 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG ""