Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed May 6, 2010
1 parent 6aab6eb commit f711d53
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 5 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Expand Up @@ -68,3 +68,7 @@ Brian Hammond <brian@fictorial.com>
Mathias Pettersson <mape@mape.me>
Trevor Blackwell <tlb@tlb.org>
Thomas Lee <tom@tom-debian.sensis.com.au>
dpb587 <code+node@dpbis.net>
Paulo Matias <paulo.matias@usp.br>
Peter Griess <pg@std.in>
Jonathan Knezek <jdknezek@gmail.com>
30 changes: 29 additions & 1 deletion ChangeLog
@@ -1,4 +1,32 @@
2010.04.29, Version 0.1.93
2010.05.06, Version 0.1.94

* Look in /usr/local/lib/node for modules, so that there's a way
to install modules globally (Issac Schlueter)

* SSL improvements (Rhys Jones, Paulo Matias)

* Added c-ares headers for linux-arm (Jonathan Knezek)

* Add symbols to release build

* HTTP upgrade improvements, docs (Micheil Smith)

* HTTP server emits 'clientError' instead of printing message

* Bugfix: Don't emit 'error' twice from http.Client

* Bugfix: Ignore SIGPIPE

* Bugfix: destroy() instead of end() http connection at end of
pipeline

* Bugfix: http.Client may be prematurely released back to the
free pool. (Thomas Lee)

* Upgrade V8 to 2.2.8


2010.04.29, Version 0.1.93, 557ba6bd97bad3afe0f9bd3ac07efac0a39978c1

* Fixed no 'end' event on long chunked HTTP messages
http://github.com/ry/node/issues/#issue/77
Expand Down
2 changes: 1 addition & 1 deletion doc/api_header.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.04.29
<a href="http://nodejs.org/dist/node-v0.1.93.tar.gz">node-v0.1.93.tar.gz</a>
2010.05.06
<a href="http://nodejs.org/dist/node-v0.1.94.tar.gz">node-v0.1.94.tar.gz</a>
</p>

<p>Historical: <a href="http://nodejs.org/dist">versions</a>, <a href="http://nodejs.org/docs">docs</a></p>
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.93"
VERSION="0.1.94"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit f711d53

Please sign in to comment.