Merge branch 'v0.4'
[platform/upstream/nodejs.git] / ChangeLog
index c46dd61..e9195d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,105 @@
+2011.07.22, Version 0.5.2 (unstable)
+
+* libuv improvements; named pipe support
+
+* #1242 check for SSL_COMP_get_compression_methods() (Ben Noordhuis)
+
+* #1348 remove require.paths (isaacs)
+
+* #1349 Delimit NODE_PATH with ; on Windows (isaacs)
+
+* #1335 Remove EventEmitter from C++
+
+* #1357 Load json files with require() (isaacs)
+
+* #1374 fix setting ServerResponse.statusCode in writeHead (Trent Mick)
+
+* Fixed: GC was being run too often.
+
+* Upgrade V8 to 3.4.14
+
+* doc improvements
+
+
+2011.07.14, Version 0.5.1 (unstable), f8bfa54d0fa509f9242637bef2869a1b1e842ec8
+
+* #1233 Fix os.totalmem on FreeBSD amd64 (Artem Zaytsev)
+
+* #1149 IDNA and Punycode support in url.parse
+  (Jeremy Selier, Ben Noordhuis, isaacs)
+
+* Export $CC and $CXX to uv and V8's build systems
+
+* Include pthread-win32 static libraries in build (Igor Zinkovsky)
+
+* #1199, #1094 Fix fs can't handle large file on 64bit platform (koichik)
+
+* #1281 Make require a public member of module (isaacs)
+
+* #1303 Stream.pipe returns the destination (Elijah Insua)
+
+* #1229 Addons should not -DEV_MULTIPLICITY=0 (Brian White)
+
+* libuv backend improvements
+
+* Upgrade V8 to 3.4.10
+
+
+2011.07.05, Version 0.5.0 (unstable), ae7ed8482ea7e53c59acbdf3cf0e0a0ae9d792cd
+
+* New non-default libuv backend to support IOCP on Windows.
+  Use --use-uv to enable.
+
+* deprecate http.cat
+
+* docs improved.
+
+* add child_process.fork
+
+* add fs.utimes() and fs.futimes() support (Ben Noordhuis)
+
+* add process.uptime() (Tom Huges)
+
+* add path.relative (Tony Huang)
+
+* add os.getNetworkInterfaces()
+
+* add remoteAddress and remotePort for client TCP connections
+  (Brian White)
+
+* add secureOptions flag, setting ciphers,
+  SSL_OP_CRYPTOPRO_TLSEXT_BUG to TLS (Theo Schlossnagle)
+
+* add process.arch (Nathan Rajlich)
+
+* add reading/writing of floats and doubles from/to buffers (Brian White)
+
+* Allow script to be read from stdin
+
+* #477 add Buffer::fill method to do memset (Konstantin Käfer)
+
+* #573 Diffie-Hellman support to crypto module (Håvard Stranden)
+
+* #695 add 'hex' encoding to buffer (isaacs)
+
+* #851 Update how REPLServer uses contexts (Ben Weaver)
+
+* #853 add fs.lchow, fs.lchmod, fs.fchmod, fs.fchown (isaacs)
+
+* #889 Allow to remove all EventEmitter listeners at once
+  (Felix Geisendörfer)
+
+* #926 OpenSSL NPN support (Fedor Indutny)
+
+* #955 Change ^C handling in REPL (isaacs)
+
+* #979 add support for Unix Domain Sockets to HTTP (Mark Cavage)
+
+* #1173 #1170 add AMD, asynchronous module definition (isaacs)
+
+* DTrace probes: support X-Forwarded-For (Dave Pacheco)
+
+
 2011.07.19, Version 0.4.10 (stable)
 
 * #394 Fix Buffer drops last null character in UTF-8