|
1 |
| -2011.11.25, Version 0.6.3 (stable) |
| 1 | +2011.12.02, Version 0.6.4 (stable), 9170077f13e5e5475b23d1d3c2e7f69bfe139727 |
| 2 | + |
| 3 | +* doc improvements (Kyle Young, Tim Oxley, Roman Shtylman, Mathias Bynens) |
| 4 | + |
| 5 | +* upgrade bundled npm (Isaac Schlueter) |
| 6 | + |
| 7 | +* polish Windows installer (Igor Zinkovsky, Isaac Schlueter) |
| 8 | + |
| 9 | +* punycode: upgrade to v0.2.1 (Mathias Bynens) |
| 10 | + |
| 11 | +* build: add –without-npm flag to configure script |
| 12 | + |
| 13 | +* sys: deprecate module some more, print stack trace if NODE_DEBUG=sys |
| 14 | + |
| 15 | +* cli: add -p switch, prints result of –eval |
| 16 | + |
| 17 | +* #1997: fix Blowfish ECB encryption and decryption (Ingmar Runge) |
| 18 | + |
| 19 | +* #2223: fix socket ‘close’ event being emitted twice |
| 20 | + |
| 21 | +* #2224: fix RSS memory usage > 4 GB reporting (Russ Bradberry) |
| 22 | + |
| 23 | +* #2225: fix util.inspect() object stringification bug (Nathan Rajlich) |
| 24 | + |
| 25 | + |
| 26 | +2011.11.25, Version 0.6.3 (stable), b159c6d62e5756d3f8847419d29c6959ea288b56 |
2 | 27 |
|
3 | 28 | * #2083 Land NPM in Node. It is included in packages/installers and installed
|
4 | 29 | on `make install`.
|
|
26 | 51 |
|
27 | 52 | 2011.11.18, Version 0.6.2 (stable), a4402f0b2e410b19375a1d5c5fb7fe7f66f3c7f8
|
28 | 53 |
|
29 |
| - * doc improvements (Artur Adib, Trevor Burnham, Ryan Emery, Trent Mick) |
| 54 | +* doc improvements (Artur Adib, Trevor Burnham, Ryan Emery, Trent Mick) |
30 | 55 |
|
31 |
| - * timers: remember extra setTimeout() arguments when timeout==0 |
| 56 | +* timers: remember extra setTimeout() arguments when timeout==0 |
32 | 57 |
|
33 |
| - * punycode: use Mathias Bynens's punycode library, it's more compliant |
| 58 | +* punycode: use Mathias Bynens's punycode library, it's more compliant |
34 | 59 |
|
35 |
| - * repl: improved tab completion (Ryan Emery) |
| 60 | +* repl: improved tab completion (Ryan Emery) |
36 | 61 |
|
37 |
| - * buffer: fix range checks in .writeInt() functions (Lukasz Walukiewicz) |
| 62 | +* buffer: fix range checks in .writeInt() functions (Lukasz Walukiewicz) |
38 | 63 |
|
39 |
| - * tls: make cipher list configurable |
| 64 | +* tls: make cipher list configurable |
40 | 65 |
|
41 |
| - * addons: make Buffer and ObjectWrap visible to Windows add-ons (Bert Belder) |
| 66 | +* addons: make Buffer and ObjectWrap visible to Windows add-ons (Bert Belder) |
42 | 67 |
|
43 |
| - * crypto: add PKCS#1 a.k.a RSA public key verification support |
| 68 | +* crypto: add PKCS#1 a.k.a RSA public key verification support |
44 | 69 |
|
45 |
| - * windows: fix stdout writes when redirected to nul |
| 70 | +* windows: fix stdout writes when redirected to nul |
46 | 71 |
|
47 |
| - * sunos: fix build on Solaris and Illumos |
| 72 | +* sunos: fix build on Solaris and Illumos |
48 | 73 |
|
49 |
| - * Upgrade V8 to 3.6.6.8 |
| 74 | +* Upgrade V8 to 3.6.6.8 |
50 | 75 |
|
51 | 76 |
|
52 | 77 | 2011.11.11, Version 0.6.1 (stable), 170f2addb2dd0c625bc4a6d461e89a31ad68b79b
|
|
0 commit comments