Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-10-01 01:21:25 +0400
committerRyan Dahl <ry@tinyclouds.org>2009-10-01 01:21:25 +0400
commit9c9d67eb6ce1162c8da05ff59624f6c3ade19bf7 (patch)
tree983040fcdfef4c321941d91fc2d7a6a80179a12c /ChangeLog
parent7b337096c9d373617d8989c7afd67a4f4573ca9b (diff)
bump versionv0.1.13
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a429a5db673..2aeb9ea2b7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,31 @@
-2009.09.24, Version 0.1.12
+2009.09.30, Version 0.1.13
+
+ * Feature: Multipart stream parser (Felix Geisendörfer)
+
+ * API: Move node.puts(), node.exec() and others to /utils.js
+
+ * API: Move http, tcp libraries to /http.js and /tcp.js
+
+ * API: Rename node.exit() to process.exit()
+
+ * Bugfix: require() and include() should work in callbacks.
+
+ * Pass the Host header in http.cat calls
+
+ * Add warning when coroutine stack size grows too large.
+
+ * Enhance repl library (Ray Morgan)
+
+ * Bugfix: build script for
+ GCC 4.4 (removed -Werror in V8),
+ on Linux 2.4,
+ and with Python 2.4.4.
+
+ * Add read() and write() to /file.js to read and write
+ whole files at once.
+
+
+2009.09.24, Version 0.1.12, 2f56ccb45e87510de712f56705598b3b4e3548ec
* Feature: System modules, node.libraryPaths