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 Sep 4, 2009
1 parent 733ee42 commit 734e86b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 13 deletions.
41 changes: 32 additions & 9 deletions ChangeLog
@@ -1,18 +1,41 @@
2009.08.27, Version 0.1.7
2009.09.04, Version 0.1.8

* Feature: External modules

* Feature: setTimeout() for node.tcp.Connection

* Feature: add node.cwd(), node.fs.readdir(), node.fs.mkdir()

* Bugfix: promise.wait() releasing out of order.

* Bugfix: Asyncly do getaddrinfo() on Apple.

* Disable useless evcom error messages.

* Better stack traces.

* Built natively on x64.

* Upgrade v8 to 1.3.9

2009.08.27, Version 0.1.7, f7acef9acf8ba8433d697ad5ed99d2e857387e4b

* Feature: global 'process' object. Emits "exit".

* Feature: promise.wait()

* Feature: node.stdio

* Feature: EventEmitters emit "newListener" when listeners are added
* Feature: EventEmitters emit "newListener" when listeners are
added

* API: Use flat object instead of array-of-arrays for HTTP headers.
* API: Use flat object instead of array-of-arrays for HTTP
headers.

* API: Remove buffered file object (node.File)

* API: require(), include() are synchronous. (Uses continuations.)
* API: require(), include() are synchronous. (Uses
continuations.)

* API: Deprecate onLoad and onExit.

Expand Down Expand Up @@ -113,7 +136,7 @@

* Move EventEmitter.prototype.emit() completely into C++.

* Bugfix: Fix memory leak in event emitters.
* Bugfix: Fix memory leak in event emitters.
http://groups.google.com/group/nodejs/browse_thread/thread/a8d1dfc2fd57a6d1

* Bugfix: Had problems reading scripts with non-ascii characters.
Expand All @@ -122,7 +145,7 @@

* Bugfix: Sockets not properly reattached if reconnected during
disconnect event.

* Bugfix: Server-side clients not attached between creation and
on_connect.

Expand All @@ -139,17 +162,17 @@
* Update documentation, use asciidoc.

* EventEmitter and Promise interfaces. (Breaks previous API.)

* Remove node.Process constructor in favor of node.createProcess

* Add -m32 flags for compiling on x64 platforms.
(Thanks to András Bártházi)

* Upgrade v8 to 1.2.10 and libev to 3.6

* Bugfix: Timer::RepeatSetter wasn't working.

* Bugfix: Spawning many processes in a loop
* Bugfix: Spawning many processes in a loop
(reported by Felix Geisendörfer)


Expand Down
2 changes: 1 addition & 1 deletion website/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.7, 2009.08.27
Version, 0.1.8, 2009.09.04


== Name
Expand Down
4 changes: 2 additions & 2 deletions website/index.html
Expand Up @@ -155,8 +155,8 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2009.08.27
<a href="http://s3.amazonaws.com/four.livejournal/20090827/node-0.1.7.tar.gz">node-0.1.7.tar.gz</a>
2009.09.04
<a href="http://s3.amazonaws.com/four.livejournal/20090904/node-0.1.8.tar.gz">node-0.1.8.tar.gz</a>
</p>

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

VERSION="0.1.7"
VERSION="0.1.8"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit 734e86b

Please sign in to comment.