diff options
author | isaacs <i@izs.me> | 2013-06-18 09:50:53 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-06-18 09:50:53 -0700 |
commit | a088cf4f930d3928c97d239adf950ab43e7794aa (patch) | |
tree | 81e3c2e79cbdb373c2a1282274621e22a51fcf68 /ChangeLog | |
parent | 9195455637be7ac68274c4e9a83003470efdb0c0 (diff) | |
download | node-new-a088cf4f930d3928c97d239adf950ab43e7794aa.tar.gz |
2013.06.18, Version 0.10.12 (Stable)v0.10.12v0.10.12-release
* npm: Upgrade to 1.2.32
* readline: make `ctrl + L` clear the screen (Yuan Chuan)
* v8: add setVariableValue debugger command (Ben Noordhuis)
* net: Do not destroy socket mid-write (isaacs)
* v8: fix build for mips32r2 architecture (Andrei Sedoi)
* configure: fix cross-compilation host_arch_cc() (Andrei Sedoi)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,4 +1,19 @@ -2013.06.13, Version 0.10.11 (Stable) +2013.06.18, Version 0.10.12 (Stable) + +* npm: Upgrade to 1.2.32 + +* readline: make `ctrl + L` clear the screen (Yuan Chuan) + +* v8: add setVariableValue debugger command (Ben Noordhuis) + +* net: Do not destroy socket mid-write (isaacs) + +* v8: fix build for mips32r2 architecture (Andrei Sedoi) + +* configure: fix cross-compilation host_arch_cc() (Andrei Sedoi) + + +2013.06.13, Version 0.10.11 (Stable), d9d5bc465450ae5d60da32e9ffcf71c2767f1fad * uv: upgrade to 0.10.11 |