|
1 |
| -2012.08.28, Version 0.9.1 (Unstable) |
| 1 | +2012.09.17, Version 0.9.2 (Unstable) |
| 2 | + |
| 3 | +* http_parser: upgrade to ad3b631 |
| 4 | + |
| 5 | +* openssl: upgrade 1.0.1c |
| 6 | + |
| 7 | +* darwin: use FSEvents to watch directory changes (Fedor Indutny) |
| 8 | + |
| 9 | +* unix: support missing API on NetBSD (Shigeki Ohtsu) |
| 10 | + |
| 11 | +* unix: fix EMFILE busy loop (Ben Noordhuis) |
| 12 | + |
| 13 | +* windows: un-break writable tty handles (Bert Belder) |
| 14 | + |
| 15 | +* windows: map WSAESHUTDOWN to UV_EPIPE (Bert Belder) |
| 16 | + |
| 17 | +* windows: make spawn with custom environment work again (Bert Belder) |
| 18 | + |
| 19 | +* windows: map ERROR_DIRECTORY to UV_ENOENT (Bert Belder) |
| 20 | + |
| 21 | +* tls, https: validate server certificate by default (Ben Noordhuis) |
| 22 | + |
| 23 | +* tls, https: throw exception on missing key/cert (Ben Noordhuis) |
| 24 | + |
| 25 | +* tls: async session storage (Fedor Indutny) |
| 26 | + |
| 27 | +* installer: don't install header files (Ben Noordhuis) |
| 28 | + |
| 29 | +* buffer: implement Buffer.prototype.toJSON() (Nathan Rajlich) |
| 30 | + |
| 31 | +* buffer: added support for writing NaN and Infinity (koichik) |
| 32 | + |
| 33 | +* http: make http.ServerResponse emit 'end' (Ben Noordhuis) |
| 34 | + |
| 35 | +* build: ./configure --ninja (Ben Noordhuis, Timothy J Fontaine) |
| 36 | + |
| 37 | +* installer: fix --without-npm (Ben Noordhuis) |
| 38 | + |
| 39 | +* cli: make -p equivalent to -pe (Ben Noordhuis) |
| 40 | + |
| 41 | +* url: Go much faster by using Url class (isaacs) |
| 42 | + |
| 43 | + |
| 44 | +2012.08.28, Version 0.9.1 (Unstable), e6ce259d2caf338fec991c2dd447de763ce99ab7 |
2 | 45 |
|
3 | 46 | * buffer: Add Buffer.isEncoding(enc) to test for valid encoding values (isaacs)
|
4 | 47 |
|
|
0 commit comments