Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Feb 3, 2010
1 parent f3ad635 commit 0cfa789
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 5 deletions.
36 changes: 35 additions & 1 deletion ChangeLog
@@ -1,4 +1,38 @@
2010.01.20, Version 0.1.26
2010.02.03, Version 0.1.27

* Implemented __dirname (Felix Geisendörfer)

* Downcase process.ARGV, process.ENV, GLOBAL
(now process.argv, process.env, global)

* Bug Fix: Late promise promise callbacks firing
(Felix Geisendörfer, Jonas Pfenniger)

* Make assert.AssertionError instance of Error

* Removed inline require call for querystring
(self@cloudhead.net)

* Add support for MX, TXT, and SRV records in DNS module.
(Blaine Cook)

* Bugfix: HTTP client automatically reconnecting

* Adding OS X .dmg build scripts. (Standa Opichal)

* Bugfix: ObjectWrap memory leak

* Bugfix: Multipart handle Content-Type headers with charset
(Felix Geisendörfer)

* Upgrade http-parser to fix header overflow attack.

* Upgrade V8 to 2.1.0

* Various other bug fixes, performance improvements.


2010.01.20, Version 0.1.26, da00413196e432247346d9e587f8c78ce5ceb087

* Bugfix, HTTP eof causing crash (Ben Williamson)

Expand Down
2 changes: 1 addition & 1 deletion doc/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.26, 2010.01.20
Version, 0.1.27, 2010.02.03


== NAME
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Expand Up @@ -97,9 +97,9 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2010.01.20
2010.02.03
<a
href="http://s3.amazonaws.com/four.livejournal/20100120/node-v0.1.26.tar.gz">node-v0.1.26.tar.gz</a>
href="http://s3.amazonaws.com/four.livejournal/20100203/node-v0.1.27.tar.gz">node-v0.1.27.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.26"
VERSION="0.1.27"
APPNAME="node.js"

import js2c
Expand Down

0 comments on commit 0cfa789

Please sign in to comment.