summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-12-18 15:49:45 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-12-18 15:49:45 -0800
commitb7fd6bc899ccb629d790c47aee06aba87e535c41 (patch)
tree72e758f797f3ab5df4258feb53d81f8f0566ec6c /ChangeLog
parent9371be0aa1548b199dd028f49e3f55ec922d4766 (diff)
downloadandroid-node-v8-b7fd6bc899ccb629d790c47aee06aba87e535c41.tar.gz
android-node-v8-b7fd6bc899ccb629d790c47aee06aba87e535c41.tar.bz2
android-node-v8-b7fd6bc899ccb629d790c47aee06aba87e535c41.zip
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)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 92f10d0d9e..8e9edb25a7 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)