From 771ba34ca7b839add2ef96879e1ffc684813cf7c Mon Sep 17 00:00:00 2001
From: Ryan Dahl
Date: Thu, 15 Sep 2011 16:46:39 -0700
Subject: [PATCH] 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 310800a6a6..1e66f697b4 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 9f1ab403bd..4dbacd11c3 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 629dd613bb..93d67b5280 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 @@