Skip to content

Commit 2a4568c

Browse files
committed
bump version
1 parent 402bcb8 commit 2a4568c

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-5
lines changed

AUTHORS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,9 @@ Rick Olson <[email protected]>
101101
David Siegel <[email protected]>
102102
Сергей Крыжановский <[email protected]>
103103
Marco Rogers <[email protected]>
104+
Benjamin Fritsch <[email protected]>
105+
Jan Kassens <[email protected]>
106+
Robert Keizer <[email protected]>
107+
Sam Shull <[email protected]>
108+
Chandra Sekar S <[email protected]>
109+
Andrew Naylor <[email protected]>

ChangeLog

Lines changed: 22 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/index.html

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)