Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jul 26, 2010
1 parent 402bcb8 commit 2a4568c
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@ Rick Olson <technoweenie@gmail.com>
David Siegel <david.siegel@artcom.de>
Сергей Крыжановский <another@dhcp199-223-red.yandex.net>
Marco Rogers <marco.rogers@gmail.com>
Benjamin Fritsch <beanie@benle.de>
Jan Kassens <jan@kassens.net>
Robert Keizer <root@black.bluerack.ca>
Sam Shull <brickysam26@gmail.com>
Chandra Sekar S <chandru.in@gmail.com>
Andrew Naylor <argon@mkbot.net>
23 changes: 22 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
2010.07.16, Version 0.1.101
2010.07.25, Version 0.1.102

* base64 encoding for Buffers.

* Buffer support for Cipher, Decipher, Hmac, Sign and Verify
(Andrew Naylor)

* Support for reading byte ranges from files using fs.createReadStream.
(Chandra Sekar)

* Fix Buffer.toString() on 0-length slices. (Peter Griess)

* Cache modules based on filename rather than ID (Isaac Schlueter)

* querystring improvments (Jan Kassens, Micheil Smith)

* Support DEL in the REPL. (Jérémy Lal)

* Upgrade http-parser, upgrade V8 to 2.3.2


2010.07.16, Version 0.1.101, 0174ceb6b24caa0bdfc523934c56af9600fa9b58

* Added env to child_process.exec (Сергей Крыжановский)

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.07.16
<a href="http://nodejs.org/dist/node-v0.1.101.tar.gz">node-v0.1.101.tar.gz</a>
2010.07.25
<a href="http://nodejs.org/dist/node-v0.1.102.tar.gz">node-v0.1.102.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 1
#define NODE_PATCH_VERSION 101
#define NODE_PATCH_VERSION 102

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

0 comments on commit 2a4568c

Please sign in to comment.