summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-07-19 10:46:40 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-07-19 23:51:42 -0700
commit1b8dd65d6e3b82b6863ef38835cc436c5d30c1d5 (patch)
treefe841aa48dc75e28014c326dc5291b40054fbfc2
parentddfc6b78cc15202789e58b9220c1897e9d9aa525 (diff)
downloadnode-0.4.10.tar.gz
Bump version to v0.4.10v0.4.10
-rw-r--r--AUTHORS18
-rw-r--r--ChangeLog27
-rw-r--r--doc/index.html34
-rw-r--r--doc/logos/index.html16
-rw-r--r--doc/pipe.css4
-rw-r--r--src/node_version.h2
-rw-r--r--wscript2
7 files changed, 65 insertions, 38 deletions
diff --git a/AUTHORS b/AUTHORS
index 637830390..1eb73d6df 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -172,4 +172,20 @@ Scott McWhirter <scott.mcwhirter@joyent.com>
Jakub Lekstan <jakub.lekstan@dreamlab.pl>
Tim Baumann <tim@timbaumann.info>
Robert Mustacchi <rm@joyent.com>
-
+George Miroshnykov <george.miroshnykov@gmail.com>
+Marcel Laverdet <marcel@laverdet.com>
+Alexandre Marangone <a.marangone@gmail.com>
+Mark Cavage <mark.cavage@joyent.com>
+Ryan Petrello <lists@ryanpetrello.com>
+Siddharth Mahendraker <siddharth_mahen@hotmail.com>
+Mathias Buus <m@ge.tt>
+Yoshihiro KIKUCHI <yknetg@gmail.com>
+Brett Kiefer <kiefer@gmail.com>
+Mariano Iglesias <mariano@cricava.com>
+Jörn Horstmann <git@jhorstmann.net>
+Joe Shaw <joeshaw@litl.com>
+Alex Xu <alex_y_xu@yahoo.ca>
+Kip Gebhardt <kip.gebhardt@voxer.com>
+Stefan Rusu <saltwaterc@gmail.com>
+Wojciech Wnętrzak <w.wnetrzak@gmail.com>
+Reid Burke <me@reidburke.com>
diff --git a/ChangeLog b/ChangeLog
index 47c408e60..37102d7c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2011.07.19, Version 0.4.10 (stable)
+
+* #394 Fix Buffer drops last null character in UTF-8
+
+* #829 Backport r8577 from V8 (Ben Noordhuis)
+
+* #877 Don't wait for HTTP Agent socket pool to establish connections.
+
+* #915 Find kqueue on FreeBSD correctly (Brett Kiefer)
+
+* #1085 HTTP: Fix race in abort/dispatch code (Stefan Rusu)
+
+* #1274 debugger improvement (Yoshihiro Kikuchi)
+
+* #1291 Properly respond to HEAD during end(body) hot path (Reid Burke)
+
+* #1304 TLS: Fix race in abort/connection code (Stefan Rusu)
+
+* #1360 Allow _ in url hostnames.
+
+* Revert 37d529f8 - unbreaks debugger command parsing.
+
+* Bring back global execScript
+
+* Doc improvements
+
+
2011.06.29, Version 0.4.9 (stable)
* Improve documentation
diff --git a/doc/index.html b/doc/index.html
index ba874daf9..4e3fc5c77 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -26,8 +26,8 @@
<li><a href="#download">Download</a></li>
<li><a href="https://github.com/joyent/node/wiki/ChangeLog">ChangeLog</a></li>
<li><a href="#about">About</a></li>
- <li><a href="http://nodejs.org/docs/v0.4.9/api">v0.4.9 docs</a></li>
- <li><a href="http://nodejs.org/docs/v0.5.0/api">v0.5.0 docs</a></li>
+ <li><a href="http://nodejs.org/docs/v0.4.10/api">v0.4.10 docs</a></li>
+ <li><a href="http://nodejs.org/docs/v0.5.1/api">v0.5.1 docs</a></li>
<br/>
<li><a href="https://github.com/joyent/node/wiki">Wiki</a></li>
<li><a href="http://blog.nodejs.org/">Blog</a></li>
@@ -110,17 +110,18 @@ server.listen(1337, "127.0.0.1");
<a href="http://github.com/joyent/node/tree/master">git repo</a>
</p>
- <p>
- 2011.06.29 (stable)
- <a href="http://nodejs.org/dist/node-v0.4.9.tar.gz">node-v0.4.9.tar.gz</a>
- (<a href="http://nodejs.org/docs/v0.4.9/api/index.html">Documentation</a>)
- </p>
+ <p>2011.07.19 v0.4.10 (stable)
+ <ul class="release">
+ <li><a href="http://nodejs.org/dist/node-v0.4.10.tar.gz"><code>node-v0.4.10.tar.gz</code> Source Code</a>
+ <li><a href="http://nodejs.org/docs/v0.4.10/api/index.html">Documentation</a>
+ </ul>
- <p>
- 2011.07.05 (unstable)
- <a href="http://nodejs.org/dist/node-v0.5.0.tar.gz">node-v0.5.0.tar.gz</a>
- (<a href="http://nodejs.org/docs/v0.5.0/api/index.html">Documentation</a>)
- </p>
+ <p>2011.07.14 v0.5.1 (unstable)
+ <ul class="release">
+ <li><a href="http://nodejs.org/dist/v0.5.1/node-v0.5.1.tar.gz"><code>node-v0.5.1.tar.gz</code> Source code</a>
+ <li><a href="http://nodejs.org/dist/v0.5.1/node.exe"><code>node.exe</code> Windows executable</a>
+ <li><a href="http://nodejs.org/docs/v0.5.1/api/index.html">Documentation</a>
+ </ul>
<p>Historical: <a href="http://nodejs.org/dist">versions</a>, <a href="http://nodejs.org/docs">docs</a></p>
@@ -193,13 +194,8 @@ server.listen(1337, "127.0.0.1");
But what about multiple-processor concurrency? Aren't threads
necessary to scale programs to multi-core computers?
</i>
- Processes are necessary to scale to multi-core computers, not
- memory-sharing threads. The fundamentals of scalable systems are
- fast networking and non-blocking design&mdash;the rest is message
- passing. In future versions, Node will be able to fork new
- processes (using the <a
- href="http://www.whatwg.org/specs/web-workers/current-work/"> Web
- Workers API </a>) which fits well into the current design.
+ You can start new processes via <code>child_process.fork()</code>
+ these other processes will be scheduled in parallel.
</p>
<p>
diff --git a/doc/logos/index.html b/doc/logos/index.html
index 6d8e662e8..0d9d2a3f9 100644
--- a/doc/logos/index.html
+++ b/doc/logos/index.html
@@ -17,22 +17,6 @@
<title>Node.js Logos</title>
</head>
<body>
- <div id="toc">
- <ol>
- <li><a href="/#download">Download</a></li>
- <li><a href="https://github.com/joyent/node/raw/v0.4/ChangeLog">ChangeLog</a></li>
- <li><a href="/#about">About</a></li>
- <li><a href="http://nodejs.org/docs/v0.4.9/api">v0.4.9 docs</a></li>
- <li><a href="http://nodejs.org/docs/v0.5.0/api/">v0.5.0 docs</a></li>
- <br>
- <li><a href="https://github.com/joyent/node/wiki">Wiki</a></li>
- <li><a href="http://blog.nodejs.org/">Blog</a></li>
- <li><a href="https://github.com/joyent/node/wiki/Community">Community</a></li>
- <li><a href="http://chat.nodejs.org/">Demo</a></li>
- <li>Logos</li>
- <li><a href="http://jobs.nodejs.org/">Jobs</a> <!-- JOBS --> </li>
- </ol>
-</div>
<div id="content">
<!-- <h1><a href="http://nodejs.org/">Node</a></h1> -->
diff --git a/doc/pipe.css b/doc/pipe.css
index 3cc2b88c3..4f576e7ae 100644
--- a/doc/pipe.css
+++ b/doc/pipe.css
@@ -97,3 +97,7 @@ a:hover { text-decoration: underline; }
.desktops {
font-size: 14px;
}
+
+.release {
+ margin: 0 0 0 2em;
+}
diff --git a/src/node_version.h b/src/node_version.h
index 617704bb0..fefdc051c 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -28,7 +28,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 4
#define NODE_PATCH_VERSION 10
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
diff --git a/wscript b/wscript
index 302ed0f64..eab6990c4 100644
--- a/wscript
+++ b/wscript
@@ -866,7 +866,7 @@ def build(bld):
, 'CPPFLAGS' : " ".join(program.env["CPPFLAGS"]).replace('"', '\\"')
, 'LIBFLAGS' : " ".join(program.env["LIBFLAGS"]).replace('"', '\\"')
, 'PREFIX' : safe_path(program.env["PREFIX"])
- , 'VERSION' : '0.4.9' # FIXME should not be hard-coded, see NODE_VERSION_STRING in src/node_version.
+ , 'VERSION' : '0.4.10' # FIXME should not be hard-coded, see NODE_VERSION_STRING in src/node_version.
}
return x