Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 4, 2010
1 parent 81f5ed5 commit 0b925d0
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
26 changes: 25 additions & 1 deletion ChangeLog
@@ -1,4 +1,28 @@
2010.07.25, Version 0.1.102 2010.08.04, Version 0.1.103

* Implement keep-alive for http.Client (Mikeal Rogers)

* base64 fixes. (Ben Noordhuis)

* Fix --debug-brk (Danny Coates)

* Don't let path.normalize get above the root. (Isaac Schlueter)

* Allow signals to be used with process.on in addition to
process.addListener. (Brian White)

* Globalize the Buffer object

* Use kqueue on recent macintosh builds

* Fix addrlen for unix_dgram sockets (Benjamin Kramer)

* Fix stats.isDirectory() and friends (Benjamin Kramer)

* Upgrade http-parser, V8 to 2.3.5


2010.07.25, Version 0.1.102, 2a4568c85f33869c75ff43ccd30f0ec188b43eab


* base64 encoding for Buffers. * base64 encoding for Buffers.


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> <a href="http://github.com/ry/node/tree/master">git repo</a>
</p> </p>
<p> <p>
2010.07.25 2010.08.04
<a href="http://nodejs.org/dist/node-v0.1.102.tar.gz">node-v0.1.102.tar.gz</a> <a href="http://nodejs.org/dist/node-v0.1.103.tar.gz">node-v0.1.103.tar.gz</a>
</p> </p>


<p>Historical: <a href="http://nodejs.org/dist">versions</a>, <a href="http://nodejs.org/docs">docs</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_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 1 #define NODE_MINOR_VERSION 1
#define NODE_PATCH_VERSION 102 #define NODE_PATCH_VERSION 103


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

0 comments on commit 0b925d0

Please sign in to comment.