summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-22 17:32:11 -0700
committerisaacs <i@izs.me>2012-03-23 08:01:22 -0700
commite513ffef7549a56a5af728e1f0c2c0c8f290518a (patch)
tree33f8aeeed2ef784393b7ebe4163a1df7e6f9ae68 /ChangeLog
parentd497bf845b9d0a029ae51686bfe0dc2b3fa2070a (diff)
downloadandroid-node-v8-e513ffef7549a56a5af728e1f0c2c0c8f290518a.tar.gz
android-node-v8-e513ffef7549a56a5af728e1f0c2c0c8f290518a.tar.bz2
android-node-v8-e513ffef7549a56a5af728e1f0c2c0c8f290518a.zip
2012.03.22 Version 0.6.14 (stable)
* net: don't crash when queued write fails (Igor Zinkovsky) * sunos: fix EMFILE on process.memoryUsage() (Bryan Cantrill) * crypto: fix compile-time error with openssl 0.9.7e (Ben Noordhuis) * unix: ignore ECONNABORTED errors from accept() (Ben Noordhuis) * Add UV_ENOSPC and mappings to it (Bert Belder) * http-parser: Fix response body is not read (koichik) * Upgrade npm to 1.1.12 - upgrade node-gyp to 0.3.7 - work around AV-locked directories on Windows - Fix isaacs/npm#2293 Don't try to 'uninstall' / - Exclude symbolic links from packages. - Fix isaacs/npm#2275 Spurious 'unresolvable cycle' error. - Exclude/include dot files as if they were normal files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e831c3fc6d..ef7d3fccbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,27 @@
-2012.03.15 Version 0.6.13 (stable)
+2012.03.22 Version 0.6.14 (stable)
+
+* net: don't crash when queued write fails (Igor Zinkovsky)
+
+* sunos: fix EMFILE on process.memoryUsage() (Bryan Cantrill)
+
+* crypto: fix compile-time error with openssl 0.9.7e (Ben Noordhuis)
+
+* unix: ignore ECONNABORTED errors from accept() (Ben Noordhuis)
+
+* Add UV_ENOSPC and mappings to it (Bert Belder)
+
+* http-parser: Fix response body is not read (koichik)
+
+* Upgrade npm to 1.1.12
+ - upgrade node-gyp to 0.3.7
+ - work around AV-locked directories on Windows
+ - Fix isaacs/npm#2293 Don't try to 'uninstall' /
+ - Exclude symbolic links from packages.
+ - Fix isaacs/npm#2275 Spurious 'unresolvable cycle' error.
+ - Exclude/include dot files as if they were normal files
+
+
+2012.03.15 Version 0.6.13 (stable), 9f7f86b534f8556290eb8cad915984ff4ca54996
* Windows: Many libuv test fixes (Bert Belder)