summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-09-17 11:30:22 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-09-17 11:34:16 -0700
commit7bf46bc9808f4db98f1cf177d58a6ecf3a50b65d (patch)
tree34d67d594a344081327b31c0850df38efcfc0e0e
parentbcbc52e257976592bcc41a12b412a26097f7f40c (diff)
downloadnode-new-0.2.2.tar.gz
bump version to v0.2.2v0.2.2
-rw-r--r--AUTHORS7
-rw-r--r--ChangeLog11
-rw-r--r--doc/api_header.html2
-rw-r--r--doc/index.html4
-rw-r--r--src/node_version.h2
5 files changed, 21 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index aab9d24314..9b948ae91c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -109,8 +109,15 @@ Chandra Sekar S <chandru.in@gmail.com>
Andrew Naylor <argon@mkbot.net>
Benjamin Kramer <benny.kra@gmail.com>
Danny Coates <dannycoates@gmail.com>
+Samuel Shull <brickysam26@gmail.com>
Nick Stenning <nick@whiteink.com>
Bert Belder <bertbelder@gmail.com>
Trent Mick <trentm@gmail.com>
Fedor Indutny <fedor.indutny@gmail.com>
Illarionov Oleg <oleg@emby.ru>
+Aria Stewart <aredridel@nbtsc.org>
+Johan Euphrosine <proppy@aminche.com>
+Russell Haering <russellhaering@gmail.com>
+Bradley Meck <bradley.meck@gmail.com>
+Tobie Langel <tobie.langel@gmail.com>
+Tony Metzidis <tonym@tonym.us>
diff --git a/ChangeLog b/ChangeLog
index 63243a5d34..f2356148be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
-2010.09.10, Version 0.2.1
+2010.09.17, Version 0.2.2
+
+* REPL improvements (Trent Mick)
+
+* Fix bug in fs.realpath (Isaac Schlueter)
+
+* sys.pump catches errors (Russell Haering)
+
+
+2010.09.10, Version 0.2.1, da235fa12c208fc8243600e128db2c9b55624c5c
* REPL improvements (Johan Euphrosine, Brian White)
diff --git a/doc/api_header.html b/doc/api_header.html
index 131fb6a005..a66d603fc2 100644
--- a/doc/api_header.html
+++ b/doc/api_header.html
@@ -295,7 +295,7 @@
<body>
<div id="toc">
- <div id="toctitle">Node v0.2.1</div>
+ <div id="toctitle">Node v0.2.2</div>
<noscript>JavaScript must be enabled in your browser to display the table of contents.</noscript>
</div>
<div id='man'>
diff --git a/doc/index.html b/doc/index.html
index 2f21d2a99b..e07317ad0c 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -89,8 +89,8 @@ net.createServer(function (socket) {
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
- 2010.09.10
- <a href="http://nodejs.org/dist/node-v0.2.1.tar.gz">node-v0.2.1.tar.gz</a>
+ 2010.09.17
+ <a href="http://nodejs.org/dist/node-v0.2.2.tar.gz">node-v0.2.2.tar.gz</a>
</p>
<p>Historical: <a href="http://nodejs.org/dist">versions</a>, <a href="http://nodejs.org/docs">docs</a></p>
diff --git a/src/node_version.h b/src/node_version.h
index 925870a299..8f5e59f22d 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -6,7 +6,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 2
-#define NODE_PATCH_VERSION 1
+#define NODE_PATCH_VERSION 2
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)