From a620b7298f68f68a855306437a3b60b650d61d78 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 21 Jun 2010 13:34:10 -0700 Subject: bump version --- AUTHORS | 5 +++++ ChangeLog | 19 ++++++++++++++++++- doc/api_header.html | 2 +- doc/index.html | 4 ++-- wscript | 2 +- 5 files changed, 27 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0153fe93c89..64320001d6e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -85,3 +85,8 @@ Aapo Laitinen Sam Hughes Orlando Vazquez Raffaele Sena +Brian McKenna +Paul Querna +Ben Lowery +Peter Dekkers +David Siegel diff --git a/ChangeLog b/ChangeLog index 0979de4817d..eac9e8057d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,21 @@ -2010.06.11, Version 0.1.98 +2010.06.21, Version 0.1.99 + +* Datagram sockets (Paul Querna) + +* fs.writeFile could not handle utf8 (Felix Geisendörfer) + and now accepts Buffers (Aaron Heckmann) + +* Fix crypto memory leaks. + +* A replacement for decodeURIComponent that doesn't throw. + (Isaac Schlueter) + +* Only concatenate some incoming HTTP headers. (Peter Griess) + +* Upgrade V8 to 2.2.18 + + +2010.06.11, Version 0.1.98, 10d8adb08933d1d4cea60192c2a31c56d896733d * Port to Windows/Cygwin (Raffaele Sena) diff --git a/doc/api_header.html b/doc/api_header.html index e6f4e2312e8..cf74f9f91a4 100644 --- a/doc/api_header.html +++ b/doc/api_header.html @@ -295,7 +295,7 @@
-
Node v0.1.98
+
Node v0.1.99
diff --git a/doc/index.html b/doc/index.html index 5f2b76267ca..abfe1912262 100644 --- a/doc/index.html +++ b/doc/index.html @@ -92,8 +92,8 @@ net.createServer(function (socket) { git repo

- 2010.06.11 - node-v0.1.98.tar.gz + 2010.06.21 + node-v0.1.99.tar.gz

Historical: versions, docs

diff --git a/wscript b/wscript index cc2ef733b32..6a5726c794f 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.98" +VERSION="0.1.99" APPNAME="node.js" import js2c -- cgit v1.2.3