@@ -1314,13 +1314,13 @@ https://github.com/nodejs/node/commit/8b8a7a7f9b41e74e1e810d0330738ad06fc302ec
1314
1314
https://github.com/nodejs/node/commit/a72120190a8ffdbcd3d6ad2a2e6ceecd2087111e
1315
1315
1316
1316
* 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
1324
1324
1325
1325
* Shims to support deprecated ev_ * and eio_ * methods (Ben Noordhuis)
1326
1326
* [ #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
1381
1381
* child_process: new stdio API for .spawn() method (Fedor Indutny)
1382
1382
* child_process: spawn().ref() and spawn().unref() (Fedor Indutny)
1383
1383
* 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
1387
1387
1388
1388
<a id =" 0.7.9 " ></a >
1389
1389
## 2012.05.28, Version 0.7.9 (unstable)
@@ -1981,7 +1981,7 @@ https://github.com/nodejs/node/commit/865b077819a9271a29f982faaef99dc635b57fbc
1981
1981
https://github.com/nodejs/node/commit/220e61c1f65bf4db09699fcf6399c0809c0bc446
1982
1982
1983
1983
* 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
1985
1985
1986
1986
* Documentation improvements (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
1987
1987
koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
@@ -2207,7 +2207,7 @@ https://github.com/nodejs/node/commit/4585330afef44ddfb6a4054bd9b0f190b352628b
2207
2207
* Add support for TLS SNI (Fedor Indutny)
2208
2208
* New http agent implementation. Off by default the command line flag
2209
2209
--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)
2211
2211
2212
2212
* Revert AMD compatibility. (isaacs)
2213
2213
* Windows: improvements, child_process support.
@@ -2375,7 +2375,7 @@ https://github.com/nodejs/node/commit/7dd22c26e4365698dc3efddf138c4d399cb912c8
2375
2375
* [ #983 ] ( https://github.com/joyent/node/issues/983 ) Better JSON.parse error detection in REPL (isaacs)
2376
2376
* [ #836 ] ( https://github.com/joyent/node/issues/836 ) Agent socket errors bubble up to req only if req exists
2377
2377
* [ #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"
2379
2379
(koichik)
2380
2380
2381
2381
* [ #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
2389
2389
2390
2390
* Doc improvements
2391
2391
* cleartextstream.destroy() should close(2) the socket. Previously was being
2392
- mapped to a shutdown(2) syscall.
2392
+ mapped to a shutdown(2) syscall.
2393
2393
2394
2394
* No longer compile out asserts and debug statements in normal build.
2395
2395
* Debugger improvements.
@@ -2417,16 +2417,16 @@ https://github.com/nodejs/node/commit/58002d56bc79410c5ff397fc0e1ffec0665db38a
2417
2417
2418
2418
* Don't error on ENOTCONN from shutdown() [ #670 ] ( https://github.com/joyent/node/issues/670 )
2419
2419
* Auto completion of built-in debugger suggests prefix match rather than
2420
- partial match. (koichik)
2420
+ partial match. (koichik)
2421
2421
2422
2422
* circular reference in vm modules. [ #822 ] ( https://github.com/joyent/node/issues/822 ) (Jakub Lekstan)
2423
2423
* http response.readable should be false after 'end' [ #867 ] ( https://github.com/joyent/node/issues/867 ) (Abe Fettig)
2424
2424
* Implement os.cpus() and os.uptime() on Solaris (Scott McWhirter)
2425
2425
* 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)
2427
2427
2428
2428
* 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)
2430
2430
2431
2431
* Pass secureProtocol through on tls.Server creation (Theo Schlossnagle)
2432
2432
* TLS use RC4-SHA by default
@@ -2467,7 +2467,7 @@ https://github.com/nodejs/node/commit/25122b986a90ba0982697b7abcb0158c302a1019
2467
2467
https://github.com/nodejs/node/commit/c095ce1a1b41ca015758a713283bf1f0bd41e4c4
2468
2468
2469
2469
* 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)
2471
2471
2472
2472
* Documentation improvements (koichik)
2473
2473
* Fix bug with setMaxListeners GH-682
@@ -2794,7 +2794,7 @@ https://github.com/nodejs/node/commit/b14dd49222687c12f3e8eac597cff4f2674f84e8
2794
2794
* Set cwd for child processes (Bert Belder)
2795
2795
* Tab completion for readline (Trent Mick)
2796
2796
* process.title getter/setter for OSX, Linux, Cygwin.
2797
- (Rasmus Andersson, Bert Belder)
2797
+ (Rasmus Andersson, Bert Belder)
2798
2798
2799
2799
* Upgrade V8 to 2.3.6
2800
2800
0 commit comments