summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-07-25 16:26:15 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-07-25 16:26:15 -0700
commit2426d65af860bda7be9f0832a99601cc43c6cf63 (patch)
treebb3b02e73667334d6ca84f4461ae090971799159 /ChangeLog
parent015ec05272cf9742bcfaea1f8884e81c31285f5f (diff)
downloadnode-new-2426d65af860bda7be9f0832a99601cc43c6cf63.tar.gz
2013.07.25, Version 0.10.15 (Stable)v0.10.15v0.10.15-release
* src: fix process.getuid() return value (Ben Noordhuis)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9dafe38f3f..db902bc070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2013.07.25, Version 0.10.14 (Stable)
+2013.07.25, Version 0.10.15 (Stable)
+
+* src: fix process.getuid() return value (Ben Noordhuis)
+
+
+2013.07.25, Version 0.10.14 (Stable), fdf57f811f9683a4ec49a74dc7226517e32e6c9d
* uv: Upgrade to v0.10.13