bump version
This commit is contained in:
parent
cfffa0bdd8
commit
2f56ccb45e
17
ChangeLog
17
ChangeLog
@ -1,4 +1,19 @@
|
|||||||
2009.09.18, Version 0.1.11
|
2009.09.24, Version 0.1.12
|
||||||
|
|
||||||
|
* Feature: System modules, node.libraryPaths
|
||||||
|
|
||||||
|
* API: Remove "raw" encoding, rename "raws" to "binary".
|
||||||
|
|
||||||
|
* API: Added connection.setNoDElay() to disable Nagle algo.
|
||||||
|
|
||||||
|
* Decrease default TCP server backlog to 128
|
||||||
|
|
||||||
|
* Bugfix: memory leak involving node.fs.* methods.
|
||||||
|
|
||||||
|
* Upgrade v8 to 1.3.13
|
||||||
|
|
||||||
|
|
||||||
|
2009.09.18, Version 0.1.11, 5ddc4f5d0c002bac0ae3d62fc0dc58f0d2d83ec4
|
||||||
|
|
||||||
* API: default to utf8 encoding for node.fs.cat()
|
* API: default to utf8 encoding for node.fs.cat()
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@ window.onload = function(){generateToc(2)}
|
|||||||
<h1>NODE(1)</h1>
|
<h1>NODE(1)</h1>
|
||||||
<span id="author">Ryan Dahl</span><br />
|
<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="email"><tt><<a href="mailto:ry@tinyclouds.org">ry@tinyclouds.org</a>></tt></span><br />
|
||||||
<span id="revnumber">version 0.1.11,</span>
|
<span id="revnumber">version 0.1.12,</span>
|
||||||
<span id="revdate">2009.09.18</span>
|
<span id="revdate">2009.09.24</span>
|
||||||
<div id="toc">
|
<div id="toc">
|
||||||
<div id="toctitle">Table of Contents</div>
|
<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>
|
<noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
|
||||||
@ -1943,8 +1943,8 @@ init (Handle<Object> target)
|
|||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Version 0.1.11<br />
|
Version 0.1.12<br />
|
||||||
Last updated 2009-09-23 17:54:21 CEST
|
Last updated 2009-09-24 13:47:32 CEST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
NODE(1)
|
NODE(1)
|
||||||
=======
|
=======
|
||||||
Ryan Dahl <ry@tinyclouds.org>
|
Ryan Dahl <ry@tinyclouds.org>
|
||||||
Version, 0.1.11, 2009.09.18
|
Version, 0.1.12, 2009.09.24
|
||||||
|
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
|
@ -146,8 +146,8 @@ Server running at http://127.0.0.1:8000/</pre>
|
|||||||
<a href="http://github.com/ry/node/tree/master">git repo</a>
|
<a href="http://github.com/ry/node/tree/master">git repo</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
2009.09.18
|
2009.09.24
|
||||||
<a href="http://s3.amazonaws.com/four.livejournal/20090918/node-0.1.11.tar.gz">node-0.1.11.tar.gz</a>
|
<a href="http://s3.amazonaws.com/four.livejournal/20090924/node-0.1.12.tar.gz">node-0.1.12.tar.gz</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 id="build">Build</h2>
|
<h2 id="build">Build</h2>
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
.\" Title: node
|
.\" Title: node
|
||||||
.\" Author:
|
.\" Author:
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
||||||
.\" Date: 09/23/2009
|
.\" Date: 09/24/2009
|
||||||
.\" Manual:
|
.\" Manual:
|
||||||
.\" Source:
|
.\" Source:
|
||||||
.\"
|
.\"
|
||||||
.TH "NODE" "1" "09/23/2009" "" ""
|
.TH "NODE" "1" "09/24/2009" "" ""
|
||||||
.\" disable hyphenation
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" disable justification (adjust text to left margin only)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user