summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-01 22:18:17 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-08-02 00:17:41 -0700
commit4585330afef44ddfb6a4054bd9b0f190b352628b (patch)
tree5235c94ad071f6b042dbbc5ddf55f7d2748ab256 /ChangeLog
parent21964fa779abd7d089cc843f67ffc1c8e8636e40 (diff)
downloadandroid-node-v8-4585330afef44ddfb6a4054bd9b0f190b352628b.tar.gz
android-node-v8-4585330afef44ddfb6a4054bd9b0f190b352628b.tar.bz2
android-node-v8-4585330afef44ddfb6a4054bd9b0f190b352628b.zip
Bump version to v0.5.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog43
1 files changed, 42 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e9195d0013..b3af8ab1d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,45 @@
-2011.07.22, Version 0.5.2 (unstable)
+2011.08.01, Version 0.5.3 (unstable)
+
+* Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)
+
+* #243 Add an optional length argument to Buffer.write() (koichik)
+
+* #657 convert nonbuffer data to string in fs.writeFile/Sync
+ (Daniel Pihlström)
+
+* Add process.features, remove process.useUV (Ben Noordhuis)
+
+* #324 Fix crypto hmac to accept binary keys + add test cases from rfc 2202
+ and 4231 (Stefan Bühler)
+
+* Add Socket::bytesRead, Socket::bytesWritten (Alexander Uvarov)
+
+* #572 Don't print result of --eval in CLI (Ben Noordhuis)
+
+* #1223 Fix http.ClientRequest crashes if end() was called twice (koichik)
+
+* #1383 Emit 'close' after all connections have closed (Felix Geisendörfer)
+
+* Add sprintf-like util.format() function (Ben Noordhuis)
+
+* Add support for TLS SNI (Fedor Indutny)
+
+* New http agent implementation. Off by default the command line flag
+ --use-http2 will enable it. "make test-http2" will run the tests
+ for the new implementation. (Mikeal Rogers)
+
+* Revert AMD compatibility. (isaacs)
+
+* Windows: improvements, child_process support.
+
+* Remove pkg-config file.
+
+* Fix startup time regressions.
+
+* doc improvements
+
+
+2011.07.22, Version 0.5.2 (unstable), 08ffce1a00dde1199174b390a64a90b60768ddf5
* libuv improvements; named pipe support