summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-05-29 19:32:33 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-05-29 19:37:57 -0700
commit0c1aa36835fa6a3557843dcbc6ed6714d353a783 (patch)
treeb8b93ff740ca59668e2c3f3364e23f564fc29b86 /ChangeLog
parent16818ff250b1b115a3cd0572a3e0e3f899f882fe (diff)
downloadnodejs-0c1aa36835fa6a3557843dcbc6ed6714d353a783.tar.gz
nodejs-0c1aa36835fa6a3557843dcbc6ed6714d353a783.tar.bz2
nodejs-0c1aa36835fa6a3557843dcbc6ed6714d353a783.zip
bump versionv0.1.97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c78d818ce..f9ca89d18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,24 @@
-2010.05.21, Version 0.1.96
+2010.05.29, Version 0.1.97
+
+* HTTP throttling: outgoing messages emit 'drain' and write() returns false
+ when send buffer is full.
+
+* API: readFileSync without encoding argument now returns a Buffer
+
+* Improve Buffer C++ API; addons now compile with debugging symbols.
+
+* Improvements to path.extname() and REPL; add fs.chown().
+
+* fs.ReadStream now emits buffers, fs.readFileSync returns buffers.
+
+* Bugfix: parsing HTTP responses to HEAD requests.
+
+* Port to OpenBSD.
+
+* Upgrade V8 to 2.2.12, libeio, http-parser.
+
+
+2010.05.21, Version 0.1.96, 9514a4d5476225e8c8310ce5acae2857033bcaaa
* Thrown errors in http and socket call back get bubbled up.