diff options
author | isaacs <i@izs.me> | 2012-02-14 14:31:00 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-02-14 14:34:43 -0800 |
commit | de21de920cf93ec40736ada3792a7f85f3eadeda (patch) | |
tree | 4353e2cc05f80e59a0bb0d7e002bb480d1f20f8e /ChangeLog | |
parent | 0a4f5e84734d3cab0e3a082c733d4e96c3e3d496 (diff) | |
download | nodejs-de21de920cf93ec40736ada3792a7f85f3eadeda.tar.gz nodejs-de21de920cf93ec40736ada3792a7f85f3eadeda.tar.bz2 nodejs-de21de920cf93ec40736ada3792a7f85f3eadeda.zip |
2012.02.14, Version 0.7.4 (unstable)v0.7.4
* Upgrade V8 to 3.9.5
* Upgrade npm to 1.1.1
* build: Detect host_arch better (Karl Skomski)
* debugger: export `debug_port` to `process` (Fedor Indutny)
* api docs: CSS bug fixes (isaacs)
* build: use -fPIC for native addons on UNIX (Nathan Rajlich)
* Re-add top-level v8::Locker (Marcel Laverdet)
* Move images out of the dist tarballs (isaacs)
* libuv: Remove uv_export and uv_import (Ben Noordhuis)
* build: Support x64 build on Windows (Igor Zinkovsky)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,4 +1,27 @@ -2012.02.07, Version 0.7.3 (unstable) +2012.02.14, Version 0.7.4 (unstable) + +* Upgrade V8 to 3.9.5 + +* Upgrade npm to 1.1.1 + +* build: Detect host_arch better (Karl Skomski) + +* debugger: export `debug_port` to `process` (Fedor Indutny) + +* api docs: CSS bug fixes (isaacs) + +* build: use -fPIC for native addons on UNIX (Nathan Rajlich) + +* Re-add top-level v8::Locker (Marcel Laverdet) + +* Move images out of the dist tarballs (isaacs) + +* libuv: Remove uv_export and uv_import (Ben Noordhuis) + +* build: Support x64 build on Windows (Igor Zinkovsky) + + +2012.02.07, Version 0.7.3 (unstable), 99059aad8d654acda4abcfaa68df182b50f2ec90 * Upgrade V8 to 3.9.2 |