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 Dahl <ry@tinyclouds.org>2011-07-15 02:56:15 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-07-15 03:10:36 +0400
commitf8bfa54d0fa509f9242637bef2869a1b1e842ec8 (patch)
treecd6e96dfc37db28aaea161b471f1ffa3b2e678bb
parent041c9832902f1258c6b0f93a5d0e800cdfa70f5b (diff)
Bump to v0.5.1v0.5.1
-rw-r--r--ChangeLog24
-rw-r--r--doc/index.html23
-rw-r--r--doc/pipe.css4
-rw-r--r--doc/template.html6
-rw-r--r--src/node_version.h2
-rw-r--r--wscript2
6 files changed, 43 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ad881a0799..ee02d8027a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,28 @@
-In development, Version 0.5.1 (unstable)
+2011.07.14, Version 0.5.1 (unstable)
* #1233 Fix os.totalmem on FreeBSD amd64 (Artem Zaytsev)
-2011.07.05, Version 0.5.0 (unstable)
+* #1149 IDNA and Punycode support in url.parse
+ (Jeremy Selier, Ben Noordhuis, isaacs)
+
+* Export $CC and $CXX to uv and V8's build systems
+
+* Include pthread-win32 static libraries in build (Igor Zinkovsky)
+
+* #1199, #1094 Fix fs can't handle large file on 64bit platform (koichik)
+
+* #1281 Make require a public member of module (isaacs)
+
+* #1303 Stream.pipe returns the destination (Elijah Insua)
+
+* #1229 Addons should not -DEV_MULTIPLICITY=0 (Brian White)
+
+* libuv backend improvements
+
+* Upgrade V8 to 3.4.10
+
+
+2011.07.05, Version 0.5.0 (unstable), ae7ed8482ea7e53c59acbdf3cf0e0a0ae9d792cd
* New non-default libuv backend to support IOCP on Windows.
Use --use-uv to enable.
diff --git a/doc/index.html b/doc/index.html
index ba874daf93a..5819f6f78b4 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -27,7 +27,7 @@
<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.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.06.29 v0.4.9 (stable)
+ <ul class="release">
+ <li><a href="http://nodejs.org/dist/node-v0.4.9.tar.gz"><code>node-v0.4.9.tar.gz</code> Source Code</a>
+ <li><a href="http://nodejs.org/docs/v0.4.9/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>
diff --git a/doc/pipe.css b/doc/pipe.css
index 3cc2b88c353..4f576e7aeac 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/doc/template.html b/doc/template.html
index 19bca35f374..9127a0ddae6 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>{{section}}Node.js Manual &amp; Documentation</title>
+ <title>{{section}}Node.js v0.5.1 Manual &amp; Documentation</title>
<link type="image/x-icon" rel="icon" href="/favicon.ico" />
<link type="image/x-icon" rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="assets/style.css" type="text/css" media="all" />
@@ -10,7 +10,7 @@
<body>
<div id="container">
<header>
- <h1>Node.js Manual &amp; Documentation</h1>
+ <h1>Node.js v0.5.1 Manual &amp; Documentation</h1>
<div id="gtoc">
<p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p>
</div>
@@ -22,4 +22,4 @@
<script type="text/javascript" src="assets/sh_javascript.min.js"></script>
<script type="text/javascript">highlight(undefined, undefined, 'pre');</script>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/src/node_version.h b/src/node_version.h
index 79a8c602b24..9fb42774395 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -28,7 +28,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 5
#define NODE_PATCH_VERSION 1
-#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 e822d026aa0..a7ac8470812 100644
--- a/wscript
+++ b/wscript
@@ -893,7 +893,7 @@ def build(bld):
, 'CPPFLAGS' : " ".join(program.env["CPPFLAGS"]).replace('"', '\\"')
, 'LIBFLAGS' : " ".join(program.env["LIBFLAGS"]).replace('"', '\\"')
, 'PREFIX' : safe_path(program.env["PREFIX"])
- , 'VERSION' : '0.5.0' # FIXME should not be hard-coded, see NODE_VERSION_STRING in src/node_version.
+ , 'VERSION' : '0.5.1' # FIXME should not be hard-coded, see NODE_VERSION_STRING in src/node_version.
}
return x