summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog21
-rw-r--r--src/node.h2
-rw-r--r--website/api.txt2
-rw-r--r--website/index.html4
4 files changed, 27 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c4927aa0e..5c2201f47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2009.08.13, Version 0.1.4
+
+ * Major refactor to evcom.
+
+ * Enable test-tcp-many-clients.
+
+ * Add -m32 gcc flag to udns.
+
+ * Add connection.readPause() and connection.readResume()
+ Add IncomingMessage.prototype.pause() and resume().
+
+ * Fix http benchmark. Wasn't correctly dispatching.
+
+ * Bugfix: response.setBodyEncoding("ascii") not working.
+
+ * Bugfix: Negative ints in HTTP's on_body and node.fs.read()
+
+ * Upgrade v8 to 1.3.4
+ Upgrade libev to 3.8
+ Upgrade http_parser to v0.2
+
2009.08.06, Version 0.1.3, 695f0296e35b30cf8322fd1bd934810403cca9f3
* Upgrade v8 to 1.3.2
diff --git a/src/node.h b/src/node.h
index 818b99c03..44b7c2075 100644
--- a/src/node.h
+++ b/src/node.h
@@ -10,7 +10,7 @@
namespace node {
-#define NODE_VERSION "0.1.3"
+#define NODE_VERSION "0.1.4"
#define NODE_DEFINE_CONSTANT(target, constant) \
(target)->Set(v8::String::NewSymbol(#constant), \
diff --git a/website/api.txt b/website/api.txt
index 91c1591f5..b74509cba 100644
--- a/website/api.txt
+++ b/website/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
-Version, 0.1.3, 2009.08.06
+Version, 0.1.4, 2009.08.13
== NAME
diff --git a/website/index.html b/website/index.html
index 2306fe5d0..7f1655a6a 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.13
+ <a href="http://s3.amazonaws.com/four.livejournal/20090813/node-0.1.4.tar.gz">node-0.1.4.tar.gz</a>
+ </li>
+ <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>