diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-07-25 23:39:58 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-07-25 23:39:58 -0700 |
commit | 2a4568c85f33869c75ff43ccd30f0ec188b43eab (patch) | |
tree | d98c97dfb14f8ae986f30719000d76bc1de6fc83 /ChangeLog | |
parent | 402bcb83bc9455e066ec47a2dae7a21219b1e040 (diff) | |
download | node-new-2a4568c85f33869c75ff43ccd30f0ec188b43eab.tar.gz |
bump versionv0.1.102
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,4 +1,25 @@ -2010.07.16, Version 0.1.101 +2010.07.25, Version 0.1.102 + +* base64 encoding for Buffers. + +* Buffer support for Cipher, Decipher, Hmac, Sign and Verify + (Andrew Naylor) + +* Support for reading byte ranges from files using fs.createReadStream. + (Chandra Sekar) + +* Fix Buffer.toString() on 0-length slices. (Peter Griess) + +* Cache modules based on filename rather than ID (Isaac Schlueter) + +* querystring improvments (Jan Kassens, Micheil Smith) + +* Support DEL in the REPL. (Jérémy Lal) + +* Upgrade http-parser, upgrade V8 to 2.3.2 + + +2010.07.16, Version 0.1.101, 0174ceb6b24caa0bdfc523934c56af9600fa9b58 * Added env to child_process.exec (Сергей Крыжановский) |