From cfba1f59224ff8602c3fe9145181cad4c6df89a9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 12 Aug 2011 00:46:39 -0700 Subject: [PATCH] Bump version to v0.5.4 --- ChangeLog | 27 ++++++++++++++++++++++++++- doc/index.html | 10 +++++----- doc/template.html | 4 ++-- src/node_version.h | 2 +- 4 files changed, 34 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3af8ab1d2f..4a859e317ff 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) diff --git a/doc/index.html b/doc/index.html index cb06bf52758..bf2a4d6b14f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -27,7 +27,7 @@
  • ChangeLog
  • About
  • v0.4.10 docs
  • -
  • v0.5.3 docs
  • +
  • v0.5.4 docs

  • Wiki
  • Blog
  • @@ -116,11 +116,11 @@

    Download

  • Documentation -

    2011.08.01 v0.5.3 (unstable) +

    2011.08.12 v0.5.4 (unstable)

    diff --git a/doc/template.html b/doc/template.html index 9085d82b6bf..a11b124d8e5 100644 --- a/doc/template.html +++ b/doc/template.html @@ -2,7 +2,7 @@ - {{section}}Node.js v0.5.3 Manual & Documentation + {{section}}Node.js v0.5.4 Manual & Documentation @@ -11,7 +11,7 @@
    -

    Node.js v0.5.3 Manual & Documentation

    +

    Node.js v0.5.4 Manual & Documentation

    diff --git a/src/node_version.h b/src/node_version.h index bb2e901575d..5f5b46b408a 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 5 #define NODE_PATCH_VERSION 4 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)