summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-10 21:25:41 -0700
committerisaacs <i@izs.me>2012-06-11 08:19:55 -0700
commit8d9766a9dfb1eea901219d2a865ce9300fe4d68e (patch)
tree5f80a25ef5861d01f62cbc8f8ab25af3cc51d4f9 /AUTHORS
parent76f6a4abb464c8d2d6cb62361bb016828c8369e7 (diff)
downloadnodejs-8d9766a9dfb1eea901219d2a865ce9300fe4d68e.tar.gz
nodejs-8d9766a9dfb1eea901219d2a865ce9300fe4d68e.tar.bz2
nodejs-8d9766a9dfb1eea901219d2a865ce9300fe4d68e.zip
2012.06.11, Version 0.7.10 (unstable)v0.7.10
* Roll V8 back to 3.9.24.31 * build: x64 target should always pass -m64 (Robert Mustacchi) * add NODE_EXTERN to node::Start (Joel Brandt) * repl: Warn about running npm commands (isaacs) * slab_allocator: fix crash in dtor if V8 is dead (Ben Noordhuis) * slab_allocator: fix leak of Persistent handles (Shigeki Ohtsu) * windows/msi: add node.js prompt to startmenu (Jeroen Janssen) * windows/msi: fix adding node to PATH (Jeroen Janssen) * windows/msi: add start menu links when installing (Jeroen Janssen) * windows: don't install x64 version into the 'program files (x86)' folder (Matt Gollob) * domain: Fix #3379 domain.intercept no longer passes error arg to cb (Marc Harter) * fs: make callbacks run in global context (Ben Noordhuis) * fs: enable fs.realpath on windows (isaacs) * child_process: expose UV_PROCESS_DETACHED as options.detached (Charlie McConnell) * child_process: new stdio API for .spawn() method (Fedor Indutny) * child_process: spawn().ref() and spawn().unref() (Fedor Indutny) * Upgrade npm to 1.1.25 - Enable npm link on windows - Properly remove sh-shim on Windows - Abstract out registry client and logger
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS5
1 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4aa563fbf..645d40eba 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -314,3 +314,8 @@ Kevin Gadd <kevin.gadd@gmail.com>
Ray Solomon <raybsolomon@gmail.com>
Kevin Bowman <github@magicmonkey.org>
Jeroen Janssen <jeroen.janssen@gmail.com>
+Matt Gollob <mattgollob@gmail.com>
+Simon Sturmer <sstur@me.com>
+Joel Brandt <joelrbrandt@gmail.com>
+Marc Harter <wavded@gmail.com>
+Nuno Job <nunojobpinto@gmail.com>