Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-01-18 20:42:54 +0400
committerisaacs <i@izs.me>2013-01-18 23:04:11 +0400
commit9e7bebeb8305edd55735a95955a98fdbe47572e5 (patch)
tree6211147a984c76d253a8fd3523e6e6e8bff9d93e /ChangeLog
parentee2fd79e434ed7096193602e614bccc075bac849 (diff)
2013.01.18, Version 0.9.7 (Unstable)v0.9.7
* V8: Upgrade to 3.15.11.7 * npm: Upgrade to 1.2.2 * punycode: Upgrade to 1.2.0 (Mathias Bynens) * repl: make built-in modules available by default (Felix Böhm) * windows: add support for '_Total' perf counters (Scott Blomquist) * cluster: make --prof work for workers (Ben Noordhuis) * child_process: do not keep list of sent sockets (Fedor Indutny) * tls: Follow RFC6125 more strictly (Fedor Indutny) * buffer: floating point read/write improvements (Trevor Norris) * TypedArrays: Improve dataview perf without endian param (Dean McNamee) * module: assert require() called with a non-empty string (Felix Böhm, James Campos) * stdio: Set readable/writable flags properly (isaacs) * stream: Properly handle large reads from push-streams (isaacs)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 30 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d4805dc43e8..6be7da43a91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,33 @@
-2013.01.11, Version 0.9.6 (Unstable)
+2013.01.18, Version 0.9.7 (Unstable)
+
+* V8: Upgrade to 3.15.11.7
+
+* npm: Upgrade to 1.2.2
+
+* punycode: Upgrade to 1.2.0 (Mathias Bynens)
+
+* repl: make built-in modules available by default (Felix Böhm)
+
+* windows: add support for '_Total' perf counters (Scott Blomquist)
+
+* cluster: make --prof work for workers (Ben Noordhuis)
+
+* child_process: do not keep list of sent sockets (Fedor Indutny)
+
+* tls: Follow RFC6125 more strictly (Fedor Indutny)
+
+* buffer: floating point read/write improvements (Trevor Norris)
+
+* TypedArrays: Improve dataview perf without endian param (Dean McNamee)
+
+* module: assert require() called with a non-empty string (Felix Böhm, James Campos)
+
+* stdio: Set readable/writable flags properly (isaacs)
+
+* stream: Properly handle large reads from push-streams (isaacs)
+
+
+2013.01.11, Version 0.9.6 (Unstable), 9313fdc71ca8335d5e3a391c103230ee6219b3e2
* V8: update to 3.15.11.5