Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 10, 2010
1 parent 54f0234 commit 07e64d4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
23 changes: 22 additions & 1 deletion ChangeLog
@@ -1,4 +1,25 @@
2010.03.19, Version 0.1.33
2010.04.09, Version 0.1.90

* Merge writing of networking system (net2)
- New Buffer object for binary data.
- Support UNIX sockets, Pipes
- Uniform stream API
- Currently no SSL
- Legacy modules can be accessed at 'http_old' and 'tcp_old'

* Replace udns with c-ares. (Krishna Rajendran)

* New documentation system using Markdown and Ronn
(Tim Caswell, Micheil Smith)

* Better idle-time GC

* Countless small bug fixes.

* Upgrade V8 to 2.2.X, WAF 1.5.15


2010.03.19, Version 0.1.33, 618296ef571e873976f608d91a3d6b9e65fe8284

* Include lib/ directory in node executable. Compile on demand.

Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Expand Up @@ -95,8 +95,8 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2010.03.19
<a href="http://nodejs.org/dist/node-v0.1.33.tar.gz">node-v0.1.33.tar.gz</a>
2010.04.09
<a href="http://nodejs.org/dist/node-v0.1.90.tar.gz">node-v0.1.90.tar.gz</a>
</p>

<h2 id="build">Build</h2>
Expand Down
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
from logging import fatal

cwd = os.getcwd()
VERSION="0.1.33"
VERSION="0.1.90"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit 07e64d4

Please sign in to comment.