Skip to content

Commit

Permalink
bump version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 10, 2010
1 parent 92fb664 commit da235fa
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
27 changes: 26 additions & 1 deletion ChangeLog
@@ -1,4 +1,29 @@
2010.08.20, Version 0.2.0
2010.09.10, Version 0.2.1

* REPL improvements (Johan Euphrosine, Brian White)

* nextTick bug fixes (Benjamin Thomas, Felix Geisendörfer,
Trent Mick)

* fs module bug fixes (Russell Haering, Marco Rogers, Tobie Langel,
Isaac Schlueter)

* Build script change for OpenEmbedded.

* Most constrctuors work without 'new' now.

* Allow Strings for ports on net.Server.listen (Bradley Meck)

* setInterval(cb, 0) loops infinitely

* Fixes for NODE_MODULE_CONTEXTS=1 (Herbert Vojčík)

* Expose fingerproint from getPeerCertificate (Paul Querna)

* API: forceClose -> destroy for WriteStreams


2010.08.20, Version 0.2.0, 9283e134e558900ba89d9a33c18a9bdedab07cb9

* process.title support for FreeBSD, Macintosh, Linux

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 @@ -89,8 +89,8 @@ <h2 id="download">Download</h2>
<a href="http://github.com/ry/node/tree/master">git repo</a>
</p>
<p>
2010.08.20
<a href="http://nodejs.org/dist/node-v0.2.0.tar.gz">node-v0.2.0.tar.gz</a>
2010.09.10
<a href="http://nodejs.org/dist/node-v0.2.1.tar.gz">node-v0.2.1.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 src/node_version.h
Expand Up @@ -6,7 +6,7 @@

#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 2
#define NODE_PATCH_VERSION 0
#define NODE_PATCH_VERSION 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit da235fa

Please sign in to comment.