Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-08-06 15:59:38 +0400
committerRyan <ry@tinyclouds.org>2009-08-06 16:01:26 +0400
commit7464d423103b96c400d6875d390c19b637532ebf (patch)
treeb7780c82134bf6ca8a1d50579b94fec397ed6038
parent7946e98c1f08d49186e87c40ba9c0d974891e8e2 (diff)
bump versionv0.1.3
-rw-r--r--ChangeLog18
-rw-r--r--src/node.h2
-rw-r--r--website/api.txt2
-rw-r--r--website/index.html4
4 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b5842bb1429..20f43caccd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2009.08.06, Version 0.1.3
+
+ * Upgrade v8 to 1.3.2
+
+ * Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not workin
+
+ * Bugfix: node.encodeUtf8 was broken. (Connor Dunn)
+
+ * Add ranlib to udns Makefile.
+
+ * Upgrade evcom - fix accepting too many connections issue.
+
+ * Initial support for shebang
+
+ * Add simple command line switches
+
+ * Add node.version API
+
2009.08.01, Version 0.1.2
* Add DNS API
diff --git a/src/node.h b/src/node.h
index fd18fa3c370..818b99c037b 100644
--- a/src/node.h
+++ b/src/node.h
@@ -10,7 +10,7 @@
namespace node {
-#define NODE_VERSION "0.1.2"
+#define NODE_VERSION "0.1.3"
#define NODE_DEFINE_CONSTANT(target, constant) \
(target)->Set(v8::String::NewSymbol(#constant), \
diff --git a/website/api.txt b/website/api.txt
index 865f8558722..281a511423f 100644
--- a/website/api.txt
+++ b/website/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
-Version, 0.1.2, 2009.08.01
+Version, 0.1.3, 2009.08.06
== NAME
diff --git a/website/index.html b/website/index.html
index c4ef79b0af1..2306fe5d00b 100644
--- a/website/index.html
+++ b/website/index.html
@@ -156,6 +156,10 @@ Server running at http://127.0.0.1:8000/</pre>
</p>
<ul>
<li>
+ 2009.08.06
+ <a href="http://s3.amazonaws.com/four.livejournal/20090806/node-0.1.3.tar.gz">node-0.1.3.tar.gz</a>
+ </li>
+ <li>
2009.08.01
<a href="http://s3.amazonaws.com/four.livejournal/20090801/node-0.1.2.tar.gz">node-0.1.2.tar.gz</a>
</li>