Skip to content

Commit

Permalink
Bump version to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 2, 2010
1 parent fea3919 commit dc103ae
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 9 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,5 @@ Russell Haering <russellhaering@gmail.com>
Bradley Meck <bradley.meck@gmail.com>
Tobie Langel <tobie.langel@gmail.com>
Tony Metzidis <tonym@tonym.us>
Jorge Chamorro Bieling <jorge@jorgechamorro.com>
Evan Larkin <evan.larkin.il.com>
27 changes: 22 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
2010.09.17, Version 0.2.2
2010.10.02, Version 0.2.3

* Fix require in REPL (bug introduced in v0.2.2)

* Pass correct message in client HTTP upgrade event.
(Fedor Indutny)

* Show function names in sys.inspect (Jorge Chamorro Bieling)

* In HTTP, close connection on the "connection:close" header.
(Mikeal Rogers)

* fs.ReadStream bug fixes (Tj Holowaychuk, Evan Larkin, Marco Rogers)

* Fix zero length buffer bug for http res.end()


2010.09.17, Version 0.2.2, 7bf46bc9808f4db98f1cf177d58a6ecf3a50b65d

* REPL improvements (Trent Mick)

Expand Down Expand Up @@ -27,7 +44,7 @@

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

* Expose fingerproint from getPeerCertificate (Paul Querna)
* Expose fingerproint from getPeerCertificate (Paul Querna)

* API: forceClose -> destroy for WriteStreams

Expand Down Expand Up @@ -150,7 +167,7 @@
* Upgrade http-parser, V8 to 2.2.21


2010.06.21, Version 0.1.99, a620b7298f68f68a855306437a3b60b650d61d78
2010.06.21, Version 0.1.99, a620b7298f68f68a855306437a3b60b650d61d78

* Datagram sockets (Paul Querna)

Expand Down Expand Up @@ -256,7 +273,7 @@

2010.05.06, Version 0.1.94, f711d5343b29d1e72e87107315708e40951a7826

* Look in /usr/local/lib/node for modules, so that there's a way
* 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)
Expand All @@ -276,7 +293,7 @@
* Bugfix: destroy() instead of end() http connection at end of
pipeline

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

* Upgrade V8 to 2.2.8
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
Original file line number Diff line number Diff line change
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.09.17
<a href="http://nodejs.org/dist/node-v0.2.2.tar.gz">node-v0.2.2.tar.gz</a>
2010.10.02
<a href="http://nodejs.org/dist/node-v0.2.3.tar.gz">node-v0.2.3.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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 2
#define NODE_PATCH_VERSION 2
#define NODE_PATCH_VERSION 3

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

0 comments on commit dc103ae

Please sign in to comment.