Browse Source

bump version

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

11
ChangeLog

@ -1,4 +1,13 @@
2009.12.19, Version 0.1.22 2009.12.22, Version 0.1.23
* Bugfix: require("../blah") issues (isaacs)
* Bugfix: posix.cat (Jonas Pfenniger)
* Do not pause request for multipart parsing (Felix Geisendörfer)
2009.12.19, Version 0.1.22, a2d809fe902f6c4102dba8f2e3e9551aad137c0f
* Bugfix: child modules get wrong id with "index.js" (isaacs) * Bugfix: child modules get wrong id with "index.js" (isaacs)

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.22, 2009.12.19 Version, 0.1.23, 2009.12.22
== NAME == NAME

2
doc/index.html

@ -99,7 +99,7 @@ server.listen(7000, "localhost");</pre>
<p> <p>
2009.12.19 2009.12.19
<a <a
href="http://s3.amazonaws.com/four.livejournal/20091219/node-v0.1.22.tar.gz">node-v0.1.22.tar.gz</a> href="http://s3.amazonaws.com/four.livejournal/20091222/node-v0.1.23.tar.gz">node-v0.1.23.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.22" VERSION="0.1.23"
APPNAME="node.js" APPNAME="node.js"
import js2c import js2c

Loading…
Cancel
Save