doc: convert tabs to spaces · nodejs/node@9ddc915
@@ -1314,13 +1314,13 @@ https://github.com/nodejs/node/commit/8b8a7a7f9b41e74e1e810d0330738ad06fc302ec
13141314https://github.com/nodejs/node/commit/a72120190a8ffdbcd3d6ad2a2e6ceecd2087111e
1315131513161316* npm: Upgrade to 1.1.30
1317- - Improved 'npm init'
1318- - Fix the 'cb never called' error from 'oudated' and 'update'
1319- - Add --save-bundle|-B config
1320- - Fix isaacs/npm[#2465](https://github.com/joyent/node/issues/2465): Make npm script and windows shims cygwin-aware
1321- - Fix isaacs/npm[#2452](https://github.com/joyent/node/issues/2452) Use --save(-dev|-optional) in npm rm
1322- - `logstream` option to replace removed `logfd` (Rod Vagg)
1323- - Read default descriptions from README.md files
1317+ - Improved 'npm init'
1318+ - Fix the 'cb never called' error from 'oudated' and 'update'
1319+ - Add --save-bundle|-B config
1320+ - Fix isaacs/npm[#2465](https://github.com/joyent/node/issues/2465): Make npm script and windows shims cygwin-aware
1321+ - Fix isaacs/npm[#2452](https://github.com/joyent/node/issues/2452) Use --save(-dev|-optional) in npm rm
1322+ - `logstream` option to replace removed `logfd` (Rod Vagg)
1323+ - Read default descriptions from README.md files
1324132413251325* Shims to support deprecated ev_* and eio_* methods (Ben Noordhuis)
13261326* [#3118](https://github.com/joyent/node/issues/3118) net.Socket: Delay pause/resume until after connect (isaacs)
@@ -1381,9 +1381,9 @@ https://github.com/nodejs/node/commit/12a32a48a30182621b3f8e9b9695d1946b53c131
13811381* child_process: new stdio API for .spawn() method (Fedor Indutny)
13821382* child_process: spawn().ref() and spawn().unref() (Fedor Indutny)
13831383* Upgrade npm to 1.1.25
1384- - Enable npm link on windows
1385- - Properly remove sh-shim on Windows
1386- - Abstract out registry client and logger
1384+ - Enable npm link on windows
1385+ - Properly remove sh-shim on Windows
1386+ - Abstract out registry client and logger
1387138713881388<a id="0.7.9"></a>
13891389## 2012.05.28, Version 0.7.9 (unstable)
@@ -1981,7 +1981,7 @@ https://github.com/nodejs/node/commit/865b077819a9271a29f982faaef99dc635b57fbc
19811981https://github.com/nodejs/node/commit/220e61c1f65bf4db09699fcf6399c0809c0bc446
1982198219831983* Remove cmake build system, support for Cygwin, legacy code base,
1984- process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
1984+ process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
1985198519861986* Documentation improvements (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
19871987koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
@@ -2207,7 +2207,7 @@ https://github.com/nodejs/node/commit/4585330afef44ddfb6a4054bd9b0f190b352628b
22072207* Add support for TLS SNI (Fedor Indutny)
22082208* New http agent implementation. Off by default the command line flag
22092209 --use-http2 will enable it. "make test-http2" will run the tests
2210- for the new implementation. (Mikeal Rogers)
2210+ for the new implementation. (Mikeal Rogers)
2211221122122212* Revert AMD compatibility. (isaacs)
22132213* Windows: improvements, child_process support.
@@ -2375,7 +2375,7 @@ https://github.com/nodejs/node/commit/7dd22c26e4365698dc3efddf138c4d399cb912c8
23752375* [#983](https://github.com/joyent/node/issues/983) Better JSON.parse error detection in REPL (isaacs)
23762376* [#836](https://github.com/joyent/node/issues/836) Agent socket errors bubble up to req only if req exists
23772377* [#1041](https://github.com/joyent/node/issues/1041) Fix event listener leak check timing (koichik)
2378-* [#1038](https://github.com/joyent/node/issues/1038) Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"
2378+* [#1038](https://github.com/joyent/node/issues/1038) Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR"
23792379 (koichik)
2380238023812381* [#1073](https://github.com/joyent/node/issues/1073) Share SSL context between server connections (Fedor Indutny)
@@ -2389,7 +2389,7 @@ https://github.com/nodejs/node/commit/7dd22c26e4365698dc3efddf138c4d399cb912c8
2389238923902390* Doc improvements
23912391* cleartextstream.destroy() should close(2) the socket. Previously was being
2392- mapped to a shutdown(2) syscall.
2392+ mapped to a shutdown(2) syscall.
2393239323942394* No longer compile out asserts and debug statements in normal build.
23952395* Debugger improvements.
@@ -2417,16 +2417,16 @@ https://github.com/nodejs/node/commit/58002d56bc79410c5ff397fc0e1ffec0665db38a
2417241724182418* Don't error on ENOTCONN from shutdown() [#670](https://github.com/joyent/node/issues/670)
24192419* Auto completion of built-in debugger suggests prefix match rather than
2420- partial match. (koichik)
2420+ partial match. (koichik)
2421242124222422* circular reference in vm modules. [#822](https://github.com/joyent/node/issues/822) (Jakub Lekstan)
24232423* http response.readable should be false after 'end' [#867](https://github.com/joyent/node/issues/867) (Abe Fettig)
24242424* Implement os.cpus() and os.uptime() on Solaris (Scott McWhirter)
24252425* fs.ReadStream: Allow omission of end option for range reads [#801](https://github.com/joyent/node/issues/801)
2426- (Felix Geisendörfer)
2426+ (Felix Geisendörfer)
2427242724282428* Buffer.write() with UCS-2 should not be write partial char
2429- [#916](https://github.com/joyent/node/issues/916) (koichik)
2429+ [#916](https://github.com/joyent/node/issues/916) (koichik)
2430243024312431* Pass secureProtocol through on tls.Server creation (Theo Schlossnagle)
24322432* TLS use RC4-SHA by default
@@ -2467,7 +2467,7 @@ https://github.com/nodejs/node/commit/25122b986a90ba0982697b7abcb0158c302a1019
24672467https://github.com/nodejs/node/commit/c095ce1a1b41ca015758a713283bf1f0bd41e4c4
2468246824692469* Don't decrease server connection counter again if destroy() is called more
2470- than once GH-431 (Andreas Reich, Anders Conbere)
2470+ than once GH-431 (Andreas Reich, Anders Conbere)
2471247124722472* Documentation improvements (koichik)
24732473* Fix bug with setMaxListeners GH-682
@@ -2794,7 +2794,7 @@ https://github.com/nodejs/node/commit/b14dd49222687c12f3e8eac597cff4f2674f84e8
27942794* Set cwd for child processes (Bert Belder)
27952795* Tab completion for readline (Trent Mick)
27962796* process.title getter/setter for OSX, Linux, Cygwin.
2797- (Rasmus Andersson, Bert Belder)
2797+ (Rasmus Andersson, Bert Belder)
2798279827992799* Upgrade V8 to 2.3.6
28002800