summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-05-21 02:55:38 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-05-21 02:55:38 -0700
commit9514a4d5476225e8c8310ce5acae2857033bcaaa (patch)
tree39b7c287003082d0c7ff09b91db25bee34293ed6 /ChangeLog
parent0de138acb59e620e0a542ace665abce7df49439f (diff)
downloadnode-new-9514a4d5476225e8c8310ce5acae2857033bcaaa.tar.gz
bump versionv0.1.96
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 664b31b0c1..c78d818cef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,32 @@
-2010.05.13, Version 0.1.95
+2010.05.21, Version 0.1.96
+
+* Thrown errors in http and socket call back get bubbled up.
+
+* Add fs.fsync (Andrew Johnston)
+
+* Bugfix: signal unregistering (Jonas Pfenniger)
+
+* Added better error messages for async and sync fs calls with paths
+ (TJ Holowaychuk)
+
+* Support arrays and strings in buffer constructor.
+ (Felix Geisendörfer)
+
+* Fix errno reporting in DNS exceptions.
+
+* Support buffers in fs.WriteStream.write.
+
+* Bugfix: Safely decode a utf8 streams that are broken on a multbyte
+ character (http and net). (Felix Geisendörfer)
+
+* Make Buffer's C++ constructor public.
+
+* Deprecate sys.p()
+
+* FIX path.dirname('/tmp') => '/'. (Jonathan Rentzsch)
+
+
+2010.05.13, Version 0.1.95, 0914d33842976c2c870df06573b68f9192a1fb7a
* Change GC idle notify so that it runs alongside setInterval