mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
bump version
This commit is contained in:
23
ChangeLog
23
ChangeLog
@@ -1,4 +1,25 @@
|
||||
2009.09.05, Version 0.1.9
|
||||
2009.09.11, Version 0.1.10
|
||||
|
||||
* Feature: raw string encoding "raws"
|
||||
|
||||
* Feature: access to environ through "ENV"
|
||||
|
||||
* Feature: add isDirectory, isFile, isSocket, ... methods
|
||||
to stats object.
|
||||
|
||||
* Bugfix: Internally use full paths when loading modules
|
||||
this fixes a shebang loading problem.
|
||||
|
||||
* Bugfix: Add '--' command line argument for seperating v8
|
||||
args from program args.
|
||||
|
||||
* Add man page.
|
||||
|
||||
* Add node-repl
|
||||
|
||||
* Upgrade v8 to 1.3.10
|
||||
|
||||
2009.09.05, Version 0.1.9, d029764bb32058389ecb31ed54a5d24d2915ad4c
|
||||
|
||||
* Bugfix: Compile on Snow Leopard.
|
||||
|
||||
|
||||
@@ -19,8 +19,8 @@ window.onload = function(){generateToc(2)}
|
||||
<h1>NODE(1)</h1>
|
||||
<span id="author">Ryan Dahl</span><br />
|
||||
<span id="email"><tt><<a href="mailto:ry@tinyclouds.org">ry@tinyclouds.org</a>></tt></span><br />
|
||||
<span id="revnumber">version 0.1.9,</span>
|
||||
<span id="revdate">2009.09.05</span>
|
||||
<span id="revnumber">version 0.1.10,</span>
|
||||
<span id="revdate">2009.09.11</span>
|
||||
<div id="toc">
|
||||
<div id="toctitle">Table of Contents</div>
|
||||
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
|
||||
@@ -1862,8 +1862,8 @@ init (Handle<Object> target)
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Version 0.1.9<br />
|
||||
Last updated 2009-09-11 20:58:54 CEST
|
||||
Version 0.1.10<br />
|
||||
Last updated 2009-09-11 21:05:26 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
NODE(1)
|
||||
=======
|
||||
Ryan Dahl <ry@tinyclouds.org>
|
||||
Version, 0.1.9, 2009.09.05
|
||||
Version, 0.1.10, 2009.09.11
|
||||
|
||||
|
||||
== NAME
|
||||
|
||||
@@ -156,8 +156,8 @@ Server running at http://127.0.0.1:8000/</pre>
|
||||
<a href="http://github.com/ry/node/tree/master">git repo</a>
|
||||
</p>
|
||||
<p>
|
||||
2009.09.05
|
||||
<a href="http://s3.amazonaws.com/four.livejournal/20090905/node-0.1.9.tar.gz">node-0.1.9.tar.gz</a>
|
||||
2009.09.11
|
||||
<a href="http://s3.amazonaws.com/four.livejournal/20090911/node-0.1.10.tar.gz">node-0.1.10.tar.gz</a>
|
||||
</p>
|
||||
|
||||
<h2 id="build">Build</h2>
|
||||
|
||||
Reference in New Issue
Block a user