Browse Source

bump version

v0.7.4-release v0.1.17
Ryan Dahl 15 years ago
parent
commit
d1f69ef35d
  1. 12
      ChangeLog
  2. 2
      doc/api.txt
  3. 4
      doc/index.html
  4. 2
      wscript

12
ChangeLog

@ -1,4 +1,14 @@
2009.11.03, Version 0.1.16 2009.11.07, Version 0.1.17
* Feature: process.chdir() (Brandon Beacher)
* Revert http parser upgrade. (b893859c34f05db5c45f416949ebc0eee665cca6)
Broke keep-alive.
* API: rename process.inherits to sys.inherits
2009.11.03, Version 0.1.16, 726865af7bbafe58435986f4a193ff11c84e4bfe
* API: Use CommonJS-style module requiring * API: Use CommonJS-style module requiring
- require("/sys.js") becomes require("sys") - require("/sys.js") becomes require("sys")

2
doc/api.txt

@ -1,7 +1,7 @@
NODE(1) NODE(1)
======= =======
Ryan Dahl <ry@tinyclouds.org> Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.16, 2009.11.03 Version, 0.1.17, 2009.11.07
== NAME == NAME

4
doc/index.html

@ -97,8 +97,8 @@ server.listen(7000, "localhost");</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.11.03 2009.11.07
<a href="http://s3.amazonaws.com/four.livejournal/20091103/node-v0.1.16.tar.gz">node-v0.1.16.tar.gz</a> <a href="http://s3.amazonaws.com/four.livejournal/20091107/node-v0.1.17.tar.gz">node-v0.1.17.tar.gz</a>
</p> </p>
<h2 id="build">Build</h2> <h2 id="build">Build</h2>

2
wscript

@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
from logging import fatal from logging import fatal
cwd = os.getcwd() cwd = os.getcwd()
VERSION="0.1.16" VERSION="0.1.17"
APPNAME="node.js" APPNAME="node.js"
import js2c import js2c

Loading…
Cancel
Save