Skip to content

Commit 3ebbdc6

Browse files
committed
Update ChangeLog
1 parent a29a7c7 commit 3ebbdc6

File tree

1 file changed

+37
-12
lines changed

1 file changed

+37
-12
lines changed

ChangeLog

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
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
227

328
* #2083 Land NPM in Node. It is included in packages/installers and installed
429
on `make install`.
@@ -26,27 +51,27 @@
2651

2752
2011.11.18, Version 0.6.2 (stable), a4402f0b2e410b19375a1d5c5fb7fe7f66f3c7f8
2853

29-
* doc improvements (Artur Adib, Trevor Burnham, Ryan Emery, Trent Mick)
54+
* doc improvements (Artur Adib, Trevor Burnham, Ryan Emery, Trent Mick)
3055

31-
* timers: remember extra setTimeout() arguments when timeout==0
56+
* timers: remember extra setTimeout() arguments when timeout==0
3257

33-
* punycode: use Mathias Bynens's punycode library, it's more compliant
58+
* punycode: use Mathias Bynens's punycode library, it's more compliant
3459

35-
* repl: improved tab completion (Ryan Emery)
60+
* repl: improved tab completion (Ryan Emery)
3661

37-
* buffer: fix range checks in .writeInt() functions (Lukasz Walukiewicz)
62+
* buffer: fix range checks in .writeInt() functions (Lukasz Walukiewicz)
3863

39-
* tls: make cipher list configurable
64+
* tls: make cipher list configurable
4065

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)
4267

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
4469

45-
* windows: fix stdout writes when redirected to nul
70+
* windows: fix stdout writes when redirected to nul
4671

47-
* sunos: fix build on Solaris and Illumos
72+
* sunos: fix build on Solaris and Illumos
4873

49-
* Upgrade V8 to 3.6.6.8
74+
* Upgrade V8 to 3.6.6.8
5075

5176

5277
2011.11.11, Version 0.6.1 (stable), 170f2addb2dd0c625bc4a6d461e89a31ad68b79b

0 commit comments

Comments
 (0)