From 771ba34ca7b839add2ef96879e1ffc684813cf7c Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 15 Sep 2011 16:46:39 -0700 Subject: Bump version to v0.4.12 --- ChangeLog | 25 ++++++++++++++++++++++++- doc/index.html | 18 +++++++++--------- doc/template.html | 4 ++-- src/node_version.h | 2 +- 4 files changed, 36 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 310800a6a6e..1e66f697b4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,27 @@ -2011.08.17, Version 0.4.11 (stable) +2011.09.15, Version 0.4.12 (stable) + +* Improve docs + +* #1563 overflow in ChildProcess custom_fd. + +* #1569, parse error on multi-line HTTP headers. (Ben Noordhuis) + +* #1586 net: Socket write encoding case sensitivity (koichik) + +* #1610 Remove DigiNotar CA from trusted list (isaacs) + +* #1624 buffer: Avoid overrun with 'binary' encoding. (koichik) + +* #1633 buffer: write() should always set _charsWritten. (koichik) + +* #1707 hasOwnProperty usage security hole in querystring (isaacs) + +* #1719 Drain OpenSSL error queue + +* Fix error reporting in net.Server.listen + + +2011.08.17, Version 0.4.11 (stable), a745d19ce7d1c0e3778371af4f0346be70cf2c8e * #738 Fix crypto encryption/decryption with Base64. (SAWADA Tadashi) diff --git a/doc/index.html b/doc/index.html index 9f1ab403bd4..4dbacd11c31 100644 --- a/doc/index.html +++ b/doc/index.html @@ -26,8 +26,8 @@
  • Download
  • ChangeLog
  • About
  • -
  • v0.4.11 docs
  • -
  • v0.5.4 docs
  • +
  • v0.4.12 docs
  • +
  • v0.5.6 docs

  • Wiki
  • Blog
  • @@ -110,17 +110,17 @@ server.listen(1337, "127.0.0.1"); git repo

    -

    2011.08.17 v0.4.11 (stable) +

    2011.09.15 v0.4.12 (stable)

    -

    2011.08.12 v0.5.4 (unstable) +

    2011.09.09 v0.5.6 (unstable)

    diff --git a/doc/template.html b/doc/template.html index 629dd613bb4..93d67b5280d 100644 --- a/doc/template.html +++ b/doc/template.html @@ -2,7 +2,7 @@ - {{section}}Node.js v0.4.11 Manual & Documentation + {{section}}Node.js v0.4.12 Manual & Documentation @@ -11,7 +11,7 @@
    -

    Node.js v0.4.11 Manual & Documentation

    +

    Node.js v0.4.12 Manual & Documentation

    diff --git a/src/node_version.h b/src/node_version.h index 619b61e7b2f..5062229310f 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -28,7 +28,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 4 #define NODE_PATCH_VERSION 12 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) -- cgit v1.2.3