summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-05-13 14:54:38 -0700
committerisaacs <i@izs.me>2013-05-13 14:54:38 -0700
commit5d3dc0e4c3369dfb00b7b13e08936c2e652fa696 (patch)
tree70081afaf4824d620d4ea4f636964c25573396b7 /ChangeLog
parent31e73a5cecd305abf55c3b04a4339a0d3ca1be5e (diff)
downloadnode-new-5d3dc0e4c3369dfb00b7b13e08936c2e652fa696.tar.gz
2013.05.13, Version 0.11.2 (Unstable)v0.11.2v0.11.2-release
* uv: Upgrade to 0.11.2 * V8: Upgrade to 3.19.0 * npm: Upgrade to 1.2.21 * build: Makefile should respect configure --prefix (Timothy J Fontaine) * cluster: use round-robin load balancing (Ben Noordhuis) * debugger, cluster: each worker has new debug port (Miroslav Bajtoš) * debugger: `restart` with custom debug port (Miroslav Bajtoš) * debugger: breakpoints in scripts not loaded yet (Miroslav Bajtoš) * event: EventEmitter#setMaxListeners() returns this (Sam Roberts) * events: add EventEmitter.defaultMaxListeners (Ben Noordhuis) * install: Support $(PREFIX) install target directory prefix (Olof Johansson) * os: Include netmask in os.networkInterfaces() (Ben Kelly) * path: add path.isAbsolute(path) (Ryan Doenges) * stream: Guarantee ordering of 'finish' event (isaacs) * streams: introduce .cork/.uncork/._writev (Fedor Indutny) * vm: add support for timeout argument (Andrew Paprocki)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog59
1 files changed, 48 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 992c50fb2f..80f1e2477b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,39 @@
-2013.04.23, Version 0.10.5 (Stable)
+2013.05.13, Version 0.11.2 (Unstable)
-* uv: Upgrade to 0.10.5 (isaacs)
+* uv: Upgrade to 0.11.2
-* build: added support for Visual Studio 2012 (Miroslav Bajtoš)
+* V8: Upgrade to 3.19.0
-* http: Don't try to destroy nonexistent sockets (isaacs)
+* npm: Upgrade to 1.2.21
-* crypto: LazyTransform on properties, not methods (isaacs)
+* build: Makefile should respect configure --prefix (Timothy J Fontaine)
-* assert: put info in err.message, not err.name (Ryan Doenges)
+* cluster: use round-robin load balancing (Ben Noordhuis)
-* dgram: fix no address bind() (Ben Noordhuis)
+* debugger, cluster: each worker has new debug port (Miroslav Bajtoš)
-* handle_wrap: fix NULL pointer dereference (Ben Noordhuis)
+* debugger: `restart` with custom debug port (Miroslav Bajtoš)
-* os: fix unlikely buffer overflow in os.type() (Ben Noordhuis)
+* debugger: breakpoints in scripts not loaded yet (Miroslav Bajtoš)
-* stream: Fix unshift() race conditions (isaacs)
+* event: EventEmitter#setMaxListeners() returns this (Sam Roberts)
+
+* events: add EventEmitter.defaultMaxListeners (Ben Noordhuis)
+* install: Support $(PREFIX) install target directory prefix (Olof Johansson)
-2013.04.19, Version 0.11.1 (Unstable)
+* os: Include netmask in os.networkInterfaces() (Ben Kelly)
+
+* path: add path.isAbsolute(path) (Ryan Doenges)
+
+* stream: Guarantee ordering of 'finish' event (isaacs)
+
+* streams: introduce .cork/.uncork/._writev (Fedor Indutny)
+
+* vm: add support for timeout argument (Andrew Paprocki)
+
+
+2013.04.19, Version 0.11.1 (Unstable), 4babd2b46ebf9fbea2c9946af5cfae25a33b2b22
* V8: upgrade to 3.18.0
@@ -46,6 +60,29 @@
* zlib: allow passing options to convenience methods (Kyle Robinson Young)
+2013.04.23, Version 0.10.5 (Stable), deeaf8fab978e3cadb364e46fb32dafdebe5f095
+
+* uv: Upgrade to 0.10.5 (isaacs)
+
+* build: added support for Visual Studio 2012 (Miroslav Bajtoš)
+
+* http: Don't try to destroy nonexistent sockets (isaacs)
+
+* crypto: LazyTransform on properties, not methods (isaacs)
+
+* assert: put info in err.message, not err.name (Ryan Doenges)
+
+* dgram: fix no address bind() (Ben Noordhuis)
+
+* handle_wrap: fix NULL pointer dereference (Ben Noordhuis)
+
+* os: fix unlikely buffer overflow in os.type() (Ben Noordhuis)
+
+* stream: Fix unshift() race conditions (isaacs)
+
+
+
+
2013.04.11, Version 0.10.4 (Stable), 9712aa9f76073c30850b20a188b1ed12ffb74d17
* uv: Upgrade to 0.10.4