Tags: alexkwolfe/node
Tags
2011.12.14, Version 0.6.6 (stable) * npm update to 1.1.0-beta-4 (Isaac Z. Schlueter) * cli: fix output of --help (Ben Noordhuis) * new website * pause/resume semantics for stdin (Isaac Z. Schlueter) * Travis CI integration (Maciej Małecki) * child_process: Fix bug regarding closed stdin (Ben Noordhuis) * Enable upgrades in MSI. (Igor Zinkovsky) * net: Fixes memory leak (Ben Noordhuis) * fs: handle fractional or NaN ReadStream buffer size (Ben Noordhuis) * crypto: fix memory leaks in PBKDF2 error path (Ben Noordhuis)
2011.12.02, Version 0.6.4 (stable) * doc improvements (Kyle Young, Tim Oxley, Roman Shtylman, Mathias Bynens) * upgrade bundled npm (Isaac Schlueter) * polish Windows installer (Igor Zinkovsky, Isaac Schlueter) * punycode: upgrade to v0.2.1 (Mathias Bynens) * build: add --without-npm flag to configure script * sys: deprecate module some more, print stack trace if NODE_DEBUG=sys * cli: add -p switch, prints result of --eval * nodejs#1997: fix Blowfish ECB encryption and decryption (Ingmar Runge) * nodejs#2223: fix socket 'close' event being emitted twice * nodejs#2224: fix RSS memory usage > 4 GB reporting (Russ Bradberry) * nodejs#2225: fix util.inspect() object stringification bug (Nathan Rajlich)
2011.11.25, Version 0.6.3 (stable) * nodejs#2083 Land NPM in Node. It is included in packages/installers and installed on `make install`. * nodejs#2076 Add logos to windows installer. * nodejs#1711 Correctly handle http requests without headers. (Ben Noordhuis, Felix Geisendörfer) * TLS: expose more openssl SSL context options and constants. (Ben Noordhuis) * nodejs#2177 Windows: don't kill UDP socket when a packet fails to reach its destination. (Bert Belder) * Windows: support paths longer than 260 characters. (Igor Zinkovsky) * Windows: correctly resolve drive-relative paths. (Bert Belder) * nodejs#2166 Don't leave file descriptor open after lchmod. (Isaac Schlueter) * nodejs#2084 Add OS X .pkg build script to make file. * nodejs#2160 Documentation improvements. (Ben Noordhuis)
2011.11.18, Version 0.6.2 (stable) * doc improvements (Artur Adib, Trevor Burnham, Ryan Emery, Trent Mick) * timers: remember extra setTimeout() arguments when timeout==0 * punycode: use Mathias Bynens's punycode library, it's more compliant * repl: improved tab completion (Ryan Emery) * buffer: fix range checks in .writeInt() functions (Lukasz Walukiewicz) * tls: make cipher list configurable * addons: make Buffer and ObjectWrap visible to Windows add-ons (Bert Belder) * crypto: add PKCS#1 a.k.a RSA public key verification support * windows: fix stdout writes when redirected to nul * sunos: fix build on Solaris and Illumos * Upgrade V8 to 3.6.6.8
2011.11.11, Version 0.6.1 (stable) * doc improvements (Eric Lovett, Ben Noordhuis, Scott Anderson, Yoji SHIDARA) * crypto: make thread-safe (Ben Noordhuis) * fix process.kill error object * debugger: correctly handle source with multi-byte characters (Shigeki Ohtsu) * make stdout and stderr non-destroyable (Igor Zinkovsky) * fs: don't close uninitialized fs.watch handle (Ben Noordhuis) * nodejs#2026 fix man page install on BSDs (Ben Noordhuis) * nodejs#2040 fix unrecognized errno assert in uv_err_name * nodejs#2043 fs: mkdir() should call callback if mode is omitted * nodejs#2045 fs: fix fs.realpath on windows to return on error (Benjamin Pasero) * nodejs#2047 minor cluster improvements * nodejs#2052 readline get window columns correctly * Upgrade V8 to 3.6.6.7
2011.11.04, Version 0.6.0 (stable) * print undefined on undefined values in REPL (Nathan Rajlich) * doc improvements (koichik, seebees, bnoordhuis, Maciej Małecki, Jacob Kragh) * support native addon loading in windows (Bert Belder) * rename getNetworkInterfaces() to networkInterfaces() (bnoordhuis) * add pending accepts knob for windows (igorzi) * http.request(url.parse(x)) (seebees) * nodejs#1929 zlib Respond to 'resume' events properly (isaacs) * stream.pipe: Remove resume and pause events * test fixes for windows (igorzi) * build system improvements (bnoordhuis) * nodejs#1936 tls: does not emit 'end' from EncryptedStream (koichik) * nodejs#758 tls: add address(), remoteAddress/remotePort * nodejs#1399 http: emit Error object after .abort() (bnoordhuis) * nodejs#1999 fs: make mkdir() default to 0777 permissions (bnoordhuis) * nodejs#2001 fix pipe error codes * nodejs#2002 Socket.write should reset timeout timer * stdout and stderr are blocking when associated with file too. * remote debugger support on windows (Bert Belder) * convenience methods for zlib (Matt Robenolt) * process.kill support on windows (igorzi) * process.uptime() support on windows (igorzi) * Return IPv4 addresses before IPv6 addresses from getaddrinfo * util.inspect improvements (Nathan Rajlich) * cluster module api changes * Downgrade V8 to 3.6.6.6
2011.10.21, Version 0.5.10 (unstable) * Remove cmake build system, support for Cygwin, legacy code base, process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle * Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko, koichik, Maciej Małecki, Guglielmo Ferri, isaacs) * Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis) * Long process.title support (Ben Noordhuis) * net: register net.Server callback only once (Simen Brekken) * net: fix connect queue bugs (Ben Noordhuis) * debugger: fix backtrace err handling (Fedor Indutny) * Use getaddrinfo instead of c-ares for dns.lookup * Emit 'end' from crypto streams on close * repl: print out `undefined` (Nathan Rajlich) * nodejs#1902 buffer: use NO_NULL_TERMINATION flag (koichik) * nodejs#1907 http: Added support for HTTP PATCH verb (Thomas Parslow) * nodejs#1644 add GetCPUInfo on windows (Karl Skomski) * nodejs#1484, nodejs#1834, nodejs#1482, nodejs#771 Don't use a separate context for the repl. (isaacs) * nodejs#1882 zlib Update 'availOutBefore' value, and test (isaacs) * nodejs#1888 child_process.fork: don't modify args (koichik) * nodejs#1516 tls: requestCert unusable with Firefox and Chrome (koichik) * nodejs#1467 tls: The TLS API is inconsistent with the TCP API (koichik) * nodejs#1894 net: fix error handling in listen() (koichik) * nodejs#1860 console.error now goes through uv_tty_t * Upgrade V8 to 3.7.0 * Upgrade GYP to r1081
2011.10.10, Version 0.5.9 (unstable) * fs.watch interface backed by kqueue, inotify, and ReadDirectoryChangesW (Igor Zinkovsky, Ben Noordhuis) * add dns.resolveTxt (Christian Tellnes) * Remove legacy http library (Ben Noordhuis) * child_process.fork returns and works on Windows. Allows passing handles. (Igor Zinkovsky, Bert Belder) * nodejs#1774 Lint and clean up for --harmony_block_scoping (Tyler Larson, Colton Baker) * nodejs#1813 Fix ctrl+c on Windows (Bert Belder) * nodejs#1844 unbreak --use-legacy (Ben Noordhuis) * process.stderr now goes through libuv. Both process.stdout and process.stderr are blocking when referencing a TTY. * net_uv performance improvements (Ben Noordhuis, Bert Belder)
PreviousNext