Skip to content

Commit 2a4568c

Browse files
committedJul 26, 2010
bump version
1 parent 402bcb8 commit 2a4568c

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-5
lines changed
 

‎AUTHORS

+6
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,9 @@ Rick Olson <technoweenie@gmail.com>
101101
David Siegel <david.siegel@artcom.de>
102102
Сергей Крыжановский <another@dhcp199-223-red.yandex.net>
103103
Marco Rogers <marco.rogers@gmail.com>
104+
Benjamin Fritsch <beanie@benle.de>
105+
Jan Kassens <jan@kassens.net>
106+
Robert Keizer <root@black.bluerack.ca>
107+
Sam Shull <brickysam26@gmail.com>
108+
Chandra Sekar S <chandru.in@gmail.com>
109+
Andrew Naylor <argon@mkbot.net>

‎ChangeLog

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
2010.07.16, Version 0.1.101
1+
2010.07.25, Version 0.1.102
2+
3+
* base64 encoding for Buffers.
4+
5+
* Buffer support for Cipher, Decipher, Hmac, Sign and Verify
6+
(Andrew Naylor)
7+
8+
* Support for reading byte ranges from files using fs.createReadStream.
9+
(Chandra Sekar)
10+
11+
* Fix Buffer.toString() on 0-length slices. (Peter Griess)
12+
13+
* Cache modules based on filename rather than ID (Isaac Schlueter)
14+
15+
* querystring improvments (Jan Kassens, Micheil Smith)
16+
17+
* Support DEL in the REPL. (Jérémy Lal)
18+
19+
* Upgrade http-parser, upgrade V8 to 2.3.2
20+
21+
22+
2010.07.16, Version 0.1.101, 0174ceb6b24caa0bdfc523934c56af9600fa9b58
223

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

‎doc/api_header.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎doc/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ <h2 id="download">Download</h2>
8989
<a href="http://github.com/ry/node/tree/master">git repo</a>
9090
</p>
9191
<p>
92-
2010.07.16
93-
<a href="http://nodejs.org/dist/node-v0.1.101.tar.gz">node-v0.1.101.tar.gz</a>
92+
2010.07.25
93+
<a href="http://nodejs.org/dist/node-v0.1.102.tar.gz">node-v0.1.102.tar.gz</a>
9494
</p>
9595

9696
<p>Historical: <a href="http://nodejs.org/dist">versions</a>, <a href="http://nodejs.org/docs">docs</a></p>

‎src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#define NODE_MAJOR_VERSION 0
88
#define NODE_MINOR_VERSION 1
9-
#define NODE_PATCH_VERSION 101
9+
#define NODE_PATCH_VERSION 102
1010

1111
#ifndef NODE_STRINGIFY
1212
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)
Please sign in to comment.