summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-03-28 13:53:13 -0700
committerisaacs <i@izs.me>2013-03-28 13:53:13 -0700
commitbce38b3d74e64fcb7d04a2dd551151da6168cdc5 (patch)
treea524e73012cfdfeb2aab7adc52a26aa9bf2c309c /AUTHORS
parent9100dd4b0fa839cc1a939b4dcbd91e0a0ef851d2 (diff)
downloadandroid-node-v8-bce38b3d74e64fcb7d04a2dd551151da6168cdc5.tar.gz
android-node-v8-bce38b3d74e64fcb7d04a2dd551151da6168cdc5.tar.bz2
android-node-v8-bce38b3d74e64fcb7d04a2dd551151da6168cdc5.zip
2013.03.28, Version 0.11.0 (Unstable)
* V8: update to 3.17.13 * os: use %SystemRoot% or %windir% in os.tmpdir() (Suwon Chae) * util: fix util.inspect() line width calculation (Marcin Kostrzewa) * buffer: remove _charsWritten (Trevor Norris) * fs: uv_[fl]stat now reports subsecond resolution (Timothy J Fontaine) * fs: Throw if error raised and missing callback (bnoordhuis) * tls: expose SSL_CTX_set_timeout via tls.createServer (Manav Rathi) * tls: remove harmful unnecessary bounds checking (Marcel Laverdet) * buffer: write ascii strings using WriteOneByte (Trevor Norris) * dtrace: fix generation of v8 constants on freebsd (Fedor Indutny) * dtrace: x64 ustack helper (Fedor Indutny) * readline: handle wide characters properly (Nao Iizuka) * repl: Use a domain to catch async errors safely (isaacs) * repl: emit 'reset' event when context is reset (Sami Samhuri) * util: custom `inspect()` method may return an Object (Nathan Rajlich) * console: `console.dir()` bypasses inspect() methods (Nathan Rajlich)
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c9c689fa29..77722d770f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -431,3 +431,6 @@ JeongHoon Byun <outsideris@gmail.com>
Iskren Ivov Chernev <iskren.chernev@gmail.com>
Alexey Kupershtokh <alexey.kupershtokh@gmail.com>
Benjamin Ruston <benjy.ruston@gmail.com>
+Manav Rathi <manav.r@directi.com>
+Marcin Kostrzewa <marcinkostrzewa@yahoo.com>
+Suwon Chae <doortts@gmail.com>