summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-12 00:46:39 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-08-12 01:17:05 -0700
commitcfba1f59224ff8602c3fe9145181cad4c6df89a9 (patch)
treedba6ba047f2c22e89236d8c7f8da14541d8efd12 /ChangeLog
parent6c614fe585dea5a822f3759121536afcc30f5a1b (diff)
downloadnode-new-cfba1f59224ff8602c3fe9145181cad4c6df89a9.tar.gz
Bump version to v0.5.4v0.5.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b3af8ab1d2..4a859e317f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,29 @@
-2011.08.01, Version 0.5.3 (unstable)
+2011.08.12, Version 0.5.4 (unstable)
+
+* libuv/Windows compatibility improvements
+
+* Build on Microsoft Visual Studio via GYP. Use generate-projects.bat in the
+ to build sln files. (Peter Bright, Igor Zinkovsky)
+
+* Make Mikeal's HTTP agent client the default. Use old HTTP client with
+ --use-http1
+
+* Fixes https host header default port handling. (Mikeal Rogers)
+
+* #1440 strip byte order marker when loading *.js and *.json files
+ (Ben Noordhuis)
+
+* #1434 Improve util.format() compatibility with browser. (Koichi Kobayashi)
+
+* Provide unchecked uint entry points for integer Buffer.read/writeInt
+ methods. (Robert Mustacchi)
+
+* CMake improvements (Tom Huges)
+
+* Upgrade V8 to 3.5.4.
+
+
+2011.08.01, Version 0.5.3 (unstable), 4585330afef44ddfb6a4054bd9b0f190b352628b
* Fix crypto encryption/decryption with Base64. (SAWADA Tadashi)