diff --git a/AUTHORS b/AUTHORS index b757c4c30e9bf3..cbfc647adcf708 100644 --- a/AUTHORS +++ b/AUTHORS @@ -90,3 +90,7 @@ Paul Querna Ben Lowery Peter Dekkers David Siegel +Marshall Culpepper +Ruben Rodriguez +Dmitry Baranovskiy +Blake Mizerany diff --git a/ChangeLog b/ChangeLog index eac9e8057d3d84..76d9b1c5acd996 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,23 @@ -2010.06.21, Version 0.1.99 +2010.07.03, Version 0.1.100 + +* process.execPath (Marshall Culpepper) + +* sys.pump (Mikeal Rogers) + +* Remove ini and mjsunit libraries. + +* Introduce console.log() and friends. + +* Switch order of arguments for Buffer.write (Blake Mizerany) + +* On overlapping buffers use memmove (Matt Ranney) + +* Resolve .local domains with getaddrinfo() + +* Upgrade http-parser, V8 to 2.2.21 + + +2010.06.21, Version 0.1.99, a620b7298f68f68a855306437a3b60b650d61d78 * Datagram sockets (Paul Querna) diff --git a/doc/api_header.html b/doc/api_header.html index cf74f9f91a4caf..1b989fe5717f00 100644 --- a/doc/api_header.html +++ b/doc/api_header.html @@ -295,7 +295,7 @@
-
Node v0.1.99
+
Node v0.1.100
diff --git a/doc/index.html b/doc/index.html index 80ccb0452bac78..7a6f935e8789e8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -91,8 +91,8 @@

Download

git repo

- 2010.06.21 - node-v0.1.99.tar.gz + 2010.07.03 + node-v0.1.100.tar.gz

Historical: versions, docs

diff --git a/wscript b/wscript index b6f83806962b08..8cb3cb48e0b985 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ from os.path import join, dirname, abspath from logging import fatal cwd = os.getcwd() -VERSION="0.1.99" +VERSION="0.1.100" APPNAME="node.js" import js2c