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:
authorRyan Dahl <ry@tinyclouds.org>2011-03-26 02:30:54 +0300
committerRyan Dahl <ry@tinyclouds.org>2011-03-26 11:48:02 +0300
commit25122b986a90ba0982697b7abcb0158c302a1019 (patch)
tree01b92a5cb342bf4a538412772fe26c91a99c61b9 /ChangeLog
parent77044ed5fa7cb1327c3cfe82aeeb154a3d318153 (diff)
Bump version to v0.4.4v0.4.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 460c53dc630..bf60dc73453 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,21 @@
-2011.03.18, Version 0.4.3 (stable)
+2011.03.26, Version 0.4.4 (stable)
+
+* CryptoStream.end shouldn't throw if not writable GH-820
+
+* Drop out if connection destroyed before connect() GH-819
+
+* expose https.Agent
+
+* Correctly setsid in tty.open GH-815
+
+* Bug fix for failed buffer construction
+
+* Added support for removing .once listeners (GH-806)
+
+* Upgrade V8 to 3.1.8.5
+
+
+2011.03.18, Version 0.4.3 (stable), c095ce1a1b41ca015758a713283bf1f0bd41e4c4
* Don't decrease server connection counter again if destroy() is called more
than once GH-431 (Andreas Reich, Anders Conbere)