From bb3e71466e5240626d9d21cf791fe43e87d90011 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 21 Jan 2011 17:57:04 -0800 Subject: [PATCH] Bump version to v0.3.6 --- ChangeLog | 13 ++++++++++++- doc/index.html | 8 ++++---- src/node_version.h | 2 +- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 81d800c89f391d..a968e22bf8970c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -2011.01.16, Version 0.3.5 (unstable) +2011.01.21, Version 0.3.6 (unstable) + +* REPL and other improvements on MinGW (Bert Belder) + +* listen/bind errors should close net.Server + +* New HTTP and HTTPS client APIs + +* Upgrade V8 to 3.0.9 + + +2011.01.16, Version 0.3.5 (unstable), b622bc6305e3c675e0edfcdbaa387d849ad0bba0 * Built-in debugger improvements. diff --git a/doc/index.html b/doc/index.html index 825a77de014a97..b0b3b2218d1a39 100644 --- a/doc/index.html +++ b/doc/index.html @@ -23,7 +23,7 @@
  • About
  • Links
  • Contributing
  • -
  • v0.3.5 docs
  • +
  • v0.3.6 docs
  • v0.2.6 docs
  • @@ -92,9 +92,9 @@

    Download

    - Unstable: 2011.01.16 - node-v0.3.5.tar.gz - (Documentation) + Unstable: 2011.01.21 + node-v0.3.6.tar.gz + (Documentation)

    Historical: versions, docs

    diff --git a/src/node_version.h b/src/node_version.h index b365b53ce8f80d..5738013e2153f2 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -7,7 +7,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 3 #define NODE_PATCH_VERSION 6 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)