Skip to content

Commit a620b72

Browse files
committed
bump version
1 parent 51bd1b4 commit a620b72

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@ Aapo Laitinen <[email protected]>
8585
Sam Hughes <[email protected]>
8686
Orlando Vazquez <[email protected]>
8787
Raffaele Sena <[email protected]>
88+
Brian McKenna <[email protected]>
89+
Paul Querna <[email protected]>
90+
Ben Lowery <[email protected]>
91+
Peter Dekkers <[email protected]>
92+
David Siegel <[email protected]>

ChangeLog

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
2010.06.11, Version 0.1.98
1+
2010.06.21, Version 0.1.99
2+
3+
* Datagram sockets (Paul Querna)
4+
5+
* fs.writeFile could not handle utf8 (Felix Geisendörfer)
6+
and now accepts Buffers (Aaron Heckmann)
7+
8+
* Fix crypto memory leaks.
9+
10+
* A replacement for decodeURIComponent that doesn't throw.
11+
(Isaac Schlueter)
12+
13+
* Only concatenate some incoming HTTP headers. (Peter Griess)
14+
15+
* Upgrade V8 to 2.2.18
16+
17+
18+
2010.06.11, Version 0.1.98, 10d8adb08933d1d4cea60192c2a31c56d896733d
219

320
* Port to Windows/Cygwin (Raffaele Sena)
421

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
@@ -92,8 +92,8 @@ <h2 id="download">Download</h2>
9292
<a href="http://github.com/ry/node/tree/master">git repo</a>
9393
</p>
9494
<p>
95-
2010.06.11
96-
<a href="http://nodejs.org/dist/node-v0.1.98.tar.gz">node-v0.1.98.tar.gz</a>
95+
2010.06.21
96+
<a href="http://nodejs.org/dist/node-v0.1.99.tar.gz">node-v0.1.99.tar.gz</a>
9797
</p>
9898

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

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
77
from logging import fatal
88

99
cwd = os.getcwd()
10-
VERSION="0.1.98"
10+
VERSION="0.1.99"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)