summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-04-01 18:00:43 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-04-01 18:00:43 -0700
commit787a343b588de26784fef97f953420b53a6e1d73 (patch)
tree44716fe1ac89b13a4f50d77122f1581f159c4b1a /ChangeLog
parent6d85da185c850cf871e1aeec25baa3da1971610f (diff)
downloadandroid-node-v8-787a343b588de26784fef97f953420b53a6e1d73.tar.gz
android-node-v8-787a343b588de26784fef97f953420b53a6e1d73.tar.bz2
android-node-v8-787a343b588de26784fef97f953420b53a6e1d73.zip
Bump version to v0.4.5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bf60dc7345..e4a09248bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,23 @@
-2011.03.26, Version 0.4.4 (stable)
+2011.04.01, Version 0.4.5 (stable)
+
+* Fix listener leak in stream.pipe() (Mikeal Rogers)
+
+* Retain buffers in fs.read/write() GH-814 (Jorge Chamorro Bieling)
+
+* TLS performance improvements
+
+* SlowBuffer.prototype.slice bug GH-843
+
+* process.stderr.write should return true
+
+* Immediate pause/resume race condition GH-535 (isaacs)
+
+* Set default host header properly GH-721 (isaacs)
+
+* Upgrade V8 to 3.1.8.8
+
+
+2011.03.26, Version 0.4.4 (stable), 25122b986a90ba0982697b7abcb0158c302a1019
* CryptoStream.end shouldn't throw if not writable GH-820