Skip to content

Commit a6b8586

Browse files
committed
bump version
1 parent 2072925 commit a6b8586

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@ Paul Querna <pquerna@apache.org>
9090
Ben Lowery <ben@blowery.org>
9191
Peter Dekkers <soderblom.peter@gmail.com>
9292
David Siegel <david@artcom.de>
93+
Marshall Culpepper <marshall.law@gmail.com>
94+
Ruben Rodriguez <cha0s@therealcha0s.net>
95+
Dmitry Baranovskiy <Dmitry@Baranovskiy.com>
96+
Blake Mizerany <blake.mizerany@gmail.com>

ChangeLog

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
2010.06.21, Version 0.1.99
1+
2010.07.03, Version 0.1.100
2+
3+
* process.execPath (Marshall Culpepper)
4+
5+
* sys.pump (Mikeal Rogers)
6+
7+
* Remove ini and mjsunit libraries.
8+
9+
* Introduce console.log() and friends.
10+
11+
* Switch order of arguments for Buffer.write (Blake Mizerany)
12+
13+
* On overlapping buffers use memmove (Matt Ranney)
14+
15+
* Resolve .local domains with getaddrinfo()
16+
17+
* Upgrade http-parser, V8 to 2.2.21
18+
19+
20+
2010.06.21, Version 0.1.99, a620b7298f68f68a855306437a3b60b650d61d78
221

322
* Datagram sockets (Paul Querna)
423

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
@@ -91,8 +91,8 @@ <h2 id="download">Download</h2>
9191
<a href="http://github.com/ry/node/tree/master">git repo</a>
9292
</p>
9393
<p>
94-
2010.06.21
95-
<a href="http://nodejs.org/dist/node-v0.1.99.tar.gz">node-v0.1.99.tar.gz</a>
94+
2010.07.03
95+
<a href="http://nodejs.org/dist/node-v0.1.100.tar.gz">node-v0.1.100.tar.gz</a>
9696
</p>
9797

9898
<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.99"
10+
VERSION="0.1.100"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)